| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 c. fix http://bugs.icu-project.org/trac/ticket/12129 (C4138 warning) |
| 269 d. fix http://bugs.icu-project.org/trac/ticket/11893 (C4275 warning) |
| 269 | 270 |
| 270 - patches/data.build.patch : | 271 - patches/data.build.patch : |
| 271 Remove unnecessary resources : unames, collator rule source | 272 Remove unnecessary resources : unames, collator rule source |
| 272 - patches/data.build.win.patch : | 273 - patches/data.build.win.patch : |
| 273 Windows-only data build patch. | 274 Windows-only data build patch. |
| 274 - patches/data_symb.patch : | 275 - patches/data_symb.patch : |
| 275 Put ICU_DATA_ENTRY_POINT(icudtXX_dat) in common when we use | 276 Put ICU_DATA_ENTRY_POINT(icudtXX_dat) in common when we use |
| 276 the icu data file or icudt.dll | 277 the icu data file or icudt.dll |
| 277 | 278 |
| 278 6. Apply a timezone detection API fix | 279 6. Apply a timezone detection API fix |
| 279 - patches/tzdetect.patch | 280 - patches/tzdetect.patch |
| 280 - upstream bugs | 281 - upstream bugs |
| 281 http://bugs.icu-project.org/trac/ticket/11623 | 282 http://bugs.icu-project.org/trac/ticket/11623 |
| 282 | 283 |
| 283 7. Fix 'bad cast' found in Transliterator with a cfi build | 284 7. Fix 'bad cast' found in Transliterator with a cfi build |
| 284 - patches/xlit_badcast.patch | 285 - patches/xlit_badcast.patch |
| 285 - upstream bug (yet to be resolved) | 286 - upstream bug (yet to be resolved) |
| 286 http://bugs.icu-project.org/trac/ticket/11937 | 287 http://bugs.icu-project.org/trac/ticket/11937 |
| 287 | 288 |
| 288 8. TODO: If removing UTF-32 from Blink is more involved than expected, | 289 8. Add back UTF-32 converters temporarily even when |
| 289 add back UTF-32 temporarily even when UCONFIG_ONLY_HTML_CONVERSION is | 290 UCONFIG_ONLY_HTML_CONVERSION is defined until UTF-32 is |
| 290 defined See | 291 removed from Blink. See |
| 291 http://www.icu-project.org/trac/ticket/11296 | 292 http://www.icu-project.org/trac/ticket/11296 and |
| 293 http://crbug.com/417850 |
| 294 |
| 295 - patches/utf32.patch |
| 292 | 296 |
| 293 9. Fix a UText bug found in uregex_open fuzzer. | 297 9. Fix a UText bug found in uregex_open fuzzer. |
| 294 - patches/utext.patch | 298 - patches/utext.patch |
| 295 - upstream bug (fixed in trunk in Jan, 2016. Will be in 57 release) | 299 - upstream bug (fixed in trunk in Jan, 2016. Will be in 57 release) |
| 296 http://bugs.icu-project.org/trac/ticket/12130 | 300 http://bugs.icu-project.org/trac/ticket/12130 |
| 297 | 301 |
| 298 10. Fix a bug in regex compiler. | 302 10. Fix a bug in regex compiler. |
| 299 - patches/regexcmp.patch | 303 - patches/regexcmp.patch |
| 300 - upstream bug | 304 - upstream bug |
| 301 http://bugs.icu-project.org/trac/ticket/12138 | 305 http://bugs.icu-project.org/trac/ticket/12138 |
| 302 | 306 |
| OLD | NEW |