pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Date-Manip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 20 15:12:14 UTC 2010

Modified Files:
        pkgsrc/devel/p5-Date-Manip: Makefile distinfo
Removed Files:
        pkgsrc/devel/p5-Date-Manip/patches: patch-aa

Log Message:
Update to 6.05:

Version 5.55  DEVELOPMENT
   Typo fix.  ddascalescu

Version 6.00  2009-11-23
   Date::Manip 6.00 is a total rethink of the module, and a nearly complete
   rewrite. Please refer to the Date::Manip::Changes5to6 document for a list
   of incompatible changes.

   *** Massive reorganization and near total rewrite.
   *** Broke into several smaller modules
   *** Full timezone support
   Several config variables deprecated
   Added some functionality (suggested by James Elson to improve setting
      the "current time".  Done with the ForceDate config variable.
   *** Converted languages to YAML for much easier maintenance. Patch and
      suggestion provided by Evan Carroll
   Added much better formats for deltas. Suggested by Jim Hranicky.
   Borrowed the _FindWindowsTZName function from the DateTime-TimeZone
      module.
   Added SetDate config variable (based on a suggestion by Christian Campbell).
   Added parse_format which was first suggested by Kim Ryan.
   Thanks to Jonathan Hogue for helping test Windows additions.

   It also contains a few bug fixes correcting problems in the 5.xx releases:

   Fixed a bug where "YYtoYYYY=c" wouldn't work.
   VMS bugfix to not call `date` command.  Lane
   Fixed typo in turkish translation.
   Spelling fix in dutch. Bart Van Loon
   New Year's Day defined using a recurrence which might push the observed
      day to the previous year was broken. Reported by Alan Burlison

   I have received many suggestions over time which were automatically
   handled during the 6.00 rewrite. Although the changes weren't made
   because of the suggestions specifically, I wanted to acknowledge
   them since I appreciate the suggestions.

   Delta_Format initialization done outside of the function.  Eric Boehm
   Added $subtract to calculation routines. First suggested by Steve Berlage.

Version 6.01  2009-11-23
   *** Fixed a bug where dates were sometimes getting the wrong timezone when
      SetDate/ForceDate in effect.

Version 6.02  2009-11-24
   A quick fix to make sure that the tests run correctly in other timezones.
   Disabled curr_zone_methods when taint checking on. I believe that Date::Manip
      is completely taint friendly at this point.

Version 6.03  2009-11-24
   Corrects a backward incompatibility with UnixDate. Rene Schickbauer
   A couple more corrections to the tests.

Version 6.04  2009-11-25
   Fixed a bug where events were not interpreted in the correct timezone if
      SetDate/ForceDate used.

Version 6.05
   Significant speedups. Thanks to Moritz Lenz and BrowserUK on perlmonks for
      suggestions (and a number of other people on perlmonks for suggestions
      that I did not end up using, but which provided a great discussion).
   Reduced the precision of 1 test to avoid a rounding difference when using
      a perl compiled with uselongdouble.  Andreas Koenig
   Fixed a bug in parse_date where the current time was getting used instead
      of the documented 00:00:00
   Bug fix where DateCalc didn't work with $mode in some cases.
   Fixed Makefile.PL/Build.PL to hanle Win32::TieRegistry requirement.
   Changed %z printf behavior back to 5.xx and added %N format. Gilles Lamiral
   Fixed bug where non-English Windows versions didn't get the timezone. Thanks
      to Rene Schickbauer for testing.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-Date-Manip/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Date-Manip/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/p5-Date-Manip/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index