From e497967f9ee9b0b257696f26dc157c562fb3446a Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Tue, 19 Jul 2011 06:59:00 +0000 Subject: [PATCH] ICU-8639 Updated readme.html and pom.xml for 4.8.1 X-SVN-Rev: 30386 --- pom.xml | 2 +- readme.html | 30 ++++++++++++++++++++++-------- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 5242f4ea782..19bdbcb09bf 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.ibm.icu icu4j - 4.8 + 4.8.1 ICU4J diff --git a/readme.html b/readme.html index 31b1ca2157a..0492fb4d23f 100644 --- a/readme.html +++ b/readme.html @@ -13,12 +13,12 @@ h4.doc { text-decoration: underline }

International Components for Unicode for Java (ICU4J)

-

Read Me for ICU4J 4.8

-(Last Update: May 19, 2011) +

Read Me for ICU4J 4.8.1

+(Last Update: July 19, 2011)
-

Note:This is major release of ICU4J. It contains bug fixes and adds implementations -of inherited API and introduces new API or functionality. +

Note:This is an update release of ICU4J 4.8. This release contains bug fixes and updated data, +but does not introduce any new APIs for functionalities.

For the most recent release, see the ICU4J @@ -140,6 +140,20 @@ When an unknown time zone ID is specified in the method, previous versions retur with ID "GMT" (offset 0 and no daylight saving time). In ICU 4.8, the method uses "Etc/Unknown" as the time zone ID (but still offset 0 and no daylight saving time) for the case. Existing software checking the returned time zone ID to validate the input ID may need to be updated to support the new behavior. + +

Summary of updates in 4.8.1 (July 19, 2011)

+
CLDR 2.0.1 updates
+

ICU4J 4.8.1 imported locale data updates from CLDR +2.0.1 release. + +

Time zone data update
+

ICU4J 4.8.1 updates the time zone data to version 2011h +from the Olson tz database. + +

Bug fixes
+

See the ICU Trac 4.8.1 page about +fixes done in this update release. +

License Information

The ICU projects (ICU4C and ICU4J) use the X license. The X @@ -956,9 +970,9 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in $icu4c_r

Generating Data from CLDR
Note: This procedure assumes that all 3 sources are present
    -
  1. Checkout or download CLDR version 'release-2-0'
  2. -
  3. Checkout ICU4C with tag 'release-4-8'
  4. -
  5. Checkout ICU4J with tag 'release-4-8'
  6. +
  7. Checkout or download CLDR version 'release-2-0-1'
  8. +
  9. Checkout ICU4C with tag 'release-4-8-1'
  10. +
  11. Checkout ICU4J with tag 'release-4-8-1'
  12. cd to $icu4c_root/source/data directory
  13. Follow the instructions in $icu4c_root/source/data/cldr-icu-readme.txt
  14. Rebuild ICU4C with the newly generated data.
  15. @@ -970,7 +984,7 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in $icu4c_r

About ICU4J Time Zone

-

ICU4J 4.8 includes time zone data version 2011g, which is the latest one as of +

ICU4J 4.8.1 includes time zone data version 2011h, which is the latest one as of the release date. However, time zone data is frequently updated in response to changes made by local governments around the world. If you need to update the time zone data, please refer the ICU user guide topic -- 2.40.0