8
0

- update to 1.24

* Better portability for tests.
  
  * Updated documentation.
  
  * License changed to GPLv3.
  
  * Bugs fixed:
  
    https://rt.cpan.org/Ticket/Display.html?id=98109
    https://rt.cpan.org/Ticket/Display.html?id=47968
    https://rt.cpan.org/Ticket/Display.html?id=83980
    https://rt.cpan.org/Ticket/Display.html?id=102288
  
  Version 1.23 - 24 Jan 2013
  
  * New message retrieval backend Locale::gettext_dumb(3pm) which produces
    translations even, when the corresponding locale is not present in
    the system.
  
  * Fixed a bug where the Perl backend under certain circumstances clobbered
    the environment variable LC_ALL.
  
  * Avoid test failures by skipping all tests that depend on the de_AT
    locale, when that locale is not installed.
  
  * Bugs fixed:
    https://rt.cpan.org/Ticket/Display.html?id=82856
  
  Version 1.22 - 24 Jan 2013

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libintl-perl?expand=0&rev=21
This commit is contained in:
Stephan Kulow
2015-09-24 05:17:13 +00:00
committed by Git OBS Bridge
parent 9446246e30
commit 5763e3d68c
4 changed files with 60 additions and 27 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Thu Sep 24 05:16:13 UTC 2015 - coolo@suse.com
- update to 1.24
* Better portability for tests.
* Updated documentation.
* License changed to GPLv3.
* Bugs fixed:
https://rt.cpan.org/Ticket/Display.html?id=98109
https://rt.cpan.org/Ticket/Display.html?id=47968
https://rt.cpan.org/Ticket/Display.html?id=83980
https://rt.cpan.org/Ticket/Display.html?id=102288
Version 1.23 - 24 Jan 2013
* New message retrieval backend Locale::gettext_dumb(3pm) which produces
translations even, when the corresponding locale is not present in
the system.
* Fixed a bug where the Perl backend under certain circumstances clobbered
the environment variable LC_ALL.
* Avoid test failures by skipping all tests that depend on the de_AT
locale, when that locale is not installed.
* Bugs fixed:
https://rt.cpan.org/Ticket/Display.html?id=82856
Version 1.22 - 24 Jan 2013
* Version 1.22 outsmarted PAUSE (the CPAN upload facility) and had to
be removed.
Version 1.21 - 15 Jan 2013
* Environment variables LANGUAGE and LANG are interpreted in the same way
in the XS and the pure Perl version.
* Package design closer to GNU standards.
-------------------------------------------------------------------
Mon Apr 15 10:24:36 UTC 2013 - idonmez@suse.com