[SCM] Debian packaging of libplack-perl branch, master, updated. debian/1.0024-1-7-gccc87b7

gregor herrmann gregoa at debian.org
Wed Jul 24 17:40:26 UTC 2013


The following commit has been merged in the master branch:
commit eabb903ace2b3663d83d6676fd668d2c30605f62
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jul 24 19:37:46 2013 +0200

    Update debian/NEWS.

diff --git a/debian/NEWS b/debian/NEWS
index 75d558f..f496f48 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,17 @@
+libplack-perl (1.0028-1) unstable; urgency=low
+
+  [INCOMPATIBLE CHANGES]
+  - use HTTP::Tiny in Plack::Test::Suite and Plack::Test::Server rather than
+    skipping it.
+  - No XS! Eliminates dependency to LWP::UserAgent by making it completely
+    optional for testing. If you run Plack::Test with Server implemenetation
+    or run Plack::Test::Suite (for PSGI handlers) without LWP installed, the
+    tests will automatically be skipped. This removes the eventual
+    sub-dependency to HTML::Parser, which is the only XS dependency in Plack.
+    #408
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 24 Jul 2013 19:36:23 +0200
+
 libplack-perl (1.0024-1) unstable; urgency=low
 
   [INCOMPATIBLE CHANGES]
@@ -39,3 +53,15 @@ libplack-perl (0.9973-1) unstable; urgency=low
   with Starman when your application uses the FindBin module.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 02 Mar 2011 21:36:36 -0500
+libplack-perl (1.0028-1) unstable; urgency=low
+
+  [INCOMPATIBLE CHANGES]
+  - Deleted lots of code, methods and warnings that have been deprecated since
+    0.99 (e.g. all of Plack::Server::*)
+  - plackup foo.psgi will not search the file in @INC anymore before the
+    current directory See https://github.com/plack/Plack/pull/343 for details
+  - Plack::Request changes the way it parses QUERY_STRING for valueless keys
+    such as "?a&b=1". Now "a" becomes part of query_parameters with empty
+    string as its value
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 24 Jul 2013 19:36:23 +0200

-- 
Debian packaging of libplack-perl



More information about the Pkg-perl-cvs-commits mailing list