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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Dec 6 14:44:12 UTC 2009


Author: gregoa
Date: Sun Dec  6 14:44:03 2009
New Revision: 48352

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48352
Log:
Add note from upstream Changelog to debian/NEWS about possible
incompatibilities.

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=48352&op=diff
==============================================================================
--- trunk/jifty/debian/NEWS (original)
+++ trunk/jifty/debian/NEWS Sun Dec  6 14:44:03 2009
@@ -1,3 +1,24 @@
+jifty (0.91117-1) unstable; urgency=low
+
+  From upstream Changelog:
+
+  POSSIBLE INCOMPATABILITIES
+  ==========================
+   * Don't call App->start if we're running with no handle (i.e., `jifty schema`)
+   * Render PKs as read-only in update actions.  If you do not specify
+     which parameters to render for update actions, this will begin
+     rendering id as a read-only field.
+   * Replace AdminUI's CRUD with Jifty::View::Declare::CRUD.  You may
+     need to run something like:
+
+       perl -MFile::ShareDir=dist_dir -e 'print dist_dir("Jifty")' \
+        | xargs sudo rm -ir
+
+     ...to make sure the old CRUD is gone so the new CRUD can take its
+     place.
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 06 Dec 2009 15:41:49 +0100
+
 jifty (0.90519-1) unstable; urgency=low
 
   Beginning with version 0.90519-1 of Jifty, the following modules were

Modified: trunk/jifty/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/changelog?rev=48352&op=diff
==============================================================================
--- trunk/jifty/debian/changelog (original)
+++ trunk/jifty/debian/changelog Sun Dec  6 14:44:03 2009
@@ -28,6 +28,8 @@
     creator-perl with "libemail-simple-perl (>= 2.100) | libemail-
     simple-creator-perl".
   * debian/control: debhelper 7.2.13 (deal with Module::AutoInstall).
+  * Add note from upstream Changelog to debian/NEWS about possible
+    incompatibilities.
 
  -- AGOSTINI Yves <agostini at univ-metz.fr>  Wed, 18 Nov 2009 14:22:48 +0100
 




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