perl-Date-Manip/perl-Date-Manip.changes

297 lines
11 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Fri Jan 13 02:39:05 UTC 2012 - vcizek@suse.com
- update to 6.30
* Removed some deprecated config variables
* Reworked deltas
* Modified Delta_Format
* Time zone fixes
* Better handling of undef in DM6
* Bug fixes
-------------------------------------------------------------------
Fri Nov 18 11:09:09 UTC 2011 - coolo@suse.com
- use original .tar.gz
-------------------------------------------------------------------
Thu Sep 1 22:27:11 UTC 2011 - pascal.bleser@opensuse.org
- update to 6.25:
* relaxed one constraint in ISO 8601 dates: a time separated by whitespace
from the date can use a single digit hour
* set official removal dates for old config variables; config variables will
be removed 2 years after they are deprecated (except for the TZ variable
which, due to it's wide use, will be kept for 4 years)
* time zone fixes: newest zoneinfo data (tzdata 2011i)
-------------------------------------------------------------------
Tue Jun 14 08:04:00 UTC 2011 - vcizek@novell.com
- update to 6.24
New features
Spaces are ignored in the SetDate/ForceDate config values. Zsban Ambrus
Bug fixes
Fixed a bug where 'in one week' wasn't correctly parsed. E. M. Shtern
Fixed a bug where options passed in to the 'new' as a listref weren't handled
properly. Zsban Ambrus
Time zone fixes
Newest zoneinfo data (tzdata 2011g)
-------------------------------------------------------------------
Mon Apr 18 07:20:43 UTC 2011 - vcizek@novell.com
- update to 6.23
Bug fixes
Fixed a bug where GlobalCnf wasn't working. Peter Edwards
Improved error messages in a few cases.
Fixed a bug where one invalid date/timezone check was ignored. Morten
Bjornsvik
Fixed a bug where '$base2 = new Date::Manip::Base $base1' wasn't
working. RT 67143
Fixed a bug where passing dates in to the Recur->dates method failed.
RT 67144
Fixed a bug where the mode wasn't being preserved correctly for a
delta. RT 67150
Fixed a bug in recurrences where a base date outside of a date range
with a very uncommon recurrence format would not work correctly.
Fixed a problem where the '%s' printf option didn't work in GMT.
Time zone fixes
Newest zoneinfo data (tzdata 2011f)
-------------------------------------------------------------------
Wed Mar 9 10:42:00 UTC 2011 - vcizek@novell.com
- update to 6.22
Time zone fixes:
Newest zoneinfo data (tzdata 2011b).
Fixed a bug where the gmtoff method of getting the local timezone was broken.
Fixed the 'env' method of determining the local time zone to allow the
value to be an offset of seconds since UTC. This allows the VMS
SYS$TIMEZONE_DIFFERENTIAL variable to work correctly. Martin Zinser.
Removed the SYS$TIMEZONE_RULE method from VMS since the value stored there
is not the name of a timezone (it's a rule in a non-standard format). Based
on discussion with Martin Zinser.
Language fixes:
The module will now die if a language module cannot be loaded (most
likely due to a YAML::Syck issue). Based on discussion with Martin Zinser.
Documentation fixes:
Added a sample config file document. Based on discussion with Rich Duzenbury.
-------------------------------------------------------------------
Wed Jan 19 15:52:13 UTC 2011 - vcizek@novell.com
- update to 6.21
New features
- Deltas may now contain spelled out numbers, so 'in 2 weeks' and 'in two weeks'
will both work. Daniel Shahaf
Bug fixes
- Fixed a bug where week_of_year didn't work in some cases. Chris Eveland.
- Fixed a minor potential bug. Geraint Edwards.
Time zone fixes
- Updated windows time zone aliases. Daniel Harding
Language fixes
- Added Norwegian. Glenn Sogn
-------------------------------------------------------------------
Wed Dec 1 06:55:34 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Thu Oct 21 15:24:26 CEST 2010 - anicka@suse.cz
- update to 6.14
* Date::Manip 5.xx and 6.xx are both installed automatically,
and the correct one will be chosen.
* Fixed a bug where recurrence handling was broken. RT 62128
* documentation was cleaned up to be easier to read, and better
organized.
-------------------------------------------------------------------
Mon Oct 18 14:52:19 CEST 2010 - anicka@suse.cz
- update to 6.13
* Added the input methods to Date::Manip::Date and
Date::Manip::Delta.
* The 'date +%z' command will also be used to determine
the timezone.
* bugfixes
-------------------------------------------------------------------
Thu Sep 30 16:07:29 CEST 2010 - anicka@suse.cz
- update to 6.12
* With better support for international character sets, the old
IntCharSet config variable is deprecated.
* Added the Encoding config variable.
* Now supports parsing the EXIF date format.
* bugfixes
-------------------------------------------------------------------
Wed Jul 21 16:19:12 UTC 2010 - coolo@novell.com
- keep the obsoletes/provides of 11.1 renames
-------------------------------------------------------------------
Tue Jul 20 15:16:58 UTC 2010 - chris@computersalat.de
- update to 6.11
- Fixed a problem in Build.PL that had an incorrect module requirement.
- Version 6.10 2010-04-29
Fixed a bug where Date_ConvTZ not working correctly with timezones specified
by offset. Chris Butler
Fixed a documentation bug in Date::Manip::TZ where "stdonly" was listed as the
default value for $dstflag, but in actuality, "std" is the default.
Changed Date::Manip::TZ::zone so "dst" is sometimes the default $dstflag.
Based on the bug report by Chris Butler.
OpenUNIX puts a colon at the start of some timezones. It's removed. Jean Hassler
Fixed a bug where business mode calculations involving minutes was not handled
correctly. Damien Moore
*** Combined 5.xx and 6.xx releases into one distribution so cpan/cpanp will
work correctly.
Newest zoneinfo data (tzdata 2010i)
Fixed a bug where business mode calculations failed in some cases. RT 56638
Converted tests to Test::Inter
- recreated by cpanspec 1.78
- noarch pkg
-------------------------------------------------------------------
Fri Feb 26 15:40:25 CET 2010 - anicka@suse.cz
- update to 6.07
* Added dm_zdump example script.
* Minor bug where %Z printf format didn't always work.
* Improved TZ::periods functionality
* Fixed bug in Date_ConvTZ where empty values weren't defaulting
to local timezone.
* Fixed a couple of problems in the generated timezones for some
odd cases (America/Resolute and Asia/Tehran).
* Added support for 5pm back in (it was omitted accidentally).
* Fixed a minor warning.
* Some additional speedups.
* Newest zoneinfo data.
* Fixed bug in Date_TimeZone where it wasn't returning
the timezone.
-------------------------------------------------------------------
Sat Dec 12 20:35:35 UTC 2009 - chris@computersalat.de
- update to 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.
- cleanup spec
* added cpan_name
* sort tags
* fix build-/deps
* update desc
* move changelog to .changes
- added perl-macros
* perl_gen_filelist
-------------------------------------------------------------------
Wed Jul 23 16:44:03 CEST 2008 - anicka@suse.cz
- update to 5.54
* Final changes to meet requirements on http://cpants.perl.org/
- rename from perl-DateManip to perl-Date-Manip according to cpan
-------------------------------------------------------------------
Wed May 7 13:04:15 CEST 2008 - lrupp@suse.de
- update to 5.50:
* Corrected typo in %G and %L format descriptions
* Added "ereyesterday"
* Added new timezones
* Added Build.PL and several other things to meet requirements on
http://cpants.perl.org/
- remove INSTALL, added LICENSE and README.FIRST to doc
- build parallel
-------------------------------------------------------------------
Mon Mar 10 15:52:27 CET 2008 - anicka@suse.cz
- update to 5.48
* Language fix for Danish.
* Language fix for German.
* New timezones.
* Minor documentation improvement.
* Revised some of the docs about Y2K (given that it's in the past)
and the 2007 US daylight saving time rule changes.
* bugfixes
-------------------------------------------------------------------
Wed Jan 25 21:39:38 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Fri Jan 6 13:17:55 CET 2006 - anicka@suse.cz
- update to 5.44
-------------------------------------------------------------------
Sun Jan 11 11:55:42 CET 2004 - adrian@suse.de
- build as user
-------------------------------------------------------------------
Fri Aug 22 17:39:06 CEST 2003 - mjancar@suse.cz
- require the perl version we build with
-------------------------------------------------------------------
Mon Jul 21 13:28:34 CEST 2003 - rommel@suse.de
- update to version 5.42a
- using perl_vendorlib and perl_vendorarch instead of
perl_archlib and perl_sitearch
-------------------------------------------------------------------
Sun Jun 22 21:47:08 CEST 2003 - coolo@suse.de
- package directories
-------------------------------------------------------------------
Sun May 25 23:50:42 CEST 2003 - ro@suse.de
- remove unpackaged files from buildroot
-------------------------------------------------------------------
Tue Jul 2 17:40:06 MEST 2002 - mls@suse.de
- remove race in .packlist generation
-------------------------------------------------------------------
Fri Jun 22 12:42:32 CEST 2001 - grimmer@suse.de
- Update to version 5.40
- use more perl macros in spec file
-------------------------------------------------------------------
Tue Nov 7 14:02:40 CET 2000 - grimmer@suse.de
- added .packlist to file list and removed BuildRoot path with sed
-------------------------------------------------------------------
Tue Nov 7 10:05:08 CET 2000 - grimmer@suse.de
- initial version (5.39)