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