r68438 - in /trunk/jifty/debian: NEWS changelog

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Feb 12 18:58:26 UTC 2011


Author: gregoa
Date: Sat Feb 12 18:58:13 2011
New Revision: 68438

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68438
Log:
Add notes about incompatible changes to debian/NEWS.

Modified:
    trunk/jifty/debian/NEWS
    trunk/jifty/debian/changelog

Modified: trunk/jifty/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/NEWS?rev=68438&op=diff
==============================================================================
--- trunk/jifty/debian/NEWS (original)
+++ trunk/jifty/debian/NEWS Sat Feb 12 18:58:13 2011
@@ -1,3 +1,40 @@
+jifty (1.01209+dfsg-1) unstable; urgency=low
+
+  From upstream Changelog:
+  
+  INCOMPATABILITIES
+  =================
+   Jifty is ported to PSGI using Plack.  This changed much of the request and
+   response handling code, but hopefully in ways that don't hurt existing apps
+   too much.
+
+   * The following methods are removed:
+     - Jifty->handler->apache
+     - Jifty->handler->cgi
+     Most methods for ->apache and ->cgi are provided by the Compat plugin,
+     which is automatically loaded for older jifty apps.  Use corresponding
+     header methods of Jifty->web->request and Jifty->web->response.
+
+   * Printing to STDOUT deprecated.  Use outs, outs_raw, or
+     Jifty->web->response->body() instead.
+
+   * Munging and using the %ENV hash is deprecated.  Use
+     Jifty->web->request->env instead.
+
+   * Jifty::Server::* no longer exist, but you probably weren't using them
+     directly anyway
+
+  POSSIBLE INCOMPATIBILITIES
+  ==========================
+   * template_exists and render_template now live in Jifty::Web instead of
+     Jifty::Dispatcher
+   * Jifty::JSON updated to use modern JSON.pm (2.xx): This removes the
+     "singlequote" option. Instead, HTML escape the entire blob of JSON if you
+     plan to put it in an HTML attribute.  Jifty::JSON will croak if you attempt
+     to use the "singlequote" option.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 12 Feb 2011 19:56:59 +0100
+
 jifty (0.91117-1) unstable; urgency=low
 
   From upstream Changelog:

Modified: trunk/jifty/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/changelog?rev=68438&op=diff
==============================================================================
--- trunk/jifty/debian/changelog (original)
+++ trunk/jifty/debian/changelog Sat Feb 12 18:58:13 2011
@@ -1,6 +1,7 @@
 jifty (1.01209+dfsg-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Add notes about incompatible changes to debian/NEWS.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 12 Feb 2011 19:45:54 +0100
 




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