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