From dd4063d9f4bc131adfc48247200b171cb7670d5a Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Fri, 16 Mar 2012 06:59:46 +0000 Subject: [PATCH] ICU-9187 Updated readme.html for the official release (49.1). X-SVN-Rev: 31623 --- icu4j/readme.html | 87 ++++++++++++++++++++++++++--------------------- 1 file changed, 49 insertions(+), 38 deletions(-) diff --git a/icu4j/readme.html b/icu4j/readme.html index f32b04f2514..cff682aa238 100644 --- a/icu4j/readme.html +++ b/icu4j/readme.html @@ -13,15 +13,12 @@ h4.doc { text-decoration: underline }

International Components for Unicode for Java (ICU4J)

-

Read Me for ICU4J 49 RC

-(Last Update: March 2, 2012) +

Read Me for ICU4J 49.1

+(Last Update: March 16, 2012)
-

Note: This is a release candidate of ICU4J 49. -The contents of this document may not reflect the recent changes done -for ICU 49 development. This version is inteneded for those wishing -to evaluate ICU 49 new features and API changes. It is not -recommended for production use. +

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

For the most recent release, see the ICU4J @@ -128,11 +125,34 @@ found in ICU4J.

Changes In This Release

New features and changes

-See the ICU 49 RC download page about +See the ICU 49 download page about new features in this release. The list of API changes since the previous ICU4J release is available -here. +here.

+ +

New ICU release version numbering

+

+Starting this release, ICU release version numbering policy has changed to use a single +major version field(e.g. "49") as oppose to two fields (e.g. "4.8"). The second field stays 0 +during development (e.g. "49.0.1" for ICU 49 development milestone 1) and the first official +release within a major version is 1 (e.g. "49.1"). For the details, please refer to Version Numbers +in ICU. +

+ +

Locale variant for ICU4J Locale Service Provider

+

+ICU4J Locale Service Provider uses a special Locale variant value for overriding Java's +Locale service support. In this release, the default value of the special variant was +changed to "ICU4J" (previously, it was "ICU"). For example, with JDK Locale("en", "US", "ICU4J"), +ICU service implementation is used instead of Java's stock implementation for Locale("en", "US"). +This change had made for BCP 47 conformance. The special variant value can be changed by +editing a properties file included in the ICU4J Locale Service Provider jar file. +Please see the user guide page +ICU4J Locale Service Provider for the details. +

+

License Information

The ICU projects (ICU4C and ICU4J) use the X license. The X @@ -602,7 +622,7 @@ version 1.7 or later. It's recommended to install both the J2SE SDK and Ant somewhere outsidethe ICU4J directory. For example, on Linux you might install these in /usr/local.