Chromium Code Reviews

Side by Side Diff: README.chromium

Issue 893883002: Update README.chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: icu 1 Name: icu
2 URL: http://site.icu-project.org/ 2 URL: http://site.icu-project.org/
3 Version: 54.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
15 Description: 7 Description:
16 This directory contains the source code of ICU 54.1 for C/C++. 8 This directory contains the source code of ICU 54.1 for C/C++.
17 9
18 10
19 1. It was obtained with the following: 11 1. It was obtained with the following:
20 12
21 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-54-1 icu 13 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-54-1 icu
22 14
23 The following directories we don't use are removed: 15 The following directories we don't use are removed:
24 16
(...skipping 218 matching lines...)
243 10. Apply the following patches for regex 235 10. Apply the following patches for regex
244 - patches/regex.patch (a combined patch of 3 revisions below) 236 - patches/regex.patch (a combined patch of 3 revisions below)
245 - upstream bugs (fixed in the upstream ToT) : 237 - upstream bugs (fixed in the upstream ToT) :
246 http://bugs.icu-project.org/trac/ticket/11370 (r36723:36724) 238 http://bugs.icu-project.org/trac/ticket/11370 (r36723:36724)
247 http://bugs.icu-project.org/trac/ticket/11369 (r36726:36727) 239 http://bugs.icu-project.org/trac/ticket/11369 (r36726:36727)
248 http://bugs.icu-project.org/trac/ticket/11371 (r36800:36801) 240 http://bugs.icu-project.org/trac/ticket/11371 (r36800:36801)
249 241
250 11. Fix a bug in locid (getBaseName is wrong). 242 11. Fix a bug in locid (getBaseName is wrong).
251 - patches/locid.patch 243 - patches/locid.patch
252 - upstream bug: http://bugs.icu-project.org/trac/ticket/11421 244 - upstream bug: http://bugs.icu-project.org/trac/ticket/11421
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine