summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/maintain/lib/libintl-perl/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/maintain/lib/libintl-perl/NEWS')
-rw-r--r--macros/texinfo/texinfo/tp/maintain/lib/libintl-perl/NEWS118
1 files changed, 118 insertions, 0 deletions
diff --git a/macros/texinfo/texinfo/tp/maintain/lib/libintl-perl/NEWS b/macros/texinfo/texinfo/tp/maintain/lib/libintl-perl/NEWS
index e804888fb7..9b2860d3be 100644
--- a/macros/texinfo/texinfo/tp/maintain/lib/libintl-perl/NEWS
+++ b/macros/texinfo/texinfo/tp/maintain/lib/libintl-perl/NEWS
@@ -1,8 +1,126 @@
+Version 1.32 - 26 Oct 2020
+
+* Bugs fixed:
+
+ https://github.com/gflohr/libintl-perl/issues/5
+
+Version 1.31 - 19 Nov 2018
+
+* Fixes this bug in Locale::Simple:
+
+ https://rt.cpan.org/Ticket/Display.html?id=127675
+
+Version 1.30 - 04 Nov 2018
+
+* Bugs fixed:
+
+ https://github.com/gflohr/libintl-perl/issues/2
+ https://github.com/gflohr/libintl-perl/issues/3
+ https://github.com/gflohr/libintl-perl/issues/4
+
+Version 1.29 - 09 Aug 2017
+
+* Important: Fixed a bug that caused Locale::gettext_pp and
+ Locale::gettext_dumb to not load .mo files with a revision
+ number of 0.1 not to be loaded
+ (see https://github.com/gflohr/libintl-perl/issues/1)
+* New bug tracker address is https://github.com/gflohr/libintl-perl/issues
+
+Version 1.28 - 31 Aug 2017
+
+* New class methods options(), keywords(), and flags() for
+ Locale::TextDomain
+
+Version 1.27 - 7 Aug 2017
+
+* Bugs fixed:
+
+ https://rt.cpan.org/Public/Bug/Display.html?id=114731
+ https://rt.cpan.org/Public/Bug/Display.html?id=116772
+ https://rt.cpan.org/Public/Bug/Display.html?id=119014
+ https://rt.cpan.org/Public/Bug/Display.html?id=120165
+ https://rt.cpan.org/Public/Bug/Display.html?id=120446
+
+Version 1.26 - 13 May 2016
+
+* Fixed more false negatives in tests, no need to upgrade.
+
+* Bugs fixed:
+
+ https://rt.cpan.org/Ticket/Display.html?id=115052
+
+Version 1.25 - 09 May 2016
+
+* Fixed false negatives in test suite, no need to upgrade the module!
+
+* Bugs fixed:
+
+ https://rt.cpan.org/Ticket/Display.html?id=83980
+ https://rt.cpan.org/Ticket/Display.html?id=47968
+
+Version 1.24 - 08 Apr 2016
+
+* 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.
+
+* If present, File::ShareDir is used for searching message catalogs.
+
+* Cleaned up distribution.
+
+* Bugs fixed:
+ https://rt.cpan.org/Ticket/Display.html?id=78341
+ https://rt.cpan.org/Ticket/Display.html?id=81315
+ https://rt.cpan.org/Ticket/Display.html?id=79461
+ https://rt.cpan.org/Ticket/Display.html?id=71509
+ https://rt.cpan.org/Ticket/Display.html?id=49744
+ https://rt.cpan.org/Ticket/Display.html?id=49744
+ https://rt.cpan.org/Ticket/Display.html?id=64284
+
Version 1.20 - 29 Jue 2009
* Test suite revamped. Failures are now explained better, and it should
be easier to debug them remotely.
+* Bugs fixed:
+ https://rt.cpan.org/Ticket/Display.html?id=49744
+
Version 1.19 - 19 Jun 2009
* New context functions now work with Perl 5.6.2.