This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perllocale: Mention /l
[perl5.git] / cpan / Unicode-Collate / Changes
index c7bba12..2539aa2 100644 (file)
@@ -1,7 +1,24 @@
 Revision history for Perl module Unicode::Collate.
 
+0.73  Sun Mar  6 13:24:22 2011
+    - DUCET is updated (for Unicode 6.0.0) as Collate/allkeys.txt.
+    ! However no maint perl has supported Unicode 6.0.0 yet;
+      wait for 5.14, or try developing 5.13.7 or later.
+    ! Please notice that allkeys.txt will be overwritten if you have had
+      other allkeys.txt already.
+    - The default UCA_Version is 22. Locale/*.pl and Korean.pm are updated.
+    - test: compare allkeys.txt's version with Base_Unicode_Version
+      in t/default.t.
+
+0.72  Sat Jan 22 17:28:32 2011
+    - xs: fix mixing char* and U8*.
+
+0.71  Tue Jan 18 22:29:44 2011
+    - t/loc_test.t should not fail without Unicode::Normalize.
+
 0.70  Sun Jan 16 20:31:07 2011
-    - Now U::C::Locale->new will use the compiled DUCET via XS.
+    - Now U::C::Locale->new will use the compiled DUCET via XS if available.
+      added some tests in t/loc_test.t.
 
 0.69  Sat Jan 15 19:41:11 2011
     - clarified about XSUB. revised INSTALL in README.