]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - Changes
switch to 3.0 quilt format
[deb_pkgs/libhtml-calendarmonth-perl.git] / Changes
diff --git a/Changes b/Changes
index 8729a7e6dccde7711f2094622080f25866e3fa49..d765845ec063bb8e254337f1353e2b4713e0be80 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,69 @@
-Revision history for Perl extension HTML-CalendarMonth.
+Revision history for HTML-CalendarMonth
+
+2.04  Fri Apr 15 13:08:28 EDT 2016
+        - *really* fixed version check for DateTime::Locale 1.03
+
+2.03  Wed Apr 13 15:25:20 EDT 2016
+        - Updated tests to work with DateTime::Locale 1.03
+          based on CLDR 29
+
+2.02  Tue Nov 17 16:18:40 EST 2015
+        - Adjusted version cutoff for legacy locale tests
+
+2.01  Tue Nov 17 14:26:35 EST 2015
+        - fixed minor bug with undefined 'today' attribute
+
+2.00  Tue Nov 17 13:48:44 EST 2015
+        - Updated for compatibility with DateTime::Locale
+          versions 0.90 and greater. Backwards compatibility
+          retained.
+        - updated tests
+
+1.26  Fri Aug 26 15:08:49 EDT 2011
+        - fixed css/header interactions
+        - updated tests
+
+1.25  Fri Sep 24 03:09:38 EDT 2010
+        - Switched to File::Which for finding cal/ncal
+        - Added some sanity checks for the cal/ncal output
+
+1.23  Sat Jun 12 21:12:45 EDT 2010
+        - Updated interface with DateTime::Locale (will eventually
+          require another update when Locale::CLDR is released
+        - Deprecated offsets; too much complexity for little gain
+        - Fixed week-of-year bug in end-of-year edge cases (first
+          week has higher number than the next) RT #53795
+        - Made row globbing optimize on row elements if possible
+        - Updated default HTML style to be more CSS friendly (inspired
+          by RT #37548)
+        - Added option for semantic CSS classes on cells (past, present,
+          future) ala RT #37549
+        - Updated test data
+        - Improved date tool auto detect
+        - Fixed Date::Manip parse error for negative day deltas
+        - Doc updates
+        - Test updates
+        - Added linux 'ncal' harness
+
+1.19  Sat Mar 15 00:47:26 EDT 2008
+        - Fixed longstanding test failure due to HTML::Tree (properly)
+          deciding to put quotes around numeric attributes in tags.
+        - Also changed i8n test to Zulu rather than Basque since the
+          DateTime::Local::eu (Basque) module no longer has
+          abbreviated day names
+        - Some of the DateTool modules had a minor bug in add_days() not
+          checking for defined vs 0
+        - I released a calendar-related module update on the Ides of
+          March. I'm just sayin'.
+
+1.18  Fri Feb 24 15:53:41 EST 2006
+        - Fixed some scoping issues in DateTool/DateCalc.pm (thanks
+          Carl Franks)
+        - Fixed a Win32 test module location issue (File::Spec tricks)
+          (thanks Carl Franks)
+
+1.17  Fri Jan  6 16:09:46 EST 2006
+        - Updated tests with more recent test cases
 
 1.16  Fri Oct 21 16:23:48 EDT 2005
         - Polished tests