ICU-21480 BRS69RC Version update and regenerate configure for v69
authorErik Torres Aguilar <ertorres@microsoft.com>
Thu, 11 Feb 2021 20:09:37 +0000 (20:09 +0000)
committerErik Torres <ertorres@microsoft.com>
Thu, 11 Feb 2021 23:43:55 +0000 (15:43 -0800)
See #1567

24 files changed:
icu4c/readme.html
icu4c/source/common/common.vcxproj
icu4c/source/common/common_uwp.vcxproj
icu4c/source/common/unicode/uvernum.h
icu4c/source/configure
icu4c/source/data/makedata.mak
icu4c/source/data/misc/icuver.txt
icu4c/source/i18n/i18n.vcxproj
icu4c/source/i18n/i18n_uwp.vcxproj
icu4c/source/io/io.vcxproj
icu4c/source/layoutex/layoutex.vcxproj
icu4c/source/stubdata/stubdata.vcxproj
icu4c/source/tools/ctestfw/ctestfw.vcxproj
icu4c/source/tools/toolutil/toolutil.vcxproj
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
tools/cldr/cldr-to-icu/build-icu-data.xml

index 06381c55c259a867dc124efb86240760740dcc90..c1aaf83c3d251bbff292ba3dbb07d9ac3c16f17d 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 68.2</title>
+    <title>ReadMe for ICU 69.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=
@@ -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> 68.2 ReadMe
+      <abbr title="International Components for Unicode">ICU</abbr> 69.1 ReadMe
     </h1>
 
     <!-- Most of the time we shouldn't need to comment/uncomment this paragraph, just change the body class -->
 
     <h2><a name="News" href="#News" id="News">What Is New In This Release?</a></h2>
 
-    <p>See the <a href="http://site.icu-project.org/download/68">ICU 68 download page</a>
+    <p>See the <a href="http://site.icu-project.org/download/69">ICU 69 download page</a>
     for more information on this release, including any other changes, bug fixes, known issues,
     changes to supported platforms and build environments,
     and migration issues for existing applications migrating from previous ICU releases.</p>
index d7f668ea9d83084feb47a8968bac05379bc7d365..ec2b30222f866a84271bdc348bb85863072eec53 100644 (file)
@@ -58,7 +58,7 @@
       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\$(IcuBinOutputDir)\icuuc68d.dll</OutputFile>
+      <OutputFile>..\..\$(IcuBinOutputDir)\icuuc69d.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuucd.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\$(IcuLibOutputDir)\icuucd.lib</ImportLibrary>
     </Link>
@@ -70,7 +70,7 @@
       <FunctionLevelLinking>true</FunctionLevelLinking>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\$(IcuBinOutputDir)\icuuc68.dll</OutputFile>
+      <OutputFile>..\..\$(IcuBinOutputDir)\icuuc69.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuuc.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\$(IcuLibOutputDir)\icuuc.lib</ImportLibrary>
     </Link>
index a57917292a7405b0a55fd8a34f9edd970c2951ef..da2b899c9050a6939d16ffab9e4ffab498792324 100644 (file)
     <Link>
       <EnableCOMDATFolding>true</EnableCOMDATFolding>
       <AdditionalDependencies>vccorlib.lib;msvcrt.lib;vcruntime.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <OutputFile>..\..\$(IcuBinOutputDir)\icuuc68.dll</OutputFile>
+      <OutputFile>..\..\$(IcuBinOutputDir)\icuuc69.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuuc.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\$(IcuLibOutputDir)\icuuc.lib</ImportLibrary>
     </Link>
     <Link>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <AdditionalDependencies>vccorlibd.lib;msvcrtd.lib;vcruntimed.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <OutputFile>..\..\$(IcuBinOutputDir)\icuuc68d.dll</OutputFile>
+      <OutputFile>..\..\$(IcuBinOutputDir)\icuuc69d.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuucd.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\$(IcuLibOutputDir)\icuucd.lib</ImportLibrary>
     </Link>
index a46481a3fe610c8acc50070ff1fffece7ede431d..b09d4943c1cc98f2b7dafdf0e1952a6e2cc37bd5 100644 (file)
  *  This value will change in the subsequent releases of ICU
  *  @stable ICU 2.4
  */
-#define U_ICU_VERSION_MAJOR_NUM 68
+#define U_ICU_VERSION_MAJOR_NUM 69
 
 /** The current ICU minor version as an integer.
  *  This value will change in the subsequent releases of ICU
  *  @stable ICU 2.6
  */
-#define U_ICU_VERSION_MINOR_NUM 2
+#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
@@ -86,7 +86,7 @@
  *  This value will change in the subsequent releases of ICU
  *  @stable ICU 2.6
  */
-#define U_ICU_VERSION_SUFFIX _68
+#define U_ICU_VERSION_SUFFIX _69
 
 /**
  * \def U_DEF2_ICU_ENTRY_POINT_RENAME
  *  This value will change in the subsequent releases of ICU
  *  @stable ICU 2.4
  */
-#define U_ICU_VERSION "68.2"
+#define U_ICU_VERSION "69.1"
 
 /**
  * The current ICU library major version number as a string, for library name suffixes.
  *
  * @stable ICU 2.6
  */
-#define U_ICU_VERSION_SHORT "68"
+#define U_ICU_VERSION_SHORT "69"
 
 #ifndef U_HIDE_INTERNAL_API
 /** Data version in ICU4C.
  * @internal ICU 4.4 Internal Use Only
  **/
-#define U_ICU_DATA_VERSION "68.2"
+#define U_ICU_DATA_VERSION "69.1"
 #endif  /* U_HIDE_INTERNAL_API */
 
 /*===========================================================================
index 0dea6a58e843e4af039d832b0292c0b87ece8333..a2ff7e4885e5aad7e4f30eb5d18deafd725c97e5 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 68.2.
+# Generated by GNU Autoconf 2.69 for ICU 69.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='68.2'
-PACKAGE_STRING='ICU 68.2'
+PACKAGE_VERSION='69.1'
+PACKAGE_STRING='ICU 69.1'
 PACKAGE_BUGREPORT='http://icu-project.org/bugs'
 PACKAGE_URL='http://icu-project.org'
 
@@ -1364,7 +1364,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 68.2 to adapt to many kinds of systems.
+\`configure' configures ICU 69.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1430,7 +1430,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ICU 68.2:";;
+     short | recursive ) echo "Configuration of ICU 69.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1568,7 +1568,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ICU configure 68.2
+ICU configure 69.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2314,7 +2314,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 68.2, which was
+It was created by ICU $as_me 69.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -8544,7 +8544,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 68.2, which was
+This file was extended by ICU $as_me 69.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -8598,7 +8598,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 68.2
+ICU config.status 69.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index daa66ef6c5226736a034d0bc43246b3c7f2c1b48..286c18a4d7cc88c5407d9e936d5a35a49faa619f 100644 (file)
 
 ##############################################################################
 # Keep the following in sync with the version - see common/unicode/uvernum.h
-U_ICUDATA_NAME=icudt68
+U_ICUDATA_NAME=icudt69
 ##############################################################################
 !IF "$(UWP)" == "UWP"
 # Optionally change the name of the data file for the UWP version.
-U_ICUDATA_NAME=icudt68
+U_ICUDATA_NAME=icudt69
 !ENDIF
 U_ICUDATA_ENDIAN_SUFFIX=l
 UNICODE_VERSION=13.0
index 70e5ae79ce01dfb56a0f00d9533991df44add200..feb59d2a9bfe8d72d949eb58daacae52cea64ba0 100644 (file)
@@ -9,6 +9,6 @@
 // ***************************************************************************
 icuver:table(nofallback){
     CLDRVersion{"39"}
-    DataVersion{"68.2.0.0"}
-    ICUVersion{"68.2.0.0"}
+    DataVersion{"69.1.0.0"}
+    ICUVersion{"69.1.0.0"}
 }
index 218772f99742633fa4d3a50f0536288b2ac41507..ce8933a0d3acf74f202a034bbac7a3dd089dd0a4 100644 (file)
@@ -60,7 +60,7 @@
     </ClCompile>
     <Link>
       <AdditionalDependencies>icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <OutputFile>..\..\$(IcuBinOutputDir)\icuin68d.dll</OutputFile>
+      <OutputFile>..\..\$(IcuBinOutputDir)\icuin69d.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuind.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\$(IcuLibOutputDir)\icuind.lib</ImportLibrary>
     </Link>
@@ -73,7 +73,7 @@
     </ClCompile>
     <Link>
       <AdditionalDependencies>icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <OutputFile>..\..\$(IcuBinOutputDir)\icuin68.dll</OutputFile>
+      <OutputFile>..\..\$(IcuBinOutputDir)\icuin69.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuin.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\$(IcuLibOutputDir)\icuin.lib</ImportLibrary>
     </Link>
index f836aeb072637beb1a2c73671098ac7ed6dd2166..489b460b3cec6fb4697930155955a0b5834ac15d 100644 (file)
       <ProgramDataBaseFileName>.\x86\ReleaseUWP/</ProgramDataBaseFileName>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\bin32uwp\icuin68.dll</OutputFile>
+      <OutputFile>..\..\bin32uwp\icuin69.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\lib32uwp\icuin.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\lib32uwp\icuin.lib</ImportLibrary>
       <AdditionalDependencies>..\..\lib32uwp\icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <ProgramDataBaseFileName>.\x86\DebugUWP/</ProgramDataBaseFileName>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\bin32uwp\icuin68d.dll</OutputFile>
+      <OutputFile>..\..\bin32uwp\icuin69d.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\lib32uwp\icuind.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\lib32uwp\icuind.lib</ImportLibrary>
       <AdditionalDependencies>..\..\lib32uwp\icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <ProgramDataBaseFileName>.\x64\ReleaseUWP/</ProgramDataBaseFileName>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\bin64uwp\icuin68.dll</OutputFile>
+      <OutputFile>..\..\bin64uwp\icuin69.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\lib64uwp\icuin.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\lib64uwp\icuin.lib</ImportLibrary>
       <AdditionalDependencies>..\..\lib64uwp\icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <ProgramDataBaseFileName>.\x64\DebugUWP/</ProgramDataBaseFileName>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\bin64uwp\icuin68d.dll</OutputFile>
+      <OutputFile>..\..\bin64uwp\icuin69d.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\lib64uwp\icuind.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\lib64uwp\icuind.lib</ImportLibrary>
       <AdditionalDependencies>..\..\lib64uwp\icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <ProgramDataBaseFileName>.\ARM\ReleaseUWP/</ProgramDataBaseFileName>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\binARMuwp\icuin68.dll</OutputFile>
+      <OutputFile>..\..\binARMuwp\icuin69.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\libARMuwp\icuin.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\libARMuwp\icuin.lib</ImportLibrary>
       <AdditionalDependencies>..\..\libARMuwp\icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <ProgramDataBaseFileName>.\ARM\DebugUWP/</ProgramDataBaseFileName>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\binARMuwp\icuin68d.dll</OutputFile>
+      <OutputFile>..\..\binARMuwp\icuin69d.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\libARMuwp\icuind.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\libARMuwp\icuind.lib</ImportLibrary>
       <AdditionalDependencies>..\..\libARMuwp\icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <ProgramDataBaseFileName>.\ARM64\ReleaseUWP/</ProgramDataBaseFileName>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\binARM64uwp\icuin68.dll</OutputFile>
+      <OutputFile>..\..\binARM64uwp\icuin69.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\libARM64uwp\icuin.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\libARM64uwp\icuin.lib</ImportLibrary>
       <AdditionalDependencies>..\..\libARM64uwp\icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <ProgramDataBaseFileName>.\ARM64\DebugUWP/</ProgramDataBaseFileName>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\binARM64uwp\icuin68d.dll</OutputFile>
+      <OutputFile>..\..\binARM64uwp\icuin69d.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\libARM64uwp\icuind.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\libARM64uwp\icuind.lib</ImportLibrary>
       <AdditionalDependencies>..\..\libARM64uwp\icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
index c324236abeec4d255e1c91221b5fbe4f34d29d88..5addb36a2058e5ea81f4bdff515e119aa2275e29 100644 (file)
@@ -60,7 +60,7 @@
     </ClCompile>
     <Link>
       <GenerateDebugInformation>true</GenerateDebugInformation>
-      <OutputFile>..\..\$(IcuBinOutputDir)\icuio68d.dll</OutputFile>
+      <OutputFile>..\..\$(IcuBinOutputDir)\icuio69d.dll</OutputFile>
       <ProgramDatabaseFile>..\..\$(IcuLibOutputDir)\icuiod.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\$(IcuLibOutputDir)\icuiod.lib</ImportLibrary>
       <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -73,7 +73,7 @@
       <FunctionLevelLinking>true</FunctionLevelLinking>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\$(IcuBinOutputDir)\icuio68.dll</OutputFile>
+      <OutputFile>..\..\$(IcuBinOutputDir)\icuio69.dll</OutputFile>
       <ProgramDatabaseFile>..\..\$(IcuLibOutputDir)\icuio.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\$(IcuLibOutputDir)\icuio.lib</ImportLibrary>
       <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies>
index 0a1556ed5dd501d47aadea0d33098e79ae343e6f..3c7941fc0b7adb6283474f3c415b0a2e7eb386c1 100644 (file)
@@ -54,7 +54,7 @@
       <CompileAs>Default</CompileAs>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\bin\iculx68.dll</OutputFile>
+      <OutputFile>..\..\bin\iculx69.dll</OutputFile>
       <AdditionalDependencies>icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <AdditionalLibraryDirectories>.\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
       <ProgramDatabaseFile>.\..\..\lib\iculx.pdb</ProgramDatabaseFile>
@@ -79,7 +79,7 @@
       <CompileAs>Default</CompileAs>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\bin\iculx68d.dll</OutputFile>
+      <OutputFile>..\..\bin\iculx69d.dll</OutputFile>
       <AdditionalDependencies>icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <AdditionalLibraryDirectories>.\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <CompileAs>Default</CompileAs>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\bin64\iculx68.dll</OutputFile>
+      <OutputFile>..\..\bin64\iculx69.dll</OutputFile>
       <AdditionalDependencies>icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <AdditionalLibraryDirectories>.\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
       <ProgramDatabaseFile>.\..\..\lib64\iculx.pdb</ProgramDatabaseFile>
       <CompileAs>Default</CompileAs>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\bin64\iculx68d.dll</OutputFile>
+      <OutputFile>..\..\bin64\iculx69d.dll</OutputFile>
       <AdditionalDependencies>icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <AdditionalLibraryDirectories>.\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
       <GenerateDebugInformation>true</GenerateDebugInformation>
index 7c58b7ea274e5f821b9a06b44b23fdc445058142..cc734dfcbb929f2e0a6d86b777d4b6b954e80c0a 100644 (file)
@@ -56,7 +56,7 @@
       <SetChecksum>true</SetChecksum>
       <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration>
       <!-- Note: stubdata is somewhat odd in that it doesn't suffix the Debug output DLL/LIB with a "d" like common/i18n/etc. -->
-      <OutputFile>..\..\$(IcuBinOutputDir)\icudt68.dll</OutputFile>
+      <OutputFile>..\..\$(IcuBinOutputDir)\icudt69.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icudt.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\$(IcuLibOutputDir)\icudt.lib</ImportLibrary>
     </Link>
index 744d7739a51a12e054225f4ac0b3abceaee2dd52..1d6be88023674b3b5809eda93843bf8de9d7d103 100644 (file)
@@ -53,7 +53,7 @@
       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\..\$(IcuBinOutputDir)\icutest68d.exe</OutputFile>
+      <OutputFile>..\..\..\$(IcuBinOutputDir)\icutest69d.exe</OutputFile>
       <ProgramDatabaseFile>.\..\..\..\$(IcuLibOutputDir)\icutestd.pdb</ProgramDatabaseFile>
       <ImportLibrary>.\..\..\..\$(IcuLibOutputDir)\icutestd.lib</ImportLibrary>
       <AdditionalDependencies>icuucd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -66,7 +66,7 @@
       <FunctionLevelLinking>true</FunctionLevelLinking>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\..\$(IcuBinOutputDir)\icutest68.exe</OutputFile>
+      <OutputFile>..\..\..\$(IcuBinOutputDir)\icutest69.exe</OutputFile>
       <ProgramDatabaseFile>.\..\..\..\$(IcuLibOutputDir)\icutest.pdb</ProgramDatabaseFile>
       <ImportLibrary>.\..\..\..\$(IcuLibOutputDir)\icutest.lib</ImportLibrary>
       <AdditionalDependencies>icuuc.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies>
index 5fe0035a12420dbefe5290293d1822c72489ccdd..02e1d29b5bf621c3e702bb4974512d05a9c1586d 100644 (file)
@@ -74,7 +74,7 @@
       <TypeLibraryName>.\..\..\..\lib\icutu.tlb</TypeLibraryName>
     </Midl>
     <Link>
-      <OutputFile>..\..\..\bin\icutu68.dll</OutputFile>
+      <OutputFile>..\..\..\bin\icutu69.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\..\lib\icutu.pdb</ProgramDatabaseFile>
       <DataExecutionPrevention>
       </DataExecutionPrevention>
@@ -86,7 +86,7 @@
       <TypeLibraryName>.\..\..\..\lib\icutud.tlb</TypeLibraryName>
     </Midl>
     <Link>
-      <OutputFile>..\..\..\bin\icutu68d.dll</OutputFile>
+      <OutputFile>..\..\..\bin\icutu69d.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\..\lib\icutud.pdb</ProgramDatabaseFile>
       <DataExecutionPrevention>
       </DataExecutionPrevention>
       <WholeProgramOptimization>true</WholeProgramOptimization>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\..\bin64\icutu68.dll</OutputFile>
+      <OutputFile>..\..\..\bin64\icutu69.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\..\lib64\icutu.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\..\lib64\icutu.lib</ImportLibrary>
     </Link>
       <TypeLibraryName>.\..\..\..\lib64\icutud.tlb</TypeLibraryName>
     </Midl>
     <Link>
-      <OutputFile>..\..\..\bin64\icutu68d.dll</OutputFile>
+      <OutputFile>..\..\..\bin64\icutu69d.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\..\lib64\icutud.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\..\lib64\icutud.lib</ImportLibrary>
     </Link>
       <TypeLibraryName>..\..\..\libARM\icutu.tlb</TypeLibraryName>
     </Midl>
     <Link>
-      <OutputFile>..\..\..\binARM\icutu68.dll</OutputFile>
+      <OutputFile>..\..\..\binARM\icutu69.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\..\libARM\icutu.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\..\libARM\icutu.lib</ImportLibrary>
     </Link>
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\..\binARM\icutu68d.dll</OutputFile>
+      <OutputFile>..\..\..\binARM\icutu69d.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\..\libARM\icutud.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\..\libARM\icutud.lib</ImportLibrary>
     </Link>
       <TypeLibraryName>.\..\..\..\libARM64\icutu.tlb</TypeLibraryName>
     </Midl>
     <Link>
-      <OutputFile>..\..\..\binARM64\icutu68.dll</OutputFile>
+      <OutputFile>..\..\..\binARM64\icutu69.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\..\libARM64\icutu.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\..\libARM64\icutu.lib</ImportLibrary>
     </Link>
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     </ClCompile>
     <Link>
-      <OutputFile>..\..\..\binARM64\icutu68d.dll</OutputFile>
+      <OutputFile>..\..\..\binARM64\icutu69d.dll</OutputFile>
       <ProgramDatabaseFile>.\..\..\..\libARM64\icutud.pdb</ProgramDatabaseFile>
       <ImportLibrary>..\..\..\libARM64\icutud.lib</ImportLibrary>
     </Link>
index f4393c6b688a684625a7694fad674e65193322d7..2bd4c31dee974c006545c18386e49af777ea532c 100644 (file)
@@ -4,9 +4,9 @@
 #* Copyright (C) 2009-2016, International Business Machines Corporation and    *
 #* others. All Rights Reserved.                                                *
 #*******************************************************************************
-api.report.version = 68
-api.report.prev.version = 67
-release.file.ver = 68_2
-api.doc.version = 68.2
-maven.pom.ver = 68.2
+api.report.version = 69
+api.report.prev.version = 68
+release.file.ver = 69rc
+api.doc.version = 69.1 Release Candidate
+maven.pom.ver = 69.1-SNAPSHOT
 
index ef1ba42215b5d4a9c1b4ab9de5ebfc9fe2b25098..814c0b90e75bbfa4f144244b8e7ad4643080b4de 100644 (file)
@@ -4,6 +4,6 @@
 #* Copyright (C) 2010-2016, International Business Machines Corporation and    *
 #* others. All Rights Reserved.                                                *
 #*******************************************************************************
-icu4j.plugin.impl.version.string=68.2.0
+icu4j.plugin.impl.version.string=69.1.0
 copyright.eclipse=(C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html
-icu4j.data.version.number=68
+icu4j.data.version.number=69
index 158a47a05e0ab689751225719f320e1343015536..e33c51762b2d9c9b49557bf2b4acb68b13ad3a8e 100644 (file)
@@ -212,7 +212,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
      * @deprecated This API is ICU internal only.
      */
     @Deprecated
-    public static final String ICU_DATA_VERSION_PATH = "68b";
+    public static final String ICU_DATA_VERSION_PATH = "69b";
 
     /**
      * Data version in ICU4J.
@@ -553,7 +553,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(68, 2, 0, 0);
+        ICU_VERSION   = getInstance(69, 1, 0, 0);
         ICU_DATA_VERSION = ICU_VERSION;
         UNICODE_VERSION = UNICODE_13_0;
 
index c448fedf34a69de243d06e3091273841250b1f10..0ddf06dc8b6bc5dc1d47b5ae7af803528c78f3d7 100644 (file)
@@ -6,9 +6,9 @@
 #*******************************************************************************
 
 # Version numbers, etc.
-icu4j.spec.version = 68
-icu4j.impl.version = 68.2
-icu4j.data.version = 68
+icu4j.spec.version = 69
+icu4j.impl.version = 69.1
+icu4j.data.version = 69
 default.exec.env = JavaSE-1.7
 
 copyright = \u00A9 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html
index 5dd2efd60345114ad1f285cd1cf3469604d8c077..2ce2af2796ad433920b21ecc603ce434b46a7477 100644 (file)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:4788511cd3c1370ba9cc1adfbef87e80ee8d844439daf66d9b121919d8c1d905
-size 13327705
+oid sha256:c657b0861d76c7177e4f79fb2f8240176711b364c76d698935496c0ebcf1ebdd
+size 13328077
index 00eb5339615251960f7751155b54f53b5fff26dd..a60950c286c982e6b8989b98cc77eece02ad522c 100644 (file)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:0bf4a8370234ddae7ea293f1028220f0d5581f7ef447dd8fa60757419cc5de68
+oid sha256:de3e8aefff4196afc4b03359802a7f7963fb4872a5ea193b3b8945206f9deb35
 size 95091
index a0128552758b0d71683d9f36857c2004da2a0fb4..dc23096f0ee187fcc57353fc48fe593808dd1ee9 100644 (file)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:40928033c3f04dad5dc5451bce45517686ebad7e50d11ca1fa52040a272f675d
-size 723623
+oid sha256:18b9a95ba92f05a9f754b81cb4b575a55bd5f7e1ded655879a0b5c6b29231182
+size 726591
index 44d3221ceea1371fd57ccb68deafd9adaeeb8941..9c75c5ba0ae90f5d0540597abb726d41bf50008b 100644 (file)
@@ -10,7 +10,7 @@
 package com.ibm.icu.dev.test.util;
 
 public class DebugUtilitiesData extends Object {
-    public static final String ICU4C_VERSION="68.2";
+    public static final String ICU4C_VERSION="69.1";
     public static final int UDebugEnumType = 0;
     public static final int UCalendarDateFields = 1;
     public static final int UCalendarMonths = 2;
index 281fdcb9d736723a8cc477d4b4de727bf84778b0..da14a405cec5c848661f98d9202fb15743df9460 100644 (file)
@@ -14,23 +14,23 @@ 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 68.2</h2>
+<h2>Read Me for ICU4J 69.1</h2>
 (Last Update: 2020-Dec-02)
 <hr size="2" width="100%">
 
 <p>
 <b>Note:</b> This is a 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 68.
+<!-- <b>Note:</b> This is a preview release of ICU4J 69.
 The contents of this document may not reflect the recent changes done
-for ICU 68 development. It is not recommended for production use. -->
-<!-- <b>Note:</b> This is a development milestone of ICU4J 68.
+for ICU 69 development. It is not recommended for production use. -->
+<!-- <b>Note:</b> This is a development milestone of ICU4J 69.
 The contents of this document may not reflect the recent changes done
-for ICU 68 development. It is not recommended for production use. -->
-<!-- <b>Note:</b> This is a release candidate of ICU4J 68.
+for ICU 69 development. It is not recommended for production use. -->
+<!-- <b>Note:</b> This is a release candidate of ICU4J 69.
 The contents of this document may not reflect the recent changes done
-for ICU 68 development. This release candidate is intended for those
-wishing to verify ICU 68 integration before final release. It is not
+for ICU 69 development. This release candidate is intended for those
+wishing to verify ICU 69 integration before final release. It is not
 recommended for production use. -->
 </p>
 <p>For the most recent release, see the <a
@@ -143,7 +143,7 @@ found in ICU4J.</p>
 
 <h2 class="doc"><a name="changes"></a>Changes In This Release</h2>
 
-<p>See the <a href="http://site.icu-project.org/download/68">ICU 68 download page</a>
+<p>See the <a href="http://site.icu-project.org/download/69">ICU 69 download page</a>
 for more informantion about changes in this release.</p>
 <p>The list of API changes since the previous ICU4J release is available
 <a href="APIChangeReport.html">here</a>.</p>
@@ -160,11 +160,11 @@ file included in this package.
 </p>
 <h2 class="doc"><a name="PlatformDependencies"></a>Platform Dependencies</h2>
 <p>
-The minimum Java runtime version supported by ICU4J 68 is version 7. Java runtime version 6 is not supported.
+The minimum Java runtime version supported by ICU4J 69 is version 7. Java runtime version 6 is not supported.
 </p>
 <p>
 ICU4J since version 63 depend on J2SE 7 functionality. Therefore, ICU4J only runs on
-JRE version 7 or later. ICU4J 68 is tested on JRE 7, 8, 9, 10 and 11.
+JRE version 7 or later. ICU4J 69 is tested on JRE 7, 8, 9, 10 and 11.
 </p>
 
 <h2 class="doc"><a name="download"></a>How to Download ICU4J</h2>
@@ -183,19 +183,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;68.2&lt;/version&gt;
+    &lt;version&gt;69.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;68.2&lt;/version&gt;
+    &lt;version&gt;69.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;68.2&lt;/version&gt;
+    &lt;version&gt;69.1&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
   </ul>
@@ -730,54 +730,54 @@ from release to release, so clients should not depend on the exact
 organization
 of the data in ICU4J.</p>
 <ul>
-  <li>The primary <b>locale data</b> is under the directory <tt>icudt68b</tt>,
+  <li>The primary <b>locale data</b> is under the directory <tt>icudt69b</tt>,
   as a set of <tt>".res"</tt> files whose names are the locale identifiers. 
   Locale naming is documented the <code>com.ibm.icu.util.ULocale</code>
   class, and the use of these names in searching for resources is documented 
   in <code>com.ibm.icu.util.UResourceBundle</code>.</li>
 
-  <li>The <b>break iterator data</b> is under the directory <tt>icudt68b/brkitr</tt>,
+  <li>The <b>break iterator data</b> is under the directory <tt>icudt69b/brkitr</tt>,
   as a set of <tt>".res"</tt>, <tt>".brk"</tt> and <tt>".dict"</tt> files.</li>
 
-  <li>The <b>collation data</b> is under the directory <tt>icudt68b/coll</tt>,
+  <li>The <b>collation data</b> is under the directory <tt>icudt69b/coll</tt>,
   as a set of <tt>".res"</tt> files.</li>
 
-  <li>The <b>currency display name data</b> is under the directory <tt>icudt68b/curr</tt>,
+  <li>The <b>currency display name data</b> is under the directory <tt>icudt69b/curr</tt>,
   as a set of <tt>".res"</tt> files.</li>
 
-  <li>The <b>language display name data</b> is under the directory <tt>icudt68b/lang</tt>,
+  <li>The <b>language display name data</b> is under the directory <tt>icudt69b/lang</tt>,
   as a set of <tt>".res"</tt> files.</li>
 
   <li>The <b>rule-based number format data</b> is under the directory
-  <tt>icudt68b/rbnf</tt>, as a set of <tt>".res"</tt> files.
+  <tt>icudt69b/rbnf</tt>, as a set of <tt>".res"</tt> files.
 
-  <li>The <b>region display name data</b> is under the directory <tt>icudt68b/region</tt>,
+  <li>The <b>region display name data</b> is under the directory <tt>icudt69b/region</tt>,
   as a set of <tt>".res"</tt> files.</li>
 
   <li>The <b>rule-based transliterator data</b> is under the directory
-  <tt>icudt68b/translit</tt>, as a set of <tt>".res"</tt> files.</li>
+  <tt>icudt69b/translit</tt>, as a set of <tt>".res"</tt> files.</li>
 
-  <li>The <b>measurement unit data</b> is under the directory <tt>icudt68b/unit</tt>,
+  <li>The <b>measurement unit data</b> is under the directory <tt>icudt69b/unit</tt>,
   as a set of <tt>".res"</tt> files.</li>
 
   <li>The <b>time zone display name data</b> is under the directory
-  <tt>icudt68b/zone</tt>, as a set of <tt>".res"</tt> files.</li>
+  <tt>icudt69b/zone</tt>, as a set of <tt>".res"</tt> files.</li>
 
   <li>The <b>character property data</b> and default <b>unicode collation algorithm
-  (UCA) data</b> is found under the directory <tt>icudt68b</tt>, as a set of
+  (UCA) data</b> is found under the directory <tt>icudt69b</tt>, as a set of
   <tt>".icu"</tt> files. </li>
 
-  <li>The <b>normalization data</b> is found under the directory <tt>icudt68b</tt>,
+  <li>The <b>normalization data</b> is found under the directory <tt>icudt69b</tt>,
   as a set of <tt>".nrm"</tt> files. </li>
 
   <li>The <b>character set converter data</b> is under the directory
-  <tt>icudt68b</tt>, as a set of <tt>".cnv"</tt> files.  These files are
+  <tt>icudt69b</tt>, as a set of <tt>".cnv"</tt> files.  These files are
   currently included only in icu-charset.jar.</li>
 
   <li>The <b>time zone rule data</b> is under the directory 
-  <tt>icudt68b</tt>, as <tt>zoneinfo64.res</tt>.</li>
+  <tt>icudt69b</tt>, as <tt>zoneinfo64.res</tt>.</li>
 
-  <li>The <b>holiday data</b> is under the directory <tt>icudt68b</tt>,
+  <li>The <b>holiday data</b> is under the directory <tt>icudt69b</tt>,
   as a set of <tt>".class"</tt> files, named <tt>"HolidayBundle_"</tt>
   followed by the locale ID.</li>
 
@@ -875,8 +875,8 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in icu4c/sourc
 <h5> Generating Data from CLDR </h5>
 <I> Note: This procedure assumes that all 3 sources are present</I>
 <ol>
-    <li>Checkout or download CLDR version 'release-38'</li>
-    <li>Checkout ICU with tag 'release-68-2'</li>
+    <li>Checkout or download CLDR version 'release-39'</li>
+    <li>Checkout ICU with tag 'release-69-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>
index ea2f6e3f87c2f3c9de6c0f6c58e07104f2bcfd7e..4aba6bc770c5e8e2784c9376c265b1b0c2b9ea8d 100644 (file)
         <property name="specialsDir" value="${basedir}/../../../icu4c/source/data/xml"/>
 
         <!-- Default value for ICU version (icuver.txt). Update this for each release. -->
-        <property name="icuVersion" value="68.2.0.0"/>
+        <property name="icuVersion" value="69.1.0.0"/>
 
         <!-- Default value for ICU data version (icuver.txt). Update this for each release. -->
-        <property name="icuDataVersion" value="68.2.0.0"/>
+        <property name="icuDataVersion" value="69.1.0.0"/>
 
         <!-- An override for the CLDR version string (icuver.txt and others). This will be
              extracted from the CLDR library used for building the data if not set here. -->