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

Side by Side Diff: README.chromium

Issue 1985243002: Update IANA timezone DB to 2016d (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | android/icudtl.dat » ('j') | 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: 56.1 3 Version: 56.1
4 License: MIT 4 License: MIT
5 Security Critical: yes 5 Security Critical: yes
6 6
7 Description: 7 Description:
8 This directory contains the source code of ICU 56.1 for C/C++. 8 This directory contains the source code of ICU 56.1 for C/C++.
9 9
10 A. How to update ICU 10 A. How to update ICU
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 238
239 4. Timezone data update 239 4. Timezone data update
240 Run scripts/update_tz.sh to grab the latest version of the 240 Run scripts/update_tz.sh to grab the latest version of the
241 following timezone data files and put them in source/data/misc 241 following timezone data files and put them in source/data/misc
242 242
243 metaZones.txt 243 metaZones.txt
244 timezoneTypes.txt 244 timezoneTypes.txt
245 windowsZones.txt 245 windowsZones.txt
246 zoneinfo64.txt 246 zoneinfo64.txt
247 247
248 As of March 24, 2016, the latest version is 2016c and the above files 248 As of May 14, 2016, the latest version is 2016d and the above files
249 are available at 249 are available at
250 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2016c/44/ 250 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2016d/44/
251 251
252 5. Build-related changes 252 5. Build-related changes
253 253
254 - patches/wpo.patch 254 - patches/wpo.patch
255 upstream bugs : http://bugs.icu-project.org/trac/ticket/8043 255 upstream bugs : http://bugs.icu-project.org/trac/ticket/8043
256 http://bugs.icu-project.org/trac/ticket/5701 256 http://bugs.icu-project.org/trac/ticket/5701
257 - patches/vscomp.patch for building with Visual Studio on Windows. 257 - patches/vscomp.patch for building with Visual Studio on Windows.
258 a. do not use WINDOWS_LOCALE_API in locmap.c 258 a. do not use WINDOWS_LOCALE_API in locmap.c
259 b. do not redefine stringpiece::npos 259 b. do not redefine stringpiece::npos
260 c. fix http://bugs.icu-project.org/trac/ticket/12129 (C4138 warning) 260 c. fix http://bugs.icu-project.org/trac/ticket/12129 (C4138 warning)
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 - Android patch for the 2nd bug 309 - Android patch for the 2nd bug
310 https://android.googlesource.com/platform/external/icu/+/56b2b8b 310 https://android.googlesource.com/platform/external/icu/+/56b2b8b
311 311
312 13. Add Emoji properties support by cherry-picking from 57.1 312 13. Add Emoji properties support by cherry-picking from 57.1
313 - patches/emoji_props.patch 313 - patches/emoji_props.patch
314 - Upstream change cherry-picked 314 - Upstream change cherry-picked
315 http://bugs.icu-project.org/trac/changeset/38183 315 http://bugs.icu-project.org/trac/changeset/38183
316 - source/data/in/{pnames,uprops}.icu were copied from the upstream, 316 - source/data/in/{pnames,uprops}.icu were copied from the upstream,
317 but they're just for the record. Their contents are hard-coded 317 but they're just for the record. Their contents are hard-coded
318 in the source files patched by the above patch. 318 in the source files patched by the above patch.
OLDNEW
« no previous file with comments | « no previous file | android/icudtl.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698