]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blob - Changes
* Fix test comparsion to handle changes in HTML::Table (closes: #420048)
[deb_pkgs/libhtml-calendarmonth-perl.git] / Changes
1 Revision history for Perl extension HTML-CalendarMonth.
2
3 1.18  Fri Feb 24 15:53:41 EST 2006
4         - Fixed some scoping issues in DateTool/DateCalc.pm (thanks
5           Carl Franks)
6         - Fixed a Win32 test module location issue (File::Spec tricks)
7           (thanks Carl Franks)
8
9 1.17  Fri Jan  6 16:09:46 EST 2006
10         - Updated tests with more recent test cases
11
12 1.16  Fri Oct 21 16:23:48 EDT 2005
13         - Polished tests
14         - Fixed a Date::Calc testing procedure
15
16 1.15  Fri Apr  1 12:43:09 EST 2005
17         - Split out tests
18         - Version roll hopefully ironed out some cpan tester
19           dependency issues
20
21 1.14  Mon Mar 28 15:32:54 EST 2005
22         - forced dependency on HTML::ElementTable 1.13 or greater
23         - minor brush ups
24
25 1.13  Mon Feb 28 16:02:31 EST 2005
26         - Streamlined accessor/mutator logic. Uses Class::Accessor now.
27         - Fixed a week of year bug introduced in the recent changes.
28         - General cleanup
29         - Added more tests (including one i8n test)
30
31 1.12  Mon Feb 28 00:31:16 EST 2005
32         - Fixed auto-select bug that slipped through tests. :(
33         - Fixed tests.
34
35 1.11  Sun Feb 27 23:58:04 EST 2005
36         - No reason to reinvent the wheel. Language support has now been
37           entirely replaced with full locale support as provided by
38           DateTime::Locale (does not require installation of entire
39           DateTime suite, if that's an issue)
40         - Calendrical calculations have now been fully abstracted out to
41           a back end interface. Calendars can be generated given the
42           presence of any one of the following and subject to the
43           circumstances of the request:
44
45           * native Time::Local (but limited to dates between 1970 and
46             2038)
47           * Date::Calc
48           * DateTime
49           * Date::Manip
50           * unix 'cal' command
51
52 1.10  Sat Feb 26 00:47:37 EST 2005
53         - Added more robust language support. Currently supports en,
54           de, and fr.
55
56 1.09  Tue Mar 26 05:21:59 CST 2002
57         - Fixed obscure bug that caused March 31 2002
58           to be dropped; related to a localtime/gmtime
59           issue with DST effects.
60         - Added tests for calendars over 1-year span
61           plus special cases such as the aforementioned
62           March 31 2002 instance.
63
64 1.08  Mon Jan  8 19:15:16 CST 2001
65         - Added Date::Manip fallback from Date::Calc,
66           so a C compiler is not strictly necessary
67           for folks wanting week-of-year numbering
68           or exotic dates.
69
70 1.07  Wed Nov  8 01:42:40 CST 2000
71         - Day-of-week bug REALLY fixed. Should now work
72           properly with all perumutations of calendar
73           pecularities and concepts of what the first
74           day of the week should be.
75
76 1.06  Wed Oct  4 13:37:31 CDT 2000
77         - Day-of-week bug fixed for cases where Sunday is
78           the first day of the month (such as Oct, 2000),
79           or last day of the month (such as Dec, 2000),
80           over various configurations of what is considered
81           the first day of the week.
82
83 1.04  Sun Sep 17 12:13:40 CDT 2000
84         - Documentation tweaks and corrections.
85
86 1.03  Wed Apr 26 12:06:23 CDT 2000
87         - Added HTML::ElementTable dependency check in Makefile.PL
88         - Various bug fixes, under less common circumstances.
89         - Code syntax tweaks.
90
91 1.02  Tue Jan 25 20:05:05 CST 2000
92         - Cleaned up -w noise
93         - Added mailing list information
94
95 1.01  Thu Sep 16 15:33:41 CDT 1999
96         - Distribution patch
97         - Purged erroneus Date::Manip references
98
99 1.00  Tue Jul 27 21:55:43 CDT 1999
100         - abstracted item/coord translations to cell refs
101           rather than redundant coord lookups
102         - initial release
103
104 0.09  Thu Jul  8 19:02:39 CDT 1999
105         - added week counts and arbitrary 1st DOW
106
107 0.08  Fri Jul 10 19:58:28 1998
108         - first public version