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