From e6d1cc2430a629d6906519f2aba51815560f7fbe Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Thu, 7 Dec 2017 21:28:52 +0000 Subject: [PATCH] ICU-13489 Updated ICU4J readme for 60.2. X-SVN-Rev: 40710 --- icu4j/readme.html | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/icu4j/readme.html b/icu4j/readme.html index a643084e46f..05d2089ac8c 100644 --- a/icu4j/readme.html +++ b/icu4j/readme.html @@ -14,13 +14,15 @@ h3.doc { text-decoration: underline }

International Components for Unicode for Java (ICU4J)

-

Read Me for ICU4J 60.1

-(Last Update: 2017-Oct-30) +

Read Me for ICU4J 60.2

+(Last Update: 2017-Dec-7)

-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 updated release of ICU4J 60. This release contains +bug fixes and updated data, but does not introduce any new APIs for functionalities. + @@ -139,9 +141,13 @@ found in ICU4J.

Changes In This Release

+

ICU4J 60.2

+

See the ICU 60 download page + about updates in this maintenance release.

+

ICU4J 60.1

See the ICU 60 download page -about new features in this release.

+about new features in this major release.

The list of API changes since the previous ICU4J release is available here.

@@ -180,19 +186,19 @@ builds, and they are packaged in jar files for convenient download. <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j</artifactId> - <version>60.1</version> + <version>60.2</version> </dependency> <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j-charset</artifactId> - <version>60.1</version> + <version>60.2</version> </dependency> <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j-localespi</artifactId> - <version>60.1</version> + <version>60.2</version> </dependency> @@ -876,8 +882,8 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in icu4c/sourc
Generating Data from CLDR
Note: This procedure assumes that all 3 sources are present
    -
  1. Checkout or download CLDR version 'release-32'
  2. -
  3. Checkout ICU with tag 'release-60-1'
  4. +
  5. Checkout or download CLDR version 'release-32-0-1'
  6. +
  7. Checkout ICU with tag 'release-60-2'
  8. cd to icu4c/source/data directory
  9. Follow the instructions in icu4c/source/data/cldr-icu-readme.txt
  10. Rebuild ICU4C with the newly generated data.
  11. -- 2.40.0