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