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

Side by Side Diff: README.chromium

Issue 2511863003: Update README.chromium about tz database 2016i (Closed)
Patch Set: 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 | no next file » | 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: 58.1 3 Version: 58.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 58.1 for C/C++. 8 This directory contains the source code of ICU 58.1 for C/C++.
9 9
10 A. How to update ICU 10 A. How to update ICU
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 223
224 3. Timezone data update 224 3. Timezone data update
225 Run scripts/update_tz.sh to grab the latest version of the 225 Run scripts/update_tz.sh to grab the latest version of the
226 following timezone data files and put them in source/data/misc 226 following timezone data files and put them in source/data/misc
227 227
228 metaZones.txt 228 metaZones.txt
229 timezoneTypes.txt 229 timezoneTypes.txt
230 windowsZones.txt 230 windowsZones.txt
231 zoneinfo64.txt 231 zoneinfo64.txt
232 232
233 As of Oct 21, 2016, the latest version is 2016h and the above files 233 As of Nov 16, 2016, the latest version is 2016i and the above files
234 are available at 234 are available at
235 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2016h/44/ 235 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2016i/44/
236 236
237 4. Build-related changes 237 4. Build-related changes
238 238
239 - patches/wpo.patch (only needed when icudata dll is used). 239 - patches/wpo.patch (only needed when icudata dll is used).
240 upstream bugs : http://bugs.icu-project.org/trac/ticket/8043 240 upstream bugs : http://bugs.icu-project.org/trac/ticket/8043
241 http://bugs.icu-project.org/trac/ticket/5701 241 http://bugs.icu-project.org/trac/ticket/5701
242 - patches/vscomp.patch for building with Visual Studio on Windows: 242 - patches/vscomp.patch for building with Visual Studio on Windows:
243 do not use WINDOWS_LOCALE_API in locmap.c 243 do not use WINDOWS_LOCALE_API in locmap.c
244 244
245 - patches/data.build.patch : 245 - patches/data.build.patch :
(...skipping 17 matching lines...) Expand all
263 upstream bugs: 263 upstream bugs:
264 http://www.icu-project.org/trac/ticket/12825 (scriptset) 264 http://www.icu-project.org/trac/ticket/12825 (scriptset)
265 http://www.icu-project.org/trac/ticket/12815 (uspoof) 265 http://www.icu-project.org/trac/ticket/12815 (uspoof)
266 http://www.icu-project.org/trac/ticket/12822 (without std::string on Win) 266 http://www.icu-project.org/trac/ticket/12822 (without std::string on Win)
267 http://www.icu-project.org/trac/ticket/12832 (greek_upper) 267 http://www.icu-project.org/trac/ticket/12832 (greek_upper)
268 268
269 - patches/scriptset.patch 269 - patches/scriptset.patch
270 - patches/uspoof.patch 270 - patches/uspoof.patch
271 - patches/digilist.patch 271 - patches/digilist.patch
272 - patches/greek_upper.patch 272 - patches/greek_upper.patch
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698