This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Compress-Raw-Bzip2 to CPAN version 2.057
[perl5.git] / cpan / Time-Piece / Changes
1 Time::Piece Changes
2
3 1.20
4     - Fix for alloca broke Solaris
5     - Fixed documentation buggette about strptime
6     - Added ->pretty() method for Time::Seconds objects
7         - Add %s support to strptime
8
9 1.19
10     - Fix for alloca broke FreeBSD
11
12 1.18
13     - Fix for alloca on IRIX
14
15 1.17
16     - Force all to use internal strptime then everyone gets %z even OSX
17       users.
18     - Finally figured out the timezone test failures on Win32 and fixed
19       them.
20
21 1.16
22         - Implement %z for the internal implementation of strptime(). 
23           Unfortunately this doesn't get picked up everywhere, so there are no 
24           tests for it (yet - patches welcome).
25         - Fix for major bug in add_months() using negative months which were 
26           multiples of 12. Also affected add_years() with negative years.
27         - Fix for object creation bug in get_epochs which called new from object 
28           but that wasn't supported in the new() code.
29         - Added docs about the weakness of using epoch seconds internally and
30           suggested alternatives.
31         - Removed useless "use UNIVERSAL qw(isa)" line.
32         - Fix for installing over core perl version.
33         
34 1.15
35     - Skip a test on Win32 that there's just no way of passing
36     - Document the above failure
37
38 1.14
39         - rework add_months() to not rely on strptime being able to parse illegal
40           dates (Gisle Aas).
41         - Various win32 TZ fixes from p5p core perl version
42
43 1.13
44     - More QNX fixes (kraai@ftbfs.org)
45     - Restore freebsd copyright on strptime.
46     - Added add_months and add_years methods.
47
48 1.12
49     - QNX fixes
50     - Merge with perl core version
51
52 1.11
53     - Skip %V test on Win32
54
55 1.10
56     - Number of bug fixes from RT
57     - (maintenance by Ricardo SIGNES)
58     - avoid warning in _mktime (bug #19677)
59
60 1.09
61     - (patches from Ricardo SIGNES)
62     - Tests largely moved to Test::More (from Test.pm)
63     - Time::Piece should now be safely subclassable
64
65 1.08
66     - A number of fixes for strptime
67     - Fixed docs wrt Time::Object references
68     - Fixed docs wrt ->month returning short month name
69     - Added ->fullmonth and ->fullday to get full day names
70
71 1.07
72     - Fix for ->week method
73
74 1.06
75     - Fix for Solaris pre-2.8
76     - Compilation checked on:
77       sparc solaris 2.7
78       sparc solaris 2.8
79       i686 linux
80       ia64 linux
81       pa-risc1.1 hpux 10.20
82       pa-risc2.0 hpux 11.00
83       alpha dec_osf 4.0  
84     - Fixes for Win32 (Randy Kobes)
85     
86 1.05
87     - Fix for Solaris (again)
88
89 1.04
90     - Slight fixes to strptime for Solaris and MacOSX
91     - Bug in strptime with daylight savings fixed.
92
93 1.03
94     - Updated MJD stuff (Tim Jeness)
95     - Added compare tests
96     - Ported test suite to Test.pm finally
97
98 1.01
99     - Added cs_sec and cs_mon to Time::Seconds so that
100       old Time::Object installs still work (except for add())
101