X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Changes;h=d765845ec063bb8e254337f1353e2b4713e0be80;hb=6f7b401ba25f977aba77759c58edaf10ba46500f;hp=9c7f964db0bc86f62c37ed17729f70c9af84d11a;hpb=9a2930defe8c992ecc154a1056314997f4b19fae;p=deb_pkgs%2Flibhtml-calendarmonth-perl.git diff --git a/Changes b/Changes index 9c7f964..d765845 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,49 @@ -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)