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