Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: README.chromium

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LICENSE ('k') | icu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index b9647b9a85a6e1fb727b63c72f88209c77263e42..7e17f1cf45b6683204f04c637afa157105441481 100644
--- a/README.chromium
+++ b/README.chromium
@@ -1,15 +1,24 @@
Name: icu
URL: http://site.icu-project.org/
-Version: 52.1
+Version: 54.1
License: MIT
Security Critical: yes
+WARNING: The head of third_party/icu is in the middle of upgrading to ICU 54.1
+and it's NOT usable for Chromium/Blink/v8.
+ - DO NOT deps-roll ICU to the head.
+ - If there is a critical change to make (e.g. security), a branch can be cut
+ for that. Contact <jshin@chromium.org>.
+ - README.chromium (this file) is NOT up to date and will be changed as the
+ upgrade to ICU 54.1 moves forward.
+
Description:
-This directory contains the source code of ICU 52.1 for C/C++
+This directory contains the source code of ICU 54.1 for C/C++.
+
1. It was obtained with the following:
- $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tags/release-52-1 icu52
+ $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tags/release-54-1 icu
The following directories we don't use are removed:
« no previous file with comments | « LICENSE ('k') | icu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698