OLD | NEW |
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 ***NOTE*** | 7 ***NOTE*** |
8 ICU is in the middle of being updated to 56.1 and does not work, yet. | 8 ICU is in the middle of being updated to 56.1 and does not work, yet. |
9 If you have an urgent fix to apply, contact jshin@chromium.org to | 9 If you have an urgent fix to apply, contact jshin@chromium.org to |
10 create a branch for 54.1 to apply a fix on top of. | 10 create a branch for 54.1 to apply a fix on top of. |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2015g/44/ | 258 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2015g/44/ |
259 | 259 |
260 5. Build-related changes | 260 5. Build-related changes |
261 | 261 |
262 - patches/wpo.patch | 262 - patches/wpo.patch |
263 upstream bugs : http://bugs.icu-project.org/trac/ticket/8043 | 263 upstream bugs : http://bugs.icu-project.org/trac/ticket/8043 |
264 http://bugs.icu-project.org/trac/ticket/5701 | 264 http://bugs.icu-project.org/trac/ticket/5701 |
265 - patches/vscomp.patch for building with Visual Studio on Windows. | 265 - patches/vscomp.patch for building with Visual Studio on Windows. |
266 a. do not use WINDOWS_LOCALE_API in locmap.c | 266 a. do not use WINDOWS_LOCALE_API in locmap.c |
267 b. do not redefine stringpiece::npos | 267 b. do not redefine stringpiece::npos |
| 268 c. fix http://bugs.icu-project.org/trac/ticket/12129 (C4138 warning) |
268 | 269 |
269 - patches/data.build.patch : | 270 - patches/data.build.patch : |
270 Remove unnecessary resources : unames, collator rule source | 271 Remove unnecessary resources : unames, collator rule source |
271 - patches/data.build.win.patch : | 272 - patches/data.build.win.patch : |
272 Windows-only data build patch. | 273 Windows-only data build patch. |
273 - patches/data_symb.patch : | 274 - patches/data_symb.patch : |
274 Put ICU_DATA_ENTRY_POINT(icudtXX_dat) in common when we use | 275 Put ICU_DATA_ENTRY_POINT(icudtXX_dat) in common when we use |
275 the icu data file or icudt.dll | 276 the icu data file or icudt.dll |
276 | 277 |
277 6. Apply a timezone detection API fix | 278 6. Apply a timezone detection API fix |
278 - patches/tzdetect.patch | 279 - patches/tzdetect.patch |
279 - upstream bugs | 280 - upstream bugs |
280 http://bugs.icu-project.org/trac/ticket/11623 | 281 http://bugs.icu-project.org/trac/ticket/11623 |
281 | 282 |
282 7. Fix 'bad cast' found in Transliterator with a cfi build | 283 7. Fix 'bad cast' found in Transliterator with a cfi build |
283 - patches/xlit_badcast.patch | 284 - patches/xlit_badcast.patch |
284 - upstream bug (yet to be resolved) | 285 - upstream bug (yet to be resolved) |
285 http://bugs.icu-project.org/trac/ticket/11937 | 286 http://bugs.icu-project.org/trac/ticket/11937 |
286 | 287 |
287 8. TODO: If removing UTF-32 from Blink is more involved than expected, | 288 8. TODO: If removing UTF-32 from Blink is more involved than expected, |
288 add back UTF-32 temporarily even when UCONFIG_ONLY_HTML_CONVERSION is | 289 add back UTF-32 temporarily even when UCONFIG_ONLY_HTML_CONVERSION is |
289 defined See | 290 defined See |
290 http://www.icu-project.org/trac/ticket/11296 | 291 http://www.icu-project.org/trac/ticket/11296 |
OLD | NEW |