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

Side by Side Diff: README.chromium

Issue 946703002: Update tz data to the latest (2015a) (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. 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: 54.1 3 Version: 54.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 54.1 for C/C++. 8 This directory contains the source code of ICU 54.1 for C/C++.
9 9
10 10
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 139
140 6. Timezone data update 140 6. Timezone data update
141 - Grab the latest version of the following timezone data files and 141 - Grab the latest version of the following timezone data files and
142 put them in source/data/misc. 142 put them in source/data/misc.
143 143
144 metaZones.txt 144 metaZones.txt
145 timezoneTypes.txt 145 timezoneTypes.txt
146 windowsZones.txt 146 windowsZones.txt
147 zoneinfo64.txt 147 zoneinfo64.txt
148 148
149 As of January 2015, the latest version is 2014j and the above files 149 As of January 2015, the latest version is 2015a and the above files
150 are available at 150 are available at
151 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2014j/44/ 151 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2015a/44/
152 152
153 7. Transliterator customization 153 7. Transliterator customization
154 154
155 - Also add css3transform.txt to source/data/trnslit. 155 - Also add css3transform.txt to source/data/trnslit.
156 - Put the following line in trnslocal.mk 156 - Put the following line in trnslocal.mk
157 157
158 TRANSLIT_SOURCE=css3transform.txt 158 TRANSLIT_SOURCE=css3transform.txt
159 159
160 8. Build-related changes 160 8. Build-related changes
161 161
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 http://bugs.icu-project.org/trac/ticket/11369 (r36726:36727) 242 http://bugs.icu-project.org/trac/ticket/11369 (r36726:36727)
243 http://bugs.icu-project.org/trac/ticket/11371 (r36800:36801) 243 http://bugs.icu-project.org/trac/ticket/11371 (r36800:36801)
244 244
245 11. Fix a bug in locid (getBaseName is wrong). 245 11. Fix a bug in locid (getBaseName is wrong).
246 - patches/locid.patch 246 - patches/locid.patch
247 - upstream bug: http://bugs.icu-project.org/trac/ticket/11421 247 - upstream bug: http://bugs.icu-project.org/trac/ticket/11421
248 248
249 12. Fix a bug in BiDi 249 12. Fix a bug in BiDi
250 - patches/bidi.patch 250 - patches/bidi.patch
251 - upstream bug: http://bugs.icu-project.org/trac/ticket/11177 251 - upstream bug: http://bugs.icu-project.org/trac/ticket/11177
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