ICU-20975 BRS66RC Update version numbers, README files, configure
authorDaniel Ju <daju@microsoft.com>
Wed, 12 Feb 2020 21:48:29 +0000 (13:48 -0800)
committerDaniel Ju <41210545+daniel-ju@users.noreply.github.com>
Tue, 18 Feb 2020 22:40:46 +0000 (14:40 -0800)
13 files changed:
icu4c/readme.html
icu4c/source/common/unicode/uvernum.h
icu4c/source/configure
icu4c/source/data/misc/icuver.txt
icu4j/build.properties
icu4j/eclipse-build/build.properties
icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java
icu4j/main/shared/build/common.properties
icu4j/main/shared/data/icudata.jar
icu4j/main/shared/data/icutzdata.jar
icu4j/main/shared/data/testdata.jar
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilitiesData.java
icu4j/readme.html

index a5304a7880595ec7cb0afdca0935715ac3cf2234..f982556179be88ba192bec147e27ba580b9ce052 100644 (file)
@@ -3,7 +3,7 @@
 
 <html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
   <head>
-    <title>ReadMe for ICU 66.0.1</title>
+    <title>ReadMe for ICU 66.1</title>
     <meta name="COPYRIGHT" content=
     "Copyright (C) 2016 and later: Unicode, Inc. and others. License &amp; terms of use: http://www.unicode.org/copyright.html"/>
     <!-- meta name="COPYRIGHT" content=
@@ -24,7 +24,7 @@
 -->
 
   <!-- <body> -->
-  <body class="milestone">
+  <body class="rc">
     <p class="only-draft"><b>Note:</b> This is a draft readme.</p>
 
     <h1>
@@ -33,7 +33,7 @@
       <span class="only-rc">Release Candidate</span>
       <!-- <span class="only-milestone">(Milestone Release)</span> -->
       <span class="only-milestone">(Preview Release)</span>
-      <abbr title="International Components for Unicode">ICU</abbr> 66.0.1 ReadMe
+      <abbr title="International Components for Unicode">ICU</abbr> 66.1 ReadMe
     </h1>
 
     <!-- Most of the time we shouldn't need to comment/uncomment this paragraph, just change the body class -->
@@ -47,7 +47,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-Nov-27<br/>
+    <p>Last updated: 2020-Feb-12<br/>
       Copyright &copy; 2016 and later: Unicode, Inc. and others. License &amp; terms of use:
       <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
       Copyright &copy; 1997-2016 International Business Machines Corporation and others.
index ad17a6d60f3eba4497dbe88c6b9d7bf7bfc0200e..f5d6497842c5f71d5b5a6c578aed4359836aeb69 100644 (file)
  *  This value will change in the subsequent releases of ICU
  *  @stable ICU 2.6
  */
-#define U_ICU_VERSION_MINOR_NUM 0
+#define U_ICU_VERSION_MINOR_NUM 1
 
 /** The current ICU patchlevel version as an integer.
  *  This value will change in the subsequent releases of ICU
  *  @stable ICU 2.4
  */
-#define U_ICU_VERSION_PATCHLEVEL_NUM 1
+#define U_ICU_VERSION_PATCHLEVEL_NUM 0
 
 /** The current ICU build level version as an integer.
  *  This value is for use by ICU clients. It defaults to 0.
  *  This value will change in the subsequent releases of ICU
  *  @stable ICU 2.4
  */
-#define U_ICU_VERSION "66.0.1"
+#define U_ICU_VERSION "66.1"
 
 /**
  * The current ICU library major version number as a string, for library name suffixes.
 /** Data version in ICU4C.
  * @internal ICU 4.4 Internal Use Only
  **/
-#define U_ICU_DATA_VERSION "66.0.1"
+#define U_ICU_DATA_VERSION "66.1"
 #endif  /* U_HIDE_INTERNAL_API */
 
 /*===========================================================================
index 5611241c2454ef44a711000735c525fa1ea04a7d..d92d6eee647abe5839c5652cc6d1877950acd4ff 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ICU 66.0.1.
+# Generated by GNU Autoconf 2.69 for ICU 66.1.
 #
 # Report bugs to <http://icu-project.org/bugs>.
 #
@@ -582,8 +582,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='ICU'
 PACKAGE_TARNAME='International Components for Unicode'
-PACKAGE_VERSION='66.0.1'
-PACKAGE_STRING='ICU 66.0.1'
+PACKAGE_VERSION='66.1'
+PACKAGE_STRING='ICU 66.1'
 PACKAGE_BUGREPORT='http://icu-project.org/bugs'
 PACKAGE_URL='http://icu-project.org'
 
@@ -1362,7 +1362,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ICU 66.0.1 to adapt to many kinds of systems.
+\`configure' configures ICU 66.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1428,7 +1428,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ICU 66.0.1:";;
+     short | recursive ) echo "Configuration of ICU 66.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1566,7 +1566,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ICU configure 66.0.1
+ICU configure 66.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2312,7 +2312,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ICU $as_me 66.0.1, which was
+It was created by ICU $as_me 66.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -8532,7 +8532,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ICU $as_me 66.0.1, which was
+This file was extended by ICU $as_me 66.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -8586,7 +8586,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-ICU config.status 66.0.1
+ICU config.status 66.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index 915f1e8a36cd7ab4a616090abce759b1fe72eec9..3d5c318a39bb002888b738289779198389f0ac37 100644 (file)
@@ -8,6 +8,6 @@
 // ***************************************************************************
 
 icuver:table(nofallback){ 
-    DataVersion { "66.0.1.0" }
-    ICUVersion  { "66.0.1.0" }
+    DataVersion { "66.1.0.0" }
+    ICUVersion  { "66.1.0.0" }
 }
index 8ae741643f4ff1835eb212a46face8ccb31be60d..ac9dd49263d3771ca1cc8252d666b8bcc92b9d80 100644 (file)
@@ -8,5 +8,5 @@ api.report.version = 66
 api.report.prev.version = 65
 release.file.ver = 66rc
 api.doc.version = 66 Release Candidate
-maven.pom.ver = 66.0.1-SNAPSHOT
+maven.pom.ver = 66.1-SNAPSHOT
 
index c2c3f7ccb93942a5f1e29a1a1505172e323e27ea..46dfb8cba1c27a8d357f13739a96520afea1c2bd 100644 (file)
@@ -4,6 +4,6 @@
 #* Copyright (C) 2010-2016, International Business Machines Corporation and    *
 #* others. All Rights Reserved.                                                *
 #*******************************************************************************
-icu4j.plugin.impl.version.string=66.0.1
+icu4j.plugin.impl.version.string=66.1.0
 copyright.eclipse=(C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License
 icu4j.data.version.number=66
index f42c52db11e95f4b167ee6e86cb9fba12737ba07..8795f2f651788b19770dbeb5f4e84eca494a9a8f 100644 (file)
@@ -595,7 +595,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
         UNICODE_12_1   = getInstance(12, 1, 0, 0);
         UNICODE_13_0   = getInstance(13, 0, 0, 0);
 
-        ICU_VERSION   = getInstance(66, 0, 1, 0);
+        ICU_VERSION   = getInstance(66, 1, 0, 0);
         ICU_DATA_VERSION = ICU_VERSION;
         UNICODE_VERSION = UNICODE_13_0;
 
index ad117968664bdb2d033fc548bf4d803bfc10afbd..17ea1fd3c357519ffab450175e68e913be04d7b4 100644 (file)
@@ -7,7 +7,7 @@
 
 # Version numbers, etc.
 icu4j.spec.version = 66
-icu4j.impl.version = 66.0.1
+icu4j.impl.version = 66.1
 icu4j.data.version = 66
 default.exec.env = JavaSE-1.7
 
index 298a0040daef24c58ce27c3e0865e82a87590170..41b265b4e593f23cd98c1cd019b817e7875cf69b 100644 (file)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:f9b73d720421a85704fc64aa0949c94d52e450a44af96c715881e9e6ab0fa3e6
-size 12998988
+oid sha256:539ff81eac7713c15e67f28b7fdc00e4a5a3b9aa91c2d8296119f4b33a163e13
+size 12999166
index 3cc0eb30b3bc6eb3866180b418aa5bfbcbe3f9b5..860f955bce4aaed0bcddbef637a33402599a2bb1 100644 (file)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:5891f9acf588285d8d39c00b82c923cd7e887541e2ac6b8341865ec548f6d0cd
+oid sha256:283b4f4fc83d4bd152acec81eb857fe208b7630c9d341a7be1a8024b4398fe12
 size 94279
index 44a50066072adb21fbfda6a6fabaec9c9d680b67..63f6aaaf9923dd095bad1aa56c04b801d7bad5a4 100644 (file)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:057e776b2340a9d0bb1742fcbd153bfe33970cf6b7f8d88761dd1e262390bda4
-size 723418
+oid sha256:6f4e2d5516ef6d4890ee5fa9fb552f204360c6371be87ba8fb36b0d04c4f4d20
+size 726380
index 1a2cc252890c85195ed02d9325e0366d1b900370..9ceed8ec642448f6ef85128cbb117e642fddf8be 100644 (file)
@@ -10,7 +10,7 @@
 package com.ibm.icu.dev.test.util;
 
 public class DebugUtilitiesData extends Object {
-    public static final String ICU4C_VERSION="66.0.1";
+    public static final String ICU4C_VERSION="66.1";
     public static final int UDebugEnumType = 0;
     public static final int UCalendarDateFields = 1;
     public static final int UCalendarMonths = 2;
index a1dee3fa84c1369c4513dc23c328e15aaee4d8c0..b2754fb2c7b961a0ba31ace35b790e556403261f 100644 (file)
@@ -14,24 +14,24 @@ h3.doc { text-decoration: underline }
 <body style="background-color: rgb(255, 255, 255);" lang="EN-US"
  link="#0000ff" vlink="#800080">
 <h1>International Components for Unicode for Java (ICU4J)</h1>
-<h2>Read Me for ICU4J 66.0.1</h2>
-(Last Update: 2019-Nov-27)
+<h2>Read Me for ICU4J 66.1</h2>
+(Last Update: 2020-Feb-12)
 <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 a preview release of ICU4J 66.
+<!-- <b>Note:</b> This is a preview release of ICU4J 66.
 The contents of this document may not reflect the recent changes done
-for ICU 66 development. It is not recommended for production use.
+for ICU 66 development. It is not recommended for production use. -->
 <!-- <b>Note:</b> This is a development milestone of ICU4J 66.
 The contents of this document may not reflect the recent changes done
 for ICU 66 development. It is not recommended for production use. -->
-<!--<b>Note:</b> This is a release candidate of ICU4J 66.
+<b>Note:</b> This is a release candidate of ICU4J 66.
 The contents of this document may not reflect the recent changes done
 for ICU 66 development. This release candidate is intended for those
 wishing to verify ICU 66 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
@@ -186,19 +186,19 @@ builds, and they are packaged in jar files for convenient download.
 &lt;dependency&gt;
     &lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
     &lt;artifactId&gt;icu4j&lt;/artifactId&gt;
-    &lt;version&gt;66.0.1&lt;/version&gt;
+    &lt;version&gt;66.1&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
     &lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
     &lt;artifactId&gt;icu4j-charset&lt;/artifactId&gt;
-    &lt;version&gt;66.0.1&lt;/version&gt;
+    &lt;version&gt;66.1&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
     &lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
     &lt;artifactId&gt;icu4j-localespi&lt;/artifactId&gt;
-    &lt;version&gt;66.0.1&lt;/version&gt;
+    &lt;version&gt;66.1&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
   </ul>
@@ -879,7 +879,7 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in icu4c/sourc
 <I> Note: This procedure assumes that all 3 sources are present</I>
 <ol>
     <li>Checkout or download CLDR version 'release-36'</li>
-    <li>Checkout ICU with tag 'release-66-0-1'</li>
+    <li>Checkout ICU with tag 'release-66-1'</li>
     <li>cd to icu4c/source/data directory</li>
     <li>Follow the instructions in icu4c/source/data/cldr-icu-readme.txt</li>
     <li>Rebuild ICU4C with the newly generated data.</li>