8
0
Stephan Kulow
2012-06-25 11:37:54 +00:00
committed by Git OBS Bridge
parent f2e79022e6
commit feacccb384
4 changed files with 42 additions and 12 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Mon May 21 18:35:39 UTC 2012 - coolo@suse.com
- updated to 0.89
- avoid "use Test".
- DUCET is updated (for Unicode 6.1.0) as Collate/allkeys.txt.
! Please notice that allkeys.txt will be overwritten if you have had
other allkeys.txt already.
- U+9FCC is a new CJK unified ideograph.
- The default UCA_Version is 24.
- Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated.
- modified tests: cjkrange.t, compatui.t, hangtype.t, loc_cjkc.t,
-------------------------------------------------------------------
Tue Feb 14 07:57:49 UTC 2012 - coolo@suse.com
- updated to 0.87
- Now Locale/*.pl files are searched in @INC. (see [RT#72666])
- added locale_version method to access the version number of Locale/*.pl.
- tailored compatibility ideographs as well as unified ideographs for
the locales: ja, ko, zh__big5han, zh__gb2312han, zh__pinyin, zh__stroke.
- added loc_cjkc.t in t.
- U::C::Locale newly supports locales: bn, sa.
- updated some locales to CLDR 2.0 : zh__pinyin, zh__stroke.
* supported compatibility decomposable characters and U+FDD0 indexes.
* updated CJK/Pinyin.pm and CJK/Stroke.pm.
- added loc_bn.t, loc_cjk.t, loc_sa.t in t.
-------------------------------------------------------------------
Fri Nov 18 12:55:20 UTC 2011 - coolo@suse.com
- update to 0.84, see Changes
-------------------------------------------------------------------
Wed Oct 5 14:28:31 UTC 2011 - coolo@suse.com