-------------------------------------------------------------------
Sun Apr 11 18:39:41 UTC 2010 - chris@computersalat.de

- update to 0.45
  - Installing this release will cause older versions of
    DateTime::Format::Strptime to warn like crazy. Please update
    DateTime::Format::Strptime if you install this release.
  - This is an interim release still based on CLDR 1.7.1 pending the release of
    Locale::CLDR, which will happen real soon now, for some definition of soon.
  - Removed dependency on Class::ISA and just copied what we need from said
    module directly. Class::ISA warns as deprecated if used with Perl 5.11.0,
    even though it works just fine (doh). RT #53940.
  - All methods deprecated in the last release now warn when called.
  - Added methods to return per-locale strftime formats from the glibc
    data. These methods are not yet documented. They are just there for now to
    allow me to update DateTime::Format::Strptime.
- 0.44   2009-09-12
  - All methods which return strftime-style patterns are officially deprecated
    (and have been a little broken for some time, regardless). This includes all
    date and time format methods ending in "_format".
  - Other deprecated methods include:
    date_parts_order, date_before_time
    era, eras
    month_name, month_abbreviation, month_narrow
    month_names, month_abbreviations, month_narrows
    day_name, day_abbreviation, day_narrow
    day_names, day_abbreviations, day_narrows
    quarter_name, quarter_abbreviation, quarter_narrow
    quarter_names, quarter_abbreviations
    am_pm, am_pms
    era_name, era_abbreviation
    era_narrow, era_names, era_abbreviations
  - All of these deprecated methods will eventually be removed. If you are using
    them directly, please change your code.
  - Converted data files in tools/t/test-data to Unix line endings. This works
    around a bug in Module::Signature. Reported by Zefram. RT #49085.
  - Require Params::Validate 0.91, since 0.89 caused test failures for
    someone. Reported by Jeremy Hetzler. RT #41365.
  - Moved code to my hg repo at http://hg.urth.org/hg/DateTime-Locale.
- 0.43   2009-06-30
  - Based on CLDR 1.7.1, which includes support for several new
    languages, as well as lots of changes. 
- removed .packlist, perllocal.pod files
  > noarch package
- cleanup spec
  o removed useless comments
  o fixed Header
  o fixed License
  o fixed deps
    - perl-macros < 1120
    - perl(Params::Validate) >= 0.91
  o fixed description
  o moved changelog to changes file

-------------------------------------------------------------------
Sat Jul 25 19:36:45 CEST 2009 - chris@computersalat.de

- spec mods
  * removed ^----------
  * removed ^#---------

-------------------------------------------------------------------
Sun Jun 21 19:48:49 CEST 2009 - chris@computersalat.de

- added perl-macros
  o autogen filelist with perl_gen_filelist
- spec mods
  o added header
  o fixed deps

-------------------------------------------------------------------
Sun Oct 26 10:17:25 UTC 2008 - gerrit.beine@gmx.de

- update to 0.42

-------------------------------------------------------------------
Sun Jun  8 14:33:16 UTC 2008 - gerrit.beine@gmx.de

- first release 0.4001