diff options
Diffstat (limited to 'gnu/usr.bin/perl/cpan/Unicode-Collate/Changes')
-rw-r--r-- | gnu/usr.bin/perl/cpan/Unicode-Collate/Changes | 60 |
1 files changed, 59 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/cpan/Unicode-Collate/Changes b/gnu/usr.bin/perl/cpan/Unicode-Collate/Changes index 9d0534e6c94..9fc2dc26c4c 100644 --- a/gnu/usr.bin/perl/cpan/Unicode-Collate/Changes +++ b/gnu/usr.bin/perl/cpan/Unicode-Collate/Changes @@ -1,5 +1,63 @@ Revision history for Perl module Unicode::Collate. +0.97 Sat Dec 22 14:25:50 2012 + - bug fix: XS of 0.96 (if UCA_Version is 9 to 11) wrongly referred to + DUCET for completely ignorable characters, even though the collator + don't use DUCET. + - separated t/notable.t from t/test.t. + +0.96 Sat Dec 15 19:43:10 2012 + - special noncharancter tailorings ('highestFFFF' and 'minimalFFFE') + * some locales are modified for 'highestFFFF': as, bn, fa, gu, hi, hy, + kn, kok, mr, or, sa, si, si_dict, ta, te, th, ur. + - U::C::Locale now allows 'entry' to add or override mappings. + - bug fix: using DUCET through XS wrongly prevented completely ignorable + characters from tailoring. + - modified tests: default.t, loc_as.t, loc_bn.t, loc_fa.t, loc_gu.t, + loc_hi.t, loc_hy.t, loc_kn.t, loc_kok.t, loc_mr.t, loc_or.t, loc_sa.t, + loc_si.t, loc_sidt.t, loc_ta.t, loc_te.t, loc_test.t, loc_th.t, + loc_ur.t, nonchar.t in t. + +0.95 Sat Dec 8 15:11:09 2012 + - U::C::Locale newly supports locales: bs_Cyrl, ee. + - updated to CLDR 21: uk. + - updated to CLDR 22: th, to. + - added loc_bscy.t, loc_ee.t in t. + - modified tests: loc_th.t, loc_to.t, loc_uk.t in t. + +0.94 Fri Nov 23 18:45:53 2012 + - U::C::Locale newly supports locale: zh__zhuyin. + - added Unicode::Collate::CJK::Zhuyin for zh__zhuyin. + - doc: added CAVEAT to CJK/Stroke.pm + - modified tests: loc_cjk.t, loc_cjkc.t in t. + - added cjk_zy.t, loc_zhzy.t in t. + +0.93 Sun Nov 18 18:13:42 2012 + - DUCET is updated (for Unicode 6.2.0) as Collate/allkeys.txt. + ! Please notice that allkeys.txt will be overwritten if you have had + other allkeys.txt already. + - The default UCA_Version is 26. + - Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated. + - modified tests: loc_es.t, loc_estr.t, version.t in t. + +0.92 Wed Nov 14 20:58:19 2012 + - fix: index() etc. with preprocess/normalization should be always croaked. + - doc: referred to the latest UTS #10 and updated its section numbers. + - supported the identical level (see 'identical' in POD). + - Now UCA_Version 26 (for Unicode 6.2.0) is supported. + * But the default UCA_Version is still 24. + - added ident.t in t. + - modified tests: cjkrange.t, compatui.t, hangtype.t, index.t, + overcjk0.t, overcjk1.t, test.t, view.t in t. + +0.91 Sun Nov 4 17:00:20 2012 + - XSUB: use PERL_NO_GET_CONTEXT (see perlguts) + (see [rt.cpan.org #80313]) + +0.90 Sun Sep 23 10:42:26 2012 + - perl 5.11.0 or later: Install to 'site' instead of 'perl' + (see [rt.cpan.org #79800]) + 0.89 Sat Mar 10 20:19:11 2012 - avoid "use Test". @@ -302,7 +360,7 @@ Revision history for Perl module Unicode::Collate. 0.29 Mon Oct 13 12:18:23 2003 - now UCA Version 11 (but no functionality is different from Version 9). - - supported hangul_terminator. + - supported 'hangul_terminator'. - fix: Base_Unicode_Version falsely returns Perl's Unicode version. C4 in UTS #10 requires UTS's Unicode version. - For variable weighting, 'variable' is recommended |