mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-11314 Updated ICU4J trunk version to 55m1.
X-SVN-Rev: 36656
This commit is contained in:
parent
d376112155
commit
7fd935bf5e
12 changed files with 64 additions and 61 deletions
|
@ -2,8 +2,8 @@
|
|||
#* Copyright (C) 2009-2014, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
api.report.version = 54
|
||||
api.report.prev.version = 53
|
||||
release.file.ver = 54rc
|
||||
api.doc.version = 54 Release Candidate
|
||||
api.report.version = 55
|
||||
api.report.prev.version = 54
|
||||
release.file.ver = 55m1
|
||||
api.doc.version = 55 Milestone 1
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
#* Copyright (C) 2010-2014, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
icu4j.plugin.impl.version.string=54.1.0
|
||||
icu4j.plugin.impl.version.string=55.0.1
|
||||
copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2014. All Rights Reserved. \n IBM is a registered trademark of IBM Corp.
|
||||
icu4j.data.version.number=54
|
||||
icu4j.data.version.number=55
|
||||
|
|
|
@ -31,7 +31,7 @@ and such source code may be obtained at <a href="http://www.eclipse.org/">http:/
|
|||
for informational purposes only, and you should look to the Redistributor's license for
|
||||
terms and conditions of use.</p>
|
||||
|
||||
<p><strong>ICU4J 54.X.X.v2014XXXX plug-in</strong> <br/><br/>
|
||||
<p><strong>ICU4J 55.X.X.v2014XXXX plug-in</strong> <br/><br/>
|
||||
The plug-in includes software ("ICU4J") developed by International Business Machines
|
||||
Corporation and others.
|
||||
<br/><br/>
|
||||
|
|
|
@ -31,7 +31,7 @@ and such source code may be obtained at <a href="http://www.eclipse.org/">http:/
|
|||
for informational purposes only, and you should look to the Redistributor's license for
|
||||
terms and conditions of use.</p>
|
||||
|
||||
<p><strong>ICU4J 54.X.X.v2014XXXX base plug-in</strong> <br/><br/>
|
||||
<p><strong>ICU4J 55.X.X.v2014XXXX base plug-in</strong> <br/><br/>
|
||||
The plug-in includes software ("ICU4J") developed by International Business Machines
|
||||
Corporation and others.
|
||||
<br/><br/>
|
||||
|
|
|
@ -168,7 +168,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String ICU_DATA_VERSION_PATH = "54b";
|
||||
public static final String ICU_DATA_VERSION_PATH = "55b";
|
||||
|
||||
/**
|
||||
* Data version in ICU4J.
|
||||
|
@ -525,8 +525,8 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
UNICODE_6_3 = getInstance(6, 3, 0, 0);
|
||||
UNICODE_7_0 = getInstance(7, 0, 0, 0);
|
||||
|
||||
ICU_VERSION = getInstance(54, 1, 0, 0);
|
||||
ICU_DATA_VERSION = getInstance(54, 1, 0, 0);
|
||||
ICU_VERSION = getInstance(55, 0, 1, 0);
|
||||
ICU_DATA_VERSION = getInstance(55, 0, 1, 0);
|
||||
UNICODE_VERSION = UNICODE_7_0;
|
||||
|
||||
UCOL_RUNTIME_VERSION = getInstance(8);
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
#*******************************************************************************
|
||||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 54
|
||||
icu4j.impl.version = 54.1.0
|
||||
icu4j.data.version = 54
|
||||
icu4j.spec.version = 55
|
||||
icu4j.impl.version = 55.0.1
|
||||
icu4j.data.version = 55
|
||||
current.year = 2014
|
||||
default.exec.env = J2SE-1.5
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f71ecf0595f618cd369dcda5527781c229ec1eb2123b6fd005c7827d93145f1
|
||||
size 11814820
|
||||
oid sha256:0a67d2496692ee32b7c62abb9e698239dd432ee761185178e5e30b41aba43457
|
||||
size 11814686
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0657ef25d0c5e9a830ce94696d27c08262fd9c2de972558827aa69ddf11e9b5f
|
||||
oid sha256:98b39fc29bef7ff976f413ef1ca1abdb2ad7680d4a47d892a330b63df0ab68fc
|
||||
size 90694
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edacb4e4dc08b7409cdb3a965a5fa84a6a1a754d0aa0055a6ed17178d180c4fe
|
||||
size 812411
|
||||
oid sha256:f231ed4c01994c187658caf3b0ab03de01b45d814de0bc6b7ff4f54096cd6cf6
|
||||
size 812405
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
package com.ibm.icu.dev.test.util;
|
||||
|
||||
public class DebugUtilitiesData extends Object {
|
||||
public static final String ICU4C_VERSION="54.1";
|
||||
public static final String ICU4C_VERSION="55.0.1";
|
||||
public static final int UDebugEnumType = 0;
|
||||
public static final int UCalendarDateFields = 1;
|
||||
public static final int UCalendarMonths = 2;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>54-SNAPSHOT</version>
|
||||
<version>55-SNAPSHOT</version>
|
||||
|
||||
<name>ICU4J</name>
|
||||
<description>
|
||||
|
|
|
@ -14,22 +14,22 @@ h4.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 54.1</h2>
|
||||
(Last Update: 2014-Sep-26)
|
||||
<h2>Read Me for ICU4J 55 Milestone 1</h2>
|
||||
(Last Update: 2014-Oct-9)
|
||||
<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 development release of ICU4J 54.
|
||||
<!-- <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 release of ICU4J 55.
|
||||
The contents of this document may not reflect the recent changes done
|
||||
for ICU 54 development. This milestone is intended for those wishing
|
||||
to get an early look at ICU4J 54 new features and API changes. It is not
|
||||
recommended for production use. -->
|
||||
<!-- <b>Note:</b> This is a release candidate of ICU4J 54.
|
||||
for ICU 55 development. This milestone is intended for those wishing
|
||||
to get an early look at ICU4J 55 new features and API changes. It is not
|
||||
recommended for production use.
|
||||
<!-- <b>Note:</b> This is a release candidate of ICU4J 55.
|
||||
The contents of this document may not reflect the recent changes done
|
||||
for ICU 54 development. This release candiate is intended for those
|
||||
wishing to verify ICU 54 integration before final release. It is not
|
||||
wishing to verify ICU 55 integration before final release. It is not
|
||||
recommended for production use. -->
|
||||
</p>
|
||||
<p>For the most recent release, see the <a
|
||||
|
@ -136,15 +136,15 @@ found in ICU4J.</p>
|
|||
|
||||
<h2 class="doc"><a name="changes"></a>Changes In This Release</h2>
|
||||
|
||||
<p>See the <a href="https://sites.google.com/site/icusite/download/54">ICU 54 download page</a>
|
||||
<p>See the <a href="https://sites.google.com/site/icusite/download/55">ICU 55 download page</a>
|
||||
about new features in this release.
|
||||
The list of API changes since the previous ICU4J release is available
|
||||
<a href="http://source.icu-project.org/repos/icu/icu4j/tags/release-54-rc/APIChangeReport.html">here</a>.</p>
|
||||
<a href="http://source.icu-project.org/repos/icu/icu4j/tags/milestone-55-0-1/APIChangeReport.html">here</a>.</p>
|
||||
|
||||
<!-- ICU 54 items -->
|
||||
<!-- ICU 55 items -->
|
||||
<!-- <h3>[Subject]</h3> -->
|
||||
|
||||
<!-- end ICU 54 items -->
|
||||
<!-- end ICU 55 items -->
|
||||
|
||||
<h2 class="doc"><a name="license"></a>License Information</h2>
|
||||
<p>
|
||||
|
@ -168,12 +168,12 @@ mean that projects using ICU become subject to GPL.
|
|||
<p>
|
||||
The IBM version contains the essential text of the license, omitting the
|
||||
X-specific trademarks and copyright notices. The full copy of <a
|
||||
href="http://source.icu-project.org/repos/icu/icu4j/tags/release-54-rc/main/shared/licenses/license.html">ICU's license</a> is included in the download
|
||||
href="http://source.icu-project.org/repos/icu/icu4j/tags/milestone-55-0-1/main/shared/licenses/license.html">ICU's license</a> is included in the download
|
||||
package.
|
||||
</p>
|
||||
<h2 class="doc"><a name="PlatformDependencies"></a>Platform Dependencies</h2>
|
||||
<p>
|
||||
ICU4J 54 depends on J2SE 5.0 functionality. Therefore, ICU4J only runs on
|
||||
ICU4J 55 depends on J2SE 5.0 functionality. Therefore, ICU4J only runs on
|
||||
JRE version 5.0 or later.
|
||||
The table below shows the operating systems and JRE/VM versions currently
|
||||
used by the ICU development team to test ICU4J.
|
||||
|
@ -856,54 +856,57 @@ 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>icudt54b</tt>,
|
||||
<li>The primary <b>locale data</b> is under the directory <tt>icudt55b</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>collation data</b> is under the directory <tt>icudt54b/coll</tt>,
|
||||
<li>The <b>break iterator data</b> is under the directory <tt>icudt55b/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>icudt55b/coll</tt>,
|
||||
as a set of <tt>".res"</tt> files.</li>
|
||||
|
||||
<li>The <b>currency display name data</b> is under the directory <tt>icudt54b/curr</tt>,
|
||||
<li>The <b>currency display name data</b> is under the directory <tt>icudt55b/curr</tt>,
|
||||
as a set of <tt>".res"</tt> files.</li>
|
||||
|
||||
<li>The <b>language display name data</b> is under the directory <tt>icudt54b/lang</tt>,
|
||||
<li>The <b>language display name data</b> is under the directory <tt>icudt55b/lang</tt>,
|
||||
as a set of <tt>".res"</tt> files.</li>
|
||||
|
||||
<li>The <b>region display name data</b> is under the directory <tt>icudt54b/region</tt>,
|
||||
<li>The <b>rule-based number format data</b> is under the directory
|
||||
<tt>icudt55b/rbnf</tt>, as a set of <tt>".res"</tt> files.
|
||||
|
||||
<li>The <b>region display name data</b> is under the directory <tt>icudt55b/region</tt>,
|
||||
as a set of <tt>".res"</tt> files.</li>
|
||||
|
||||
<li>The <b>rule-based transliterator data</b> is under the directory
|
||||
<tt>icudt54b/translit</tt>, as a set of <tt>".res"</tt> files.</li>
|
||||
<tt>icudt55b/translit</tt>, as a set of <tt>".res"</tt> files.</li>
|
||||
|
||||
<li>The <b>rule-based number format data</b> is under the directory
|
||||
<tt>icudt54b/rbnf</tt>, as a set of <tt>".res"</tt> files.
|
||||
<li>The <b>measurement unit data</b> is under the directory <tt>icudt55b/unit</tt>,
|
||||
as a set of <tt>".res"</tt> files.</li>
|
||||
|
||||
<li>The <b>break iterator data</b> is directly under the
|
||||
directory <tt>icudt54b</tt>, as a set of <tt>".brk"</tt> files, named according to the
|
||||
type of break and the locale where there are locale-specific versions.</li>
|
||||
|
||||
<li>The <b>holiday data</b> is under the directory <tt>icudt54b</tt>,
|
||||
as a set of <tt>".class"</tt> files, named <tt>"HolidayBundle_"</tt>
|
||||
followed by the locale ID.</li>
|
||||
<li>The <b>time zone display name data</b> is under the directory
|
||||
<tt>icudt55b/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>icudt54b</tt>, as a set of
|
||||
(UCA) data</b> is found under the directory <tt>icudt55b</tt>, as a set of
|
||||
<tt>".icu"</tt> files. </li>
|
||||
|
||||
<li>The <b>normalization data</b> is found under the directory <tt>icudt54b</tt>,
|
||||
<li>The <b>normalization data</b> is found under the directory <tt>icudt55b</tt>,
|
||||
as a set of <tt>".nrm"</tt> files. </li>
|
||||
|
||||
<li>The <b>character set converter data</b> is under the directory
|
||||
<tt>icudt54b</tt>, as a set of <tt>".cnv"</tt> files. These files are
|
||||
<tt>icudt55b</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>icudt54b</tt>, as <tt>zoneinfo64.res</tt>.</li>
|
||||
<tt>icudt55b</tt>, as <tt>zoneinfo64.res</tt>.</li>
|
||||
|
||||
<li>The <b>holiday data</b> is under the directory <tt>icudt55b</tt>,
|
||||
as a set of <tt>".class"</tt> files, named <tt>"HolidayBundle_"</tt>
|
||||
followed by the locale ID.</li>
|
||||
|
||||
<li>The <b>time zone display name data</b> is under the directory
|
||||
<tt>icudt54b/zone</tt>, as a set of <tt>".res"</tt> files.</li>
|
||||
</ul>
|
||||
<p>
|
||||
Some of the data files alias or otherwise reference data from other
|
||||
|
@ -999,8 +1002,8 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in <I>$icu4c_r
|
|||
<I> Note: This procedure assumes that all 3 sources are present</I>
|
||||
<ol>
|
||||
<li>Checkout or download CLDR version 'release-26'</li>
|
||||
<li>Checkout ICU4C with tag 'release-54-1'</li>
|
||||
<li>Checkout ICU4J with tag 'release-54-1'</li>
|
||||
<li>Checkout ICU4C with tag 'milestone-55-0-1'</li>
|
||||
<li>Checkout ICU4J with tag 'milestone-55-0-1'</li>
|
||||
<li>cd to <I>$icu4c_root</I>/source/data directory</li>
|
||||
<li>Follow the instructions in <I>$icu4c_root</I>/source/data/cldr-icu-readme.txt</li>
|
||||
<li>Rebuild ICU4C with the newly generated data.</li>
|
||||
|
@ -1012,7 +1015,7 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in <I>$icu4c_r
|
|||
</ol>
|
||||
|
||||
<h2 class="doc"><a name="timezone"></a>About ICU4J Time Zone</h2>
|
||||
<p>ICU4J 54 RC includes time zone data version 2014h, which is the latest one as of
|
||||
<p>ICU4J 55m1 includes time zone data version 2014h, which is the latest one as of
|
||||
the release date. However, time zone data is frequently updated in response
|
||||
to changes made by local governments around the world. If you need to update
|
||||
the time zone data, please refer the ICU user guide topic
|
||||
|
|
Loading…
Add table
Reference in a new issue