diff --git a/icu4c/readme.html b/icu4c/readme.html index 82593ec8169..41d2903736b 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -23,8 +23,8 @@ milestone - if the release note is a milestone release --> - - + +

Note: This is a draft readme.

@@ -44,7 +44,7 @@

This is a release candidate version of ICU4C. It is not recommended for production use.

-

Last updated: 2019-Feb-22
+

Last updated: 2019-Mar-18
Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html
Copyright © 1997-2016 International Business Machines Corporation and others. diff --git a/icu4c/source/data/icu4j-readme.txt b/icu4c/source/data/icu4j-readme.txt index 00033adcfb3..6a38bd62c17 100644 --- a/icu4c/source/data/icu4j-readme.txt +++ b/icu4c/source/data/icu4j-readme.txt @@ -17,11 +17,16 @@ In the following, $icu4j_root is the ICU4J root directory $jdk_bin is the JDK bin directory (for the jar tool) -1. Download, configure, and build ICU4C. When you configure ICU4C, you must +1. *Linux* + Download, configure, and build ICU4C. When you configure ICU4C, you must set the environment variable ICU_DATA_BUILDTOOL_OPTS to "--include_uni_core_data" to build additional required ICU4J data: ICU_DATA_BUILDTOOL_OPTS=--include_uni_core_data ./runConfigureICU Linux + + *Windows* + - Add ICU_DATA_BUILDTOOL_OPTS as a system environment variable with value "--include_uni_core_data" + - Build $icu4c_root\source\allinone\allinone.sln in Visual Studio For more instructions on downloading and building ICU4C, see the ICU4C readme at: @@ -38,10 +43,10 @@ platform. *Windows* -2a. On the command line, cd to $icu4c_root\source\data. +2a. On Developer Command Prompt for VS, cd to $icu4c_root\source\data. -2b. On the command line, - nmake -f makedata.mak ICUMAKE=$icu4c_root\source\data\ CFG=x86\Release JAR="$jdk_bin\jar" ICU4J_ROOT=$icu4j_root icu4j-data-install +2b. On Developer Command Prompt for VS, + nmake -f makedata.mak ICUMAKE=$icu4c_root\source\data\ CFG=x86\Release JAR="$jdk_bin\jar" ICU4J_ROOT=$icu4j_root icu4j-data-install Continue with step 3 below, in Java: @@ -71,3 +76,7 @@ icutzdata.jar in $icu4j_root/main/shared/data. cd $icu4j_root ant main + + Run the tests locally and make sure they pass: + + ant check diff --git a/icu4j/build.properties b/icu4j/build.properties index 3686e2cf676..ad76e0768b6 100644 --- a/icu4j/build.properties +++ b/icu4j/build.properties @@ -6,7 +6,7 @@ #******************************************************************************* api.report.version = 64 api.report.prev.version = 63 -release.file.ver = 64rc -api.doc.version = 64 Release Candidate -maven.pom.ver = 64.1-SNAPSHOT +release.file.ver = 64_1 +api.doc.version = 64.1 +maven.pom.ver = 64.1 diff --git a/icu4j/main/shared/data/icudata.jar b/icu4j/main/shared/data/icudata.jar index 23fe3bb981a..3d9fecd565f 100644 --- a/icu4j/main/shared/data/icudata.jar +++ b/icu4j/main/shared/data/icudata.jar @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b96976c9a34d2c58b73d955edb43d725e66c6c61ca1197cc22b3f1bcad220459 -size 12818509 +oid sha256:bf43c6ef604a31b682026712ec7b66015243dff4fef0beb835412380de789f64 +size 12818986 diff --git a/icu4j/main/shared/data/icutzdata.jar b/icu4j/main/shared/data/icutzdata.jar index a7863682f77..79e0f5879b6 100644 --- a/icu4j/main/shared/data/icutzdata.jar +++ b/icu4j/main/shared/data/icutzdata.jar @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6e98819b735c51653941d402d794ffe62bb2f02fbaba03d29e3ea76ed7cd1ee -size 94044 +oid sha256:15ddd5d52c5d9dbd8a4f0d3857ece71bc49c1af42b45caf4df6b6739c6667023 +size 94046 diff --git a/icu4j/main/shared/data/testdata.jar b/icu4j/main/shared/data/testdata.jar index 8f99ec12549..d0ed4efc47b 100644 --- a/icu4j/main/shared/data/testdata.jar +++ b/icu4j/main/shared/data/testdata.jar @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:51503a5050e14146bbba6bf8aec7dc09716a092eebfc08964ad77b5e37af6d44 -size 723404 +oid sha256:c6bb1db1fc17098b4924ac455433b6058aae86d300e6b7c9f112775d7654946c +size 726372 diff --git a/icu4j/readme.html b/icu4j/readme.html index 8fa58837f45..03f8951cf5e 100644 --- a/icu4j/readme.html +++ b/icu4j/readme.html @@ -15,20 +15,20 @@ h3.doc { text-decoration: underline } link="#0000ff" vlink="#800080">

International Components for Unicode for Java (ICU4J)

Read Me for ICU4J 64.1

-(Last Update: 2019-Feb-22) +(Last Update: 2019-Mar-18)

- +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 a release candidate of ICU4J 64. +

For the most recent release, see the ICU4J