diff --git a/icu4c/readme.html b/icu4c/readme.html index 8fed61b412d..cd31465fb66 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -3,7 +3,7 @@ - ReadMe for ICU 61.1 + ReadMe for ICU 62.1 @@ -44,7 +44,7 @@

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

-

Last updated: 2018-Feb-16
+

Last updated: 2018-May-25
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. @@ -233,7 +233,7 @@

What Is New In This Release?

-

See the ICU 61 download page +

See the ICU 62 download page for an overview of this release, important changes, new features, bug fixes, known issues, changes to supported platforms and build environments, and migration issues for existing applications migrating from previous ICU releases.

diff --git a/icu4c/source/common/common.vcxproj b/icu4c/source/common/common.vcxproj index d1e13a79d53..0f501406fc0 100644 --- a/icu4c/source/common/common.vcxproj +++ b/icu4c/source/common/common.vcxproj @@ -85,7 +85,7 @@ .\x86\Release/ - ..\..\bin\icuuc61.dll + ..\..\bin\icuuc62.dll .\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\lib\icuuc.pdb @@ -105,7 +105,7 @@ EditAndContinue - ..\..\bin\icuuc61d.dll + ..\..\bin\icuuc62d.dll .\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\lib\icuucd.pdb @@ -124,7 +124,7 @@ .\x64\Release/ - ..\..\bin64\icuuc61.dll + ..\..\bin64\icuuc62.dll .\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\lib64\icuuc.pdb ..\..\lib64\icuuc.lib @@ -142,7 +142,7 @@ ProgramDatabase - ..\..\bin64\icuuc61d.dll + ..\..\bin64\icuuc62d.dll .\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\lib64\icuucd.pdb ..\..\lib64\icuucd.lib @@ -450,4 +450,4 @@ - \ No newline at end of file + diff --git a/icu4c/source/common/common_uwp.vcxproj b/icu4c/source/common/common_uwp.vcxproj index f9d2d9e4af9..ee11e5d9f61 100644 --- a/icu4c/source/common/common_uwp.vcxproj +++ b/icu4c/source/common/common_uwp.vcxproj @@ -184,7 +184,7 @@ .\x86\ReleaseUWP/ - ..\..\bin32uwp\icuuc61.dll + ..\..\bin32uwp\icuuc62.dll .\..\..\lib32uwp\icuuc.pdb ..\..\lib32uwp\icuuc.lib @@ -200,7 +200,7 @@ .\x86\DebugUWP/ - ..\..\bin32uwp\icuuc61d.dll + ..\..\bin32uwp\icuuc62d.dll .\..\..\lib32uwp\icuucd.pdb ..\..\lib32uwp\icuucd.lib @@ -216,7 +216,7 @@ .\x64\ReleaseUWP/ - ..\..\bin64uwp\icuuc61.dll + ..\..\bin64uwp\icuuc62.dll .\..\..\lib64uwp\icuuc.pdb ..\..\lib64uwp\icuuc.lib @@ -232,7 +232,7 @@ .\x64\DebugUWP/ - ..\..\bin64uwp\icuuc61d.dll + ..\..\bin64uwp\icuuc62d.dll .\..\..\lib64uwp\icuucd.pdb ..\..\lib64uwp\icuucd.lib @@ -248,7 +248,7 @@ .\ARM\ReleaseUWP/ - ..\..\binARMuwp\icuuc61.dll + ..\..\binARMuwp\icuuc62.dll .\..\..\libARMuwp\icuuc.pdb ..\..\libARMuwp\icuuc.lib @@ -264,7 +264,7 @@ .\ARM\DebugUWP/ - ..\..\binARMuwp\icuuc61d.dll + ..\..\binARMuwp\icuuc62d.dll .\..\..\libARMuwp\icuucd.pdb ..\..\libARMuwp\icuucd.lib @@ -574,4 +574,4 @@ - \ No newline at end of file + diff --git a/icu4c/source/common/unicode/uvernum.h b/icu4c/source/common/unicode/uvernum.h index 0427bcb03db..2240661112c 100644 --- a/icu4c/source/common/unicode/uvernum.h +++ b/icu4c/source/common/unicode/uvernum.h @@ -58,7 +58,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.4 */ -#define U_ICU_VERSION_MAJOR_NUM 61 +#define U_ICU_VERSION_MAJOR_NUM 62 /** The current ICU minor version as an integer. * This value will change in the subsequent releases of ICU @@ -84,7 +84,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.6 */ -#define U_ICU_VERSION_SUFFIX _61 +#define U_ICU_VERSION_SUFFIX _62 /** * \def U_DEF2_ICU_ENTRY_POINT_RENAME @@ -119,7 +119,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.4 */ -#define U_ICU_VERSION "61.1" +#define U_ICU_VERSION "62.1" /** * The current ICU library major version number as a string, for library name suffixes. @@ -132,13 +132,13 @@ * * @stable ICU 2.6 */ -#define U_ICU_VERSION_SHORT "61" +#define U_ICU_VERSION_SHORT "62" #ifndef U_HIDE_INTERNAL_API /** Data version in ICU4C. * @internal ICU 4.4 Internal Use Only **/ -#define U_ICU_DATA_VERSION "61.1" +#define U_ICU_DATA_VERSION "62.1" #endif /* U_HIDE_INTERNAL_API */ /*=========================================================================== diff --git a/icu4c/source/configure b/icu4c/source/configure index 6b7c9c430ed..47301a1f7c7 100755 --- a/icu4c/source/configure +++ b/icu4c/source/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ICU 61.1. +# Generated by GNU Autoconf 2.69 for ICU 62.1. # # Report bugs to . # @@ -582,8 +582,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ICU' PACKAGE_TARNAME='International Components for Unicode' -PACKAGE_VERSION='61.1' -PACKAGE_STRING='ICU 61.1' +PACKAGE_VERSION='62.1' +PACKAGE_STRING='ICU 62.1' PACKAGE_BUGREPORT='http://icu-project.org/bugs' PACKAGE_URL='http://icu-project.org' @@ -1368,7 +1368,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 61.1 to adapt to many kinds of systems. +\`configure' configures ICU 62.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1435,7 +1435,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ICU 61.1:";; + short | recursive ) echo "Configuration of ICU 62.1:";; esac cat <<\_ACEOF @@ -1571,7 +1571,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ICU configure 61.1 +ICU configure 62.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2263,7 +2263,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 61.1, which was +It was created by ICU $as_me 62.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -8404,7 +8404,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 61.1, which was +This file was extended by ICU $as_me 62.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8458,7 +8458,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 61.1 +ICU config.status 62.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/icu4c/source/data/makedata.mak b/icu4c/source/data/makedata.mak index 341b525a19c..7c0d3c915bd 100644 --- a/icu4c/source/data/makedata.mak +++ b/icu4c/source/data/makedata.mak @@ -12,11 +12,11 @@ ############################################################################## # Keep the following in sync with the version - see common/unicode/uvernum.h -U_ICUDATA_NAME=icudt61 +U_ICUDATA_NAME=icudt62 ############################################################################## !IF "$(UWP)" == "UWP" # Optionally change the name of the data file for the UWP version. -U_ICUDATA_NAME=icudt61 +U_ICUDATA_NAME=icudt62 !ENDIF U_ICUDATA_ENDIAN_SUFFIX=l UNICODE_VERSION=11.0 diff --git a/icu4c/source/data/misc/icuver.txt b/icu4c/source/data/misc/icuver.txt index dcc4bfbb137..761c7b322d6 100644 --- a/icu4c/source/data/misc/icuver.txt +++ b/icu4c/source/data/misc/icuver.txt @@ -8,6 +8,6 @@ // *************************************************************************** icuver:table(nofallback){ - DataVersion { "61.1.0.0" } - ICUVersion { "61.1.0.0" } + DataVersion { "62.1.0.0" } + ICUVersion { "62.1.0.0" } } diff --git a/icu4c/source/i18n/i18n.vcxproj b/icu4c/source/i18n/i18n.vcxproj index 219967a2f8d..0af58a63041 100644 --- a/icu4c/source/i18n/i18n.vcxproj +++ b/icu4c/source/i18n/i18n.vcxproj @@ -93,7 +93,7 @@ .\x86\Release/ - ..\..\bin\icuin61.dll + ..\..\bin\icuin62.dll .\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\lib\icuin.pdb false @@ -115,7 +115,7 @@ EditAndContinue - ..\..\bin\icuin61d.dll + ..\..\bin\icuin62d.dll .\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\lib\icuind.pdb false @@ -135,7 +135,7 @@ .\x64\Release/ - ..\..\bin64\icuin61.dll + ..\..\bin64\icuin62.dll .\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\lib64\icuin.pdb ..\..\lib64\icuin.lib @@ -153,7 +153,7 @@ ProgramDatabase - ..\..\bin64\icuin61d.dll + ..\..\bin64\icuin62d.dll .\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\lib64\icuind.pdb ..\..\lib64\icuind.lib diff --git a/icu4c/source/i18n/i18n_uwp.vcxproj b/icu4c/source/i18n/i18n_uwp.vcxproj index 009e66daac6..6379486def1 100644 --- a/icu4c/source/i18n/i18n_uwp.vcxproj +++ b/icu4c/source/i18n/i18n_uwp.vcxproj @@ -175,7 +175,7 @@ .\x86\ReleaseUWP/ - ..\..\bin32uwp\icuin61.dll + ..\..\bin32uwp\icuin62.dll .\..\..\lib32uwp\icuin.pdb ..\..\lib32uwp\icuin.lib ..\..\lib32uwp\icuuc.lib;%(AdditionalDependencies) @@ -192,7 +192,7 @@ .\x86\DebugUWP/ - ..\..\bin32uwp\icuin61d.dll + ..\..\bin32uwp\icuin62d.dll .\..\..\lib32uwp\icuind.pdb ..\..\lib32uwp\icuind.lib ..\..\lib32uwp\icuucd.lib;%(AdditionalDependencies) @@ -209,7 +209,7 @@ .\x64\ReleaseUWP/ - ..\..\bin64uwp\icuin61.dll + ..\..\bin64uwp\icuin62.dll .\..\..\lib64uwp\icuin.pdb ..\..\lib64uwp\icuin.lib ..\..\lib64uwp\icuuc.lib;%(AdditionalDependencies) @@ -226,7 +226,7 @@ .\x64\DebugUWP/ - ..\..\bin64uwp\icuin61d.dll + ..\..\bin64uwp\icuin62d.dll .\..\..\lib64uwp\icuind.pdb ..\..\lib64uwp\icuind.lib ..\..\lib64uwp\icuucd.lib;%(AdditionalDependencies) @@ -243,7 +243,7 @@ .\ARM\ReleaseUWP/ - ..\..\binARMuwp\icuin61.dll + ..\..\binARMuwp\icuin62.dll .\..\..\libARMuwp\icuin.pdb ..\..\libARMuwp\icuin.lib ..\..\libARMuwp\icuuc.lib;%(AdditionalDependencies) @@ -260,7 +260,7 @@ .\ARM\DebugUWP/ - ..\..\binARMuwp\icuin61d.dll + ..\..\binARMuwp\icuin62d.dll .\..\..\libARMuwp\icuind.pdb ..\..\libARMuwp\icuind.lib ..\..\libARMuwp\icuucd.lib;%(AdditionalDependencies) diff --git a/icu4c/source/io/io.vcxproj b/icu4c/source/io/io.vcxproj index ac7d6f656ec..2144dbe7108 100644 --- a/icu4c/source/io/io.vcxproj +++ b/icu4c/source/io/io.vcxproj @@ -76,7 +76,7 @@ Default - ..\..\bin\icuio61.dll + ..\..\bin\icuio62.dll icuuc.lib;icuin.lib;%(AdditionalDependencies) ..\..\lib;%(AdditionalLibraryDirectories) .\..\..\lib\icuio.pdb @@ -101,7 +101,7 @@ Default - ..\..\bin\icuio61d.dll + ..\..\bin\icuio62d.dll icuucd.lib;icuind.lib;%(AdditionalDependencies) ..\..\lib;%(AdditionalLibraryDirectories) true @@ -126,7 +126,7 @@ Default - ..\..\bin64\icuio61.dll + ..\..\bin64\icuio62.dll icuuc.lib;icuin.lib;%(AdditionalDependencies) ..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\lib64\icuio.pdb @@ -148,7 +148,7 @@ Default - ..\..\bin64\icuio61d.dll + ..\..\bin64\icuio62d.dll icuucd.lib;icuind.lib;%(AdditionalDependencies) ..\..\lib64;%(AdditionalLibraryDirectories) true @@ -190,4 +190,4 @@ - \ No newline at end of file + diff --git a/icu4c/source/layoutex/layoutex.vcxproj b/icu4c/source/layoutex/layoutex.vcxproj index 74ea3c001dc..bfe8eb05f24 100644 --- a/icu4c/source/layoutex/layoutex.vcxproj +++ b/icu4c/source/layoutex/layoutex.vcxproj @@ -74,7 +74,7 @@ Default - ..\..\bin\iculx61.dll + ..\..\bin\iculx62.dll icuuc.lib;%(AdditionalDependencies) .\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\lib\iculx.pdb @@ -100,7 +100,7 @@ Default - ..\..\bin\iculx61d.dll + ..\..\bin\iculx62d.dll icuucd.lib;%(AdditionalDependencies) .\..\..\lib;%(AdditionalLibraryDirectories) true @@ -126,7 +126,7 @@ Default - ..\..\bin64\iculx61.dll + ..\..\bin64\iculx62.dll icuuc.lib;%(AdditionalDependencies) .\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\lib64\iculx.pdb @@ -149,7 +149,7 @@ Default - ..\..\bin64\iculx61d.dll + ..\..\bin64\iculx62d.dll icuucd.lib;%(AdditionalDependencies) .\..\..\lib64;%(AdditionalLibraryDirectories) true @@ -243,4 +243,4 @@ - \ No newline at end of file + diff --git a/icu4c/source/stubdata/stubdata.vcxproj b/icu4c/source/stubdata/stubdata.vcxproj index 971d512bda2..aff344d9a0b 100644 --- a/icu4c/source/stubdata/stubdata.vcxproj +++ b/icu4c/source/stubdata/stubdata.vcxproj @@ -97,7 +97,7 @@ .\x86\Release/ - ..\..\bin\icudt61.dll + ..\..\bin\icudt62.dll true .\x86\Release\icudt.pdb @@ -116,7 +116,7 @@ .\x86\Debug/ - ..\..\bin\icudt61.dll + ..\..\bin\icudt62.dll .\x86\Debug/icudt.pdb @@ -136,7 +136,7 @@ .\x64\Release/ - ..\..\bin64\icudt61.dll + ..\..\bin64\icudt62.dll true .\x64\Release\icudt.pdb ..\..\lib64\icudt.lib @@ -153,7 +153,7 @@ .\x64\Debug/ - ..\..\bin64\icudt61.dll + ..\..\bin64\icudt62.dll .\x64\Debug/icudt.pdb ..\..\lib64\icudt.lib @@ -169,4 +169,4 @@ - \ No newline at end of file + diff --git a/icu4c/source/tools/ctestfw/ctestfw.vcxproj b/icu4c/source/tools/ctestfw/ctestfw.vcxproj index de4818c3237..4367f1f5003 100644 --- a/icu4c/source/tools/ctestfw/ctestfw.vcxproj +++ b/icu4c/source/tools/ctestfw/ctestfw.vcxproj @@ -75,7 +75,7 @@ Default - ..\..\..\bin\icutest61.dll + ..\..\..\bin\icutest62.dll icuuc.lib;icutu.lib;%(AdditionalDependencies) ..\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\..\lib\icutest.pdb @@ -101,7 +101,7 @@ Default - ..\..\..\bin\icutest61d.dll + ..\..\..\bin\icutest62d.dll icuucd.lib;icutud.lib;%(AdditionalDependencies) ..\..\..\lib;%(AdditionalLibraryDirectories) true @@ -127,7 +127,7 @@ Default - ..\..\..\bin64\icutest61.dll + ..\..\..\bin64\icutest62.dll icuuc.lib;icutu.lib;%(AdditionalDependencies) ..\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\..\lib64\icutest.pdb @@ -150,7 +150,7 @@ Default - ..\..\..\bin64\icutest61d.dll + ..\..\..\bin64\icutest62d.dll icuucd.lib;icutud.lib;%(AdditionalDependencies) ..\..\..\lib64;%(AdditionalLibraryDirectories) true @@ -187,4 +187,4 @@ - \ No newline at end of file + diff --git a/icu4c/source/tools/toolutil/toolutil.vcxproj b/icu4c/source/tools/toolutil/toolutil.vcxproj index 4df76dd4559..c3604939f19 100644 --- a/icu4c/source/tools/toolutil/toolutil.vcxproj +++ b/icu4c/source/tools/toolutil/toolutil.vcxproj @@ -71,7 +71,7 @@ Default - ..\..\..\bin\icutu61.dll + ..\..\..\bin\icutu62.dll icuuc.lib;icuin.lib;%(AdditionalDependencies) ..\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\..\lib\icutu.pdb @@ -97,7 +97,7 @@ Default - ..\..\..\bin\icutu61d.dll + ..\..\..\bin\icutu62d.dll icuucd.lib;icuind.lib;%(AdditionalDependencies) ..\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\..\lib\icutud.pdb @@ -123,7 +123,7 @@ Default - ..\..\..\bin64\icutu61.dll + ..\..\..\bin64\icutu62.dll icuuc.lib;icuin.lib;%(AdditionalDependencies) ..\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\..\lib64\icutu.pdb @@ -146,7 +146,7 @@ Default - ..\..\..\bin64\icutu61d.dll + ..\..\..\bin64\icutu62d.dll icuucd.lib;icuind.lib;%(AdditionalDependencies) ..\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\..\lib64\icutud.pdb @@ -227,4 +227,4 @@ - \ No newline at end of file +