1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
liblog-dispatchouli-perl (3.013-1) unstable; urgency=medium
From the upstream Changes file for 3.012:
- [ BREAKING CHANGE (BARELY) ]
Log::Fmt now includes a formal specification of the logfmt grammar we
implement, as well as a description of algorithmns to correctly
encode strings. The code has been updated to fall in line, meaning:
- tabs now become \t
- control and vertical space characters are now encoded as \x{...} of
their UTF-8-encoded form, not their Unicode codepoint value
- the "\" character now triggers double-quoting
-- gregor herrmann <gregoa@debian.org> Tue, 21 Oct 2025 21:43:19 +0200
liblog-dispatchouli-perl (3.011-1) unstable; urgency=medium
From the upstream Changes file for 3.011:
- [ BREAKING CHANGE ]
This release converts all Logger methods to signatured-subs. This should
not really break anything, unless methods are being called erroneously, as
strict arity checking will now notice the wrong number of args.
-- gregor herrmann <gregoa@debian.org> Sat, 04 Oct 2025 23:05:40 +0200
|