mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-20439 BRS64GA Update version number and regenerate JAR files
This commit is contained in:
parent
a5914e1916
commit
b056b7642a
7 changed files with 30 additions and 21 deletions
|
@ -23,8 +23,8 @@
|
|||
milestone - if the release note is a milestone release
|
||||
-->
|
||||
|
||||
<!-- <body> -->
|
||||
<body class="rc">
|
||||
<body>
|
||||
<!-- <body class="rc"> -->
|
||||
<p class="only-draft"><b>Note:</b> This is a draft readme.</p>
|
||||
|
||||
<h1>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<p class="note only-rc">This is a release candidate version of ICU4C.
|
||||
It is not recommended for production use.</p>
|
||||
|
||||
<p>Last updated: 2019-Feb-22<br/>
|
||||
<p>Last updated: 2019-Mar-18<br/>
|
||||
Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use:
|
||||
<a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
|
||||
Copyright © 1997-2016 International Business Machines Corporation and others.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b96976c9a34d2c58b73d955edb43d725e66c6c61ca1197cc22b3f1bcad220459
|
||||
size 12818509
|
||||
oid sha256:bf43c6ef604a31b682026712ec7b66015243dff4fef0beb835412380de789f64
|
||||
size 12818986
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6e98819b735c51653941d402d794ffe62bb2f02fbaba03d29e3ea76ed7cd1ee
|
||||
size 94044
|
||||
oid sha256:15ddd5d52c5d9dbd8a4f0d3857ece71bc49c1af42b45caf4df6b6739c6667023
|
||||
size 94046
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51503a5050e14146bbba6bf8aec7dc09716a092eebfc08964ad77b5e37af6d44
|
||||
size 723404
|
||||
oid sha256:c6bb1db1fc17098b4924ac455433b6058aae86d300e6b7c9f112775d7654946c
|
||||
size 726372
|
||||
|
|
|
@ -15,20 +15,20 @@ h3.doc { text-decoration: underline }
|
|||
link="#0000ff" vlink="#800080">
|
||||
<h1>International Components for Unicode for Java (ICU4J)</h1>
|
||||
<h2>Read Me for ICU4J 64.1</h2>
|
||||
(Last Update: 2019-Feb-22)
|
||||
(Last Update: 2019-Mar-18)
|
||||
<hr size="2" width="100%">
|
||||
|
||||
<p>
|
||||
<!--<b>Note:</b> This is major release of ICU4J. It contains bug fixes and adds implementations
|
||||
of inherited API and introduces new API or functionality. -->
|
||||
<b>Note:</b> This is major release of ICU4J. It contains bug fixes and adds implementations
|
||||
of inherited API and introduces new API or functionality.
|
||||
<!-- <b>Note:</b> This is a development milestone of ICU4J 64.
|
||||
The contents of this document may not reflect the recent changes done
|
||||
for ICU 64 development. It is not recommended for production use. -->
|
||||
<b>Note:</b> This is a release candidate of ICU4J 64.
|
||||
<!-- <b>Note:</b> This is a release candidate of ICU4J 64.
|
||||
The contents of this document may not reflect the recent changes done
|
||||
for ICU 64 development. This release candidate is intended for those
|
||||
wishing to verify ICU 64 integration before final release. It is not
|
||||
recommended for production use.
|
||||
recommended for production use. -->
|
||||
</p>
|
||||
<p>For the most recent release, see the <a
|
||||
href="http://www.icu-project.org/download/"> ICU4J
|
||||
|
|
Loading…
Add table
Reference in a new issue