[libplack-perl] 04/07: Add a note about incompatible changes to debian/NEWS.
gregor herrmann
gregoa at debian.org
Sat Oct 22 21:57:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libplack-perl.
commit e153bcebd7d3b3caecc5e8b62835debeb2466042
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Oct 22 23:46:12 2016 +0200
Add a note about incompatible changes to debian/NEWS.
---
debian/NEWS | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/debian/NEWS b/debian/NEWS
index 39a3344..dfa03ac 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,19 @@
+libplack-perl (1.0042-1) unstable; urgency=medium
+
+ [INCOMPATIBLE CHANGES]
+ - Fixes a mistake in the value of %D and %T in Accesslog::Timed middleware.
+ This is due to a bug in Apache::LogFormat::Compiler that sets a wrong
+ value for these fields. This bug has been fixed and now it emits what the
+ documentation has always said, in the same way as how Apache's log format
+ works.
+
+ However, this is a BREAKING CHANGE if you are using '%D' or '%T' in your
+ log formats, and you'll likely need to swap them if you need the same
+ values as previously. Read https://github.com/plack/Plack/issues/549 for
+ more details. (astj) #549, #551
+
+ -- gregor herrmann <gregoa at debian.org> Sat, 22 Oct 2016 23:44:54 +0200
+
libplack-perl (1.0029-1) unstable; urgency=low
[INCOMPATIBLE CHANGES]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libplack-perl.git
More information about the Pkg-perl-cvs-commits
mailing list