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