r47970 - in /trunk/libdate-manip-perl/debian: NEWS changelog

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Nov 30 19:27:19 UTC 2009


Author: jawnsy-guest
Date: Mon Nov 30 19:27:14 2009
New Revision: 47970

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47970
Log:
* Adds a NEWS file describing serious changes
* debian/copyright: update years of upstream copyright.
* debian/control: explicitly (build) depend on perl 5.10.

Added:
    trunk/libdate-manip-perl/debian/NEWS
Modified:
    trunk/libdate-manip-perl/debian/changelog

Added: trunk/libdate-manip-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/debian/NEWS?rev=47970&op=file
==============================================================================
--- trunk/libdate-manip-perl/debian/NEWS (added)
+++ trunk/libdate-manip-perl/debian/NEWS Mon Nov 30 19:27:14 2009
@@ -1,0 +1,31 @@
+libdate-manip-perl (6.04-1) unstable; urgency=low
+
+  Some rather significant changes have taken place between 5.xx and
+  the new version 6 series of Date::Manip. While the upstream author
+  has attempted to maintain backward compatibility, some changes may
+  break your software.
+
+  * Broken into smaller modules
+    Rather than a large monolithic module, this module's parts can
+    be used where appropriate
+
+  * Intermediate data cached
+    To improve performance, the module caches some data internally.
+    If you try to memoize this data yourself, you'll end up using
+    much more memory than necessary.
+
+  * Taint safety
+    The modules are now taint safe internally, but obviously you
+    must still untaint data that you feed the module yourself.
+
+  * Changed behaviour for recurrences
+    Parsing recurrences specified in English has been removed in
+    ambiguous cases. Statements like "every 2nd Tuesday" result
+    in different day numbers based on the year, for example.
+
+  For full details of all the changes that have happened, please
+  see the included Date::Manip::Changes5to6. While the upstream
+  author believes the issues will likely not have any impact, it
+  is important to understand the changes and provided workarounds.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 30 Nov 2009 11:12:10 -0500

Modified: trunk/libdate-manip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/debian/changelog?rev=47970&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/changelog (original)
+++ trunk/libdate-manip-perl/debian/changelog Mon Nov 30 19:27:14 2009
@@ -1,9 +1,4 @@
-libdate-manip-perl (6.04-1) UNRELEASED; urgency=low
-
-  TODO:
-  - probably a debian/NEWS would be appropriate since this is a rewrite with
-    changes that break existing scripts.
-    cf. `perldoc lib/Date/Manip/Changes5to6.pod'
+libdate-manip-perl (6.04-1) unstable; urgency=low
 
   [ Jonathan Yu ]
   * New upstream release
@@ -15,12 +10,15 @@
   * Use an override to install HISTORY as the changelog
   * Update installed docs & examples
   * Refresh copyright information
+  * Adds a NEWS file describing serious changes
 
   [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
     Debian Policy since 3.8.0.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
+  * debian/copyright: update years of upstream copyright.
+  * debian/control: explicitly (build) depend on perl 5.10.
 
   [ Rene Mayorga ]
   * debian/control: update my email address.
@@ -28,11 +26,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
-  [ gregor herrmann ]
-  * debian/copyright: update years of upstream copyright.
-  * debian/control: explicitly (build) depend on perl 5.10.
-
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 29 Nov 2009 08:42:41 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 30 Nov 2009 11:12:13 -0500
 
 libdate-manip-perl (5.54-1) unstable; urgency=low
 




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