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