OLD | NEW |
1 Name: icu | 1 Name: icu |
2 URL: http://site.icu-project.org/ | 2 URL: http://site.icu-project.org/ |
3 Version: 52.1 | 3 Version: 54.1 |
4 License: MIT | 4 License: MIT |
5 Security Critical: yes | 5 Security Critical: yes |
6 | 6 |
| 7 WARNING: The head of third_party/icu is in the middle of upgrading to ICU 54.1 |
| 8 and it's NOT usable for Chromium/Blink/v8. |
| 9 - DO NOT deps-roll ICU to the head. |
| 10 - If there is a critical change to make (e.g. security), a branch can be cut |
| 11 for that. Contact <jshin@chromium.org>. |
| 12 - README.chromium (this file) is NOT up to date and will be changed as the |
| 13 upgrade to ICU 54.1 moves forward. |
| 14 |
7 Description: | 15 Description: |
8 This directory contains the source code of ICU 52.1 for C/C++ | 16 This directory contains the source code of ICU 54.1 for C/C++. |
| 17 |
9 | 18 |
10 1. It was obtained with the following: | 19 1. It was obtained with the following: |
11 | 20 |
12 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag
s/release-52-1 icu52 | 21 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag
s/release-54-1 icu |
13 | 22 |
14 The following directories we don't use are removed: | 23 The following directories we don't use are removed: |
15 | 24 |
16 - as_is | 25 - as_is |
17 - packaging | 26 - packaging |
18 - source/layout | 27 - source/layout |
19 - source/layoutex | 28 - source/layoutex |
20 - source/data/xml | 29 - source/data/xml |
21 | 30 |
22 patches/configure.patch is applied to get runConfigureICU work in the | 31 patches/configure.patch is applied to get runConfigureICU work in the |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 13. Apply the patch for collator | 257 13. Apply the patch for collator |
249 - patches/col.patch | 258 - patches/col.patch |
250 - No upstream bug was filed because the upstream code was completely | 259 - No upstream bug was filed because the upstream code was completely |
251 rewritten during the ICU 53 cycle. | 260 rewritten during the ICU 53 cycle. |
252 | 261 |
253 14. Fix a bug in locid (getBaseName is wrong). | 262 14. Fix a bug in locid (getBaseName is wrong). |
254 - patches/locid.patch | 263 - patches/locid.patch |
255 - Upstream bug: http://bugs.icu-project.org/trac/ticket/11421 | 264 - Upstream bug: http://bugs.icu-project.org/trac/ticket/11421 |
256 | 265 |
257 | 266 |
OLD | NEW |