Files
perl-Time-Piece/perl-Time-Piece.changes

71 lines
2.3 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Dec 1 13:35:53 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Mar 8 22:08:03 UTC 2010 - chris@computersalat.de
- update to version 1.19
- Fix for alloca broke FreeBSD
- 1.18
- Fix for alloca on IRIX
- 1.17
- Force all to use internal strptime then everyone gets %z even OSX
users.
- Finally figured out the timezone test failures on Win32 and fixed
them.
- 1.16
- Implement %z for the internal implementation of strptime().
Unfortunately this doesn't get picked up everywhere, so there are no
tests for it (yet - patches welcome).
- Fix for major bug in add_months() using negative months which were
multiples of 12. Also affected add_years() with negative years.
- Fix for object creation bug in get_epochs which called new from object
but that wasn't supported in the new() code.
- Added docs about the weakness of using epoch seconds internally and
suggested alternatives.
- Removed useless "use UNIVERSAL qw(isa)" line.
- Fix for installing over core perl version.
- cleanup spec
- Header version
- dep for perl-macros
- Provides
- changelog to changes file
-------------------------------------------------------------------
Sat Jul 25 19:45:36 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Sun Jun 28 01:13:40 CEST 2009 - chris@computersalat.de
- update to 1.15
o 1.15
- Skip a test on Win32 that there's just no way of passing
- Document the above failure
o 1.14
- rework add_months() to not rely on strptime being able to parse illegal
dates (Gisle Aas).
- Various win32 TZ fixes from p5p core perl version
o 1.13
- More QNX fixes (kraai@ftbfs.org)
- Restore freebsd copyright on strptime.
- Added add_months and add_years methods.
o 1.12
- QNX fixes
- Merge with perl core version
- added perl-macros
o autogen filelist with perl_gen_filelist
- spec mods
o added header
-------------------------------------------------------------------
Fri Sep 14 13:26:03 UTC 2007 - jfunk@funktronics.ca
- Initial release