From 724d957cde5056ae55f6be802e5d1168a4d184c1 Mon Sep 17 00:00:00 2001
From: Syn Wee Quek Release DateInternational Components for Unicode for Java
- Read Me for ICU4J 2.2
+ Read Me for ICU4J 2.4
- August 15th, 2002
For the most recent
release, see the
@@ -120,10 +120,10 @@ For more details please see the Additionally, we have built and tested ICU4J on the following unsupported platforms:
Release Date
-
@@ -688,7 +688,7 @@ compiled and jar'd into the file ICULocaleData.jar. The resulting jar
file is then checked in to ICU4J as
src/com/ibm/icu/dev/data/ICULocaleData.jar. (This is not great but it
allows ICU4J to be downloaded and built as one project, instead of
-two, one for locale data and one for ICU4J proper. Given the 2.2
+two, one for locale data and one for ICU4J proper. Given the 2.4
schedule it wasn't possible to work out the larger data sharing
problem in time, so we tried to limit the impact to just what was
needed to get JDK 1.4 support up and running.)
diff --git a/icu4j/releasenotes.html b/icu4j/releasenotes.html
index bcf9390d63..ec692149ea 100644
--- a/icu4j/releasenotes.html
+++ b/icu4j/releasenotes.html
@@ -9,8 +9,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/Attic/releasenotes.html,v $
-* $Date: 2002/08/16 15:51:35 $
-* $Revision: 1.7 $
+* $Date: 2002/12/05 06:06:25 $
+* $Revision: 1.8 $
*
*******************************************************************************
-->
@@ -19,18 +19,18 @@
International Components for Unicode for Java
- Release Notes for ICU4J 2.2
+ Release Notes for ICU4J 2.4
- August 15th, 2002
For the most recent release, see the ICU4J download site.
-What's new in Release 2.2
+What's new in Release 2.4
Reference Platforms
- The reference platforms for version 2.2 are:
- In release 2.2, there are 2 known non-reference platform compilers that fail compiling ICU4J source code, IBM JDK 1.3.1_02 and Jikes 1.16. Use ICU4J on unsupported JVMs and non-reference platform compilers at your own risk.
- -Warnings
-- In release 2.2, there is a limitation with pattern handling with DecimalFormat when a percent or permille sign is included. -
--
These problems will be fixed in the next release.
For More Information