bump Dynaloader to 1.10 to distinguish it from the 5.8.9 release
[p5sagit/p5-mst-13.2.git] / ext / Time-Piece / Changes
CommitLineData
16433e2b 1
2Time::Piece Changes
3
5f320ac7 41.14
5 - rework add_months() to not rely on strptime being able to parse illegal
6 dates (Gisle Aas).
7 - Various win32 TZ fixes from p5p core perl version
8
124e6c84 91.13
10 - More QNX fixes (kraai@ftbfs.org)
11 - Restore freebsd copyright on strptime.
12 - Added add_months and add_years methods.
13
141.12
15 - QNX fixes
16 - Merge with perl core version
17
16433e2b 181.11
19 - Skip %V test on Win32
20
211.10
22 - Number of bug fixes from RT
23 - (maintenance by Ricardo SIGNES)
24 - avoid warning in _mktime (bug #19677)
25
261.09
27 - (patches from Ricardo SIGNES)
28 - Tests largely moved to Test::More (from Test.pm)
29 - Time::Piece should now be safely subclassable
30
311.08
32 - A number of fixes for strptime
33 - Fixed docs wrt Time::Object references
34 - Fixed docs wrt ->month returning short month name
35 - Added ->fullmonth and ->fullday to get full day names
36
371.07
38 - Fix for ->week method
39
401.06
41 - Fix for Solaris pre-2.8
42 - Compilation checked on:
43 sparc solaris 2.7
44 sparc solaris 2.8
45 i686 linux
46 ia64 linux
47 pa-risc1.1 hpux 10.20
48 pa-risc2.0 hpux 11.00
49 alpha dec_osf 4.0
50 - Fixes for Win32 (Randy Kobes)
51
521.05
53 - Fix for Solaris (again)
54
551.04
56 - Slight fixes to strptime for Solaris and MacOSX
57 - Bug in strptime with daylight savings fixed.
58
591.03
60 - Updated MJD stuff (Tim Jeness)
61 - Added compare tests
62 - Ported test suite to Test.pm finally
63
641.01
65 - Added cs_sec and cs_mon to Time::Seconds so that
66 old Time::Object installs still work (except for add())
67