Some standards compliance for the new Time::Piece test.
[p5sagit/p5-mst-13.2.git] / ext / Time-Piece / Changes
1
2 Time::Piece Changes
3
4 1.13
5     - More QNX fixes (kraai@ftbfs.org)
6     - Restore freebsd copyright on strptime.
7     - Added add_months and add_years methods.
8
9 1.12
10     - QNX fixes
11     - Merge with perl core version
12
13 1.11
14     - Skip %V test on Win32
15
16 1.10
17     - Number of bug fixes from RT
18     - (maintenance by Ricardo SIGNES)
19     - avoid warning in _mktime (bug #19677)
20
21 1.09
22     - (patches from Ricardo SIGNES)
23     - Tests largely moved to Test::More (from Test.pm)
24     - Time::Piece should now be safely subclassable
25
26 1.08
27     - A number of fixes for strptime
28     - Fixed docs wrt Time::Object references
29     - Fixed docs wrt ->month returning short month name
30     - Added ->fullmonth and ->fullday to get full day names
31
32 1.07
33     - Fix for ->week method
34
35 1.06
36     - Fix for Solaris pre-2.8
37     - Compilation checked on:
38       sparc solaris 2.7
39       sparc solaris 2.8
40       i686 linux
41       ia64 linux
42       pa-risc1.1 hpux 10.20
43       pa-risc2.0 hpux 11.00
44       alpha dec_osf 4.0  
45     - Fixes for Win32 (Randy Kobes)
46     
47 1.05
48     - Fix for Solaris (again)
49
50 1.04
51     - Slight fixes to strptime for Solaris and MacOSX
52     - Bug in strptime with daylight savings fixed.
53
54 1.03
55     - Updated MJD stuff (Tim Jeness)
56     - Added compare tests
57     - Ported test suite to Test.pm finally
58
59 1.01
60     - Added cs_sec and cs_mon to Time::Seconds so that
61       old Time::Object installs still work (except for add())
62