diff options
author | Todd Rinaldo <toddr@cpan.org> | 2010-10-07 19:41:21 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-10-07 19:41:21 +0100 |
commit | 2ff38e68adbc6fa5afe7756c10314a0bf62fdab4 (patch) | |
tree | 6b7fcd390ede6078ee680f89d4b047faa2b9550a /dist/Locale-Maketext | |
parent | e9b067d91703bf151aa6769b5c49fb95a91f6fa5 (diff) | |
download | perl-2ff38e68adbc6fa5afe7756c10314a0bf62fdab4.tar.gz |
Bring Locale::Maketext ChangeLog up to date with all recent commits
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'dist/Locale-Maketext')
-rw-r--r-- | dist/Locale-Maketext/ChangeLog | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/dist/Locale-Maketext/ChangeLog b/dist/Locale-Maketext/ChangeLog index a8af6589eb..56ed50e55b 100644 --- a/dist/Locale-Maketext/ChangeLog +++ b/dist/Locale-Maketext/ChangeLog @@ -3,18 +3,31 @@ Revision history for Perl suite Locale::Maketext <date here> * Release 1.16 + Blead commit bac7bf8 - Copy @_ to @_ to de-alias passed variables + to assure that the aliases cannot be altered during maketext calls. + Fix for CPAN RT #40727: infinite loop in Locale::Maketext::Guts::_compile() when working with tainted values Fix for CPAN RT #34182: Don't localize $@. ->maketext calls will now backup and restore $@ so that die messages are not supressed. - + + Fix for CPAN RT #55461 + %hash deprecated messages cleaned up with perl 5.12 + + Fix for CPAN RT #48118. Perl 76674 + Speed and efficiency tweaks in _compile calls when string has no ~][ in it. + + Fix for CPAN RT #48808. Perl 76668 + I18N::LangTags use() fixups. + 2010−06−22 * Release 1.15 (included in perl 5.13.3; not released separately) Locale::Maketext guts have been merged back into the main module - External cache support + Fix for CPAN RT #46738. Perl 76354 + Support for RO Lexicon hashes (External cache support) 2009-11-20 * Release 1.14 (included in perl 5.11.2; not released separately) |