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

Side by Side Diff: README.chromium

Issue 2507323002: Update timezone db to 2016i (Closed)
Patch Set: no change Created 4 years, 1 month 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 235
236 4. Timezone data update 236 4. Timezone data update
237 Run scripts/update_tz.sh to grab the latest version of the 237 Run scripts/update_tz.sh to grab the latest version of the
238 following timezone data files and put them in source/data/misc 238 following timezone data files and put them in source/data/misc
239 239
240 metaZones.txt 240 metaZones.txt
241 timezoneTypes.txt 241 timezoneTypes.txt
242 windowsZones.txt 242 windowsZones.txt
243 zoneinfo64.txt 243 zoneinfo64.txt
244 244
245 As of July 26, 2016, the latest version is 2016f and the above files 245 As of Nov 15, 2016, the latest version is 2016i and the above files
246 are available at 246 are available at
247 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2016f/44/ 247 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2016i/44/
248 248
249 5. Build-related changes 249 5. Build-related changes
250 250
251 - patches/wpo.patch 251 - patches/wpo.patch
252 upstream bugs : http://bugs.icu-project.org/trac/ticket/8043 252 upstream bugs : http://bugs.icu-project.org/trac/ticket/8043
253 http://bugs.icu-project.org/trac/ticket/5701 253 http://bugs.icu-project.org/trac/ticket/5701
254 - patches/vscomp.patch for building with Visual Studio on Windows. 254 - patches/vscomp.patch for building with Visual Studio on Windows.
255 a. do not use WINDOWS_LOCALE_API in locmap.c 255 a. do not use WINDOWS_LOCALE_API in locmap.c
256 b. do not redefine stringpiece::npos 256 b. do not redefine stringpiece::npos
257 c. fix http://bugs.icu-project.org/trac/ticket/12129 (C4138 warning) 257 c. fix http://bugs.icu-project.org/trac/ticket/12129 (C4138 warning)
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 - patches/emoji_props.patch 310 - patches/emoji_props.patch
311 - Upstream change cherry-picked 311 - Upstream change cherry-picked
312 http://bugs.icu-project.org/trac/changeset/38183 312 http://bugs.icu-project.org/trac/changeset/38183
313 - source/data/in/{pnames,uprops}.icu were copied from the upstream, 313 - source/data/in/{pnames,uprops}.icu were copied from the upstream,
314 but they're just for the record. Their contents are hard-coded 314 but they're just for the record. Their contents are hard-coded
315 in the source files patched by the above patch. 315 in the source files patched by the above patch.
316 316
317 14. Fix a timezone directory traversal bug 317 14. Fix a timezone directory traversal bug
318 - patches/tzpath.patch 318 - patches/tzpath.patch
319 - upstream bug: http://bugs.icu-project.org/trac/ticket/12798 (fixed in 58) 319 - upstream bug: http://bugs.icu-project.org/trac/ticket/12798 (fixed in 58)
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