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

Side by Side Diff: README.chromium

Issue 789103007: Update the timezone data to 2014j for M41 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@m41
Patch Set: 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 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: 52.1 3 Version: 52.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 52.1 for C/C++ 8 This directory contains the source code of ICU 52.1 for C/C++
9 9
10 1. It was obtained with the following: 10 1. It was obtained with the following:
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 129
130 6. Timezone data update 130 6. Timezone data update
131 - Grab the latest version of the following timezone data files and 131 - Grab the latest version of the following timezone data files and
132 put them in source/data/misc. 132 put them in source/data/misc.
133 133
134 metaZones.txt 134 metaZones.txt
135 timezoneTypes.txt 135 timezoneTypes.txt
136 windowsZones.txt 136 windowsZones.txt
137 zoneinfo64.txt 137 zoneinfo64.txt
138 138
139 As of August 2014, the latest version is 2014f and the above files 139 As of Jan 9, 2015, the latest version is 2014j and the above files
140 are available at 140 are available at
141 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2014f/44/ 141 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2014j/44/
142 142
143 7. Transliterator customization 143 7. Transliterator customization
144 144
145 - Also add css3transform.txt to source/data/trnslit. 145 - Also add css3transform.txt to source/data/trnslit.
146 - Put the following line in trnslocal.mk 146 - Put the following line in trnslocal.mk
147 147
148 TRANSLIT_SOURCE=css3transform.txt 148 TRANSLIT_SOURCE=css3transform.txt
149 149
150 8. Build-related changes 150 8. Build-related changes
151 151
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 13. Apply the patch for collator 248 13. Apply the patch for collator
249 - patches/col.patch 249 - patches/col.patch
250 - No upstream bug was filed because the upstream code was completely 250 - No upstream bug was filed because the upstream code was completely
251 rewritten during the ICU 53 cycle. 251 rewritten during the ICU 53 cycle.
252 252
253 14. Fix a bug in locid (getBaseName is wrong). 253 14. Fix a bug in locid (getBaseName is wrong).
254 - patches/locid.patch 254 - patches/locid.patch
255 - Upstream bug: http://bugs.icu-project.org/trac/ticket/11421 255 - Upstream bug: http://bugs.icu-project.org/trac/ticket/11421
256 256
257 257
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