Changelog for
perl-Time-Piece-1.33-1.1.x86_64.rpm :
Sun Aug 19 14:00:00 2018 cooloAATTsuse.com
- updated to 1.33
see /usr/share/doc/packages/perl-Time-Piece/Changes
1.33 2018-08-18
- Allow objects in overloaded methods
Wed Feb 21 13:00:00 2018 cooloAATTsuse.com
- updated to 1.3204
see /usr/share/doc/packages/perl-Time-Piece/Changes
1.3204 2018-02-19
- Fix compilation warnings.
Wed Dec 13 13:00:00 2017 cooloAATTsuse.com
- updated to 1.3203
see /usr/share/doc/packages/perl-Time-Piece/Changes
1.3203 2017-12-12
- Fix copy constructor erroneous parent modification (Thanks Grinnz!)
- Fix wrong islocal of existing object in copy constructor (Thanks Grinnz!)
- Switch to XSLoader
Thu Sep 14 14:00:00 2017 cooloAATTsuse.com
- updated to 1.3202
see /usr/share/doc/packages/perl-Time-Piece/Changes
1.3202 2017-09-13
- Fix AIX compile
Mon Jun 26 14:00:00 2017 cooloAATTsuse.com
- updated to 1.3201
see /usr/share/doc/packages/perl-Time-Piece/Changes
1.3201 2017-06-22
- Fix compile errors on MS
- Use macro for buf sizes
- Remove some compile warnings
- SP of by 1 in _crt_localtime
Wed Jun 21 14:00:00 2017 cooloAATTsuse.com
- updated to 1.32
see /usr/share/doc/packages/perl-Time-Piece/Changes
1.32 2017-06-20
- Since 1.31:
- New truncate() method
- Add new flags: %F, %T, %P + more
- Add rudimentary locale support via use_locale()
- More tests
- Less bugs (hopefully)
1.31_04 2017-06-16
- Tests for %F and %T
- Fix wrong test count on Windows
- Use sensible defaults for strptime
1.31_03 2017-06-14
- Don\'t use localization on default
- Bugs with %s in strptime fixed
1.31_02 2017-01-16
- Add better localization between strftime and strptime
1.31_01 2017-01-13
- Respect singular for 1 sec, min, etc. in pretty (choroba)
- Add truncate() (openstrike)
- Add many more tests (openstrike)
- Add more compatibility to strf/strptime
Wed Oct 21 14:00:00 2015 cooloAATTsuse.com
- updated to 1.31
see /usr/share/doc/packages/perl-Time-Piece/Changes
1.31 2015-10-20
- No Changes since 1.30_01
1.30_01 2015-09-01
- Ignore some tests on non
*nix platforms
- fix compile warnings
- Inherit from Dynaloader (fix static build issues)
- Fix windows mem corruption
Sun May 17 14:00:00 2015 cooloAATTsuse.com
- updated to 1.30
see /usr/share/doc/packages/perl-Time-Piece/Changes
1.30 2015-05-16
- Stable release. Overview from 1.29:
- Make strftime more portable + fix %z %z
- Add many more tests
- Clean inheritance
1.29_05 2015-05-02
- Combine multiple \'use constant\' statements (saves 0.5ms at runtime)
- Don\'t leave c_epoch undef
- deprecate parse() function
- More constructor tests
- export() calls Exporter::export
1.29_04 2015-04-09
- Clean inheritance of Exporter and DynaLoader (Thanks dolmen!)
- Refactor _strftime to use localtime/gmtime to generate tm struct
1.29_03 2015-04-04
- Don\'t mix gmtime and mktime in _strftime
- Clean whitespace at end of lines
- Add more tests for DST issues and also strptime parsing
1.29_02 2015-04-04
- Fix handling of %Z and %z in strftime (hopefully)
- Remove compile warnings for int cast
1.29_01 2015-03-30
- Fix handling of %Z and %z in strftime (in progress)
- Remove unused constants from Time::Seconds (Thanks Xaerxess!)
- _strftime: use system mktime to better support past/future dates
- Relicense strptime as BSD 2-clause http://git.io/vfNSg
Tue Apr 14 14:00:00 2015 cooloAATTsuse.com
- updated to 1.29
see /usr/share/doc/packages/perl-Time-Piece/Changes
Mon Apr 4 14:00:00 2011 cooloAATTnovell.com
- updated to 1.20
- Fix for alloca broke Solaris
- Fixed documentation buggette about strptime
- Added ->pretty() method for Time::Seconds objects
- Add %s support to strptime
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Mar 8 13:00:00 2010 chrisAATTcomputersalat.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 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods
* removed ^----------
* removed ^#---------
Sat Jun 27 14:00:00 2009 chrisAATTcomputersalat.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 (kraaiAATTftbfs.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