- Renamed all holiday files to include a locale, rather than just
  a country code.
- Enhanced update-holidays.pl add-on script to support regions,
  provide better error handling, error on missing Perl module,
  warnings on unavailable data, and help text.
- Updated documentation accordingly.
This commit is contained in:
Paul Beckingham 2011-04-10 15:37:30 -04:00
parent 40b2258589
commit 19582dd139
20 changed files with 86 additions and 21 deletions

4
NEWS
View file

@ -17,7 +17,9 @@ New commands in taskwarrior 2.0.0
New configuration options in taskwarrior 2.0.0
- Now includes Belarus and Czech Republic holiday data.
- Now includes Belarus and Czech Republic holiday data. Please note that
the holiday file names now include a full locale. For example:
'holidays.en-US.rc' instead of 'holidays-US.rc'.
- The old 'curses' configuration variable is renamed to 'detection', but
retains the original meaning, which is whether or not to auto-detect the
dimensions of the terminal window.