| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 | 181 |
| 182 3. source/data/brkitr | 182 3. source/data/brkitr |
| 183 - khmerdict.txt: Abridged Khmer dictionary. See | 183 - khmerdict.txt: Abridged Khmer dictionary. See |
| 184 http://bugs.icu-project.org/trac/ticket/9451 | 184 http://bugs.icu-project.org/trac/ticket/9451 |
| 185 - word_ja.txt (used only on Android) | 185 - word_ja.txt (used only on Android) |
| 186 Added for Japanese-specific word-breaking without the C+J dictionary. | 186 Added for Japanese-specific word-breaking without the C+J dictionary. |
| 187 | 187 |
| 188 4. source/data/trnslit/css3transform.txt | 188 4. source/data/trnslit/css3transform.txt |
| 189 - Handle Greek case conversion with a transliterator | 189 - Handle Greek case conversion with a transliterator |
| 190 | 190 |
| 191 5. Add tg.txt, ckb.txt, and ku.txt to source/data/{locale,lang} | 191 5. Add {an,ast,ckb,ku,tg,wa}.txt to source/data/{locale,lang} |
| 192 with the minimal locale data necessary for spellchecker and | 192 with the minimal locale data necessary for spellchecker and |
| 193 and language menus. Also change the English display name | 193 and language menus. Also change the English display name |
| 194 for ckb to 'Kurdish (Arabic)'. | 194 for ckb to 'Kurdish (Arabic)'. |
| 195 | 195 |
| 196 D. Local Modifications | 196 D. Local Modifications |
| 197 | 197 |
| 198 1. Applied locale data patches from Google obtained by diff'ing | 198 1. Applied locale data patches from Google obtained by diff'ing |
| 199 the upstream copy and Google's internal copy for source/data | 199 the upstream copy and Google's internal copy for source/data |
| 200 | 200 |
| 201 - patches/locale_google.patch: | 201 - patches/locale_google.patch: |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 9. Fix a UText bug found in uregex_open fuzzer. | 293 9. Fix a UText bug found in uregex_open fuzzer. |
| 294 - patches/utext.patch | 294 - patches/utext.patch |
| 295 - upstream bug (fixed in trunk in Jan, 2016. Will be in 57 release) | 295 - upstream bug (fixed in trunk in Jan, 2016. Will be in 57 release) |
| 296 http://bugs.icu-project.org/trac/ticket/12130 | 296 http://bugs.icu-project.org/trac/ticket/12130 |
| 297 | 297 |
| 298 10. Fix a bug in regex compiler. | 298 10. Fix a bug in regex compiler. |
| 299 - patches/regexcmp.patch | 299 - patches/regexcmp.patch |
| 300 - upstream bug | 300 - upstream bug |
| 301 http://bugs.icu-project.org/trac/ticket/12138 | 301 http://bugs.icu-project.org/trac/ticket/12138 |
| 302 | 302 |
| OLD | NEW |