| 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 Description: | 7 Description: |
| 8 This directory contains the source code of ICU 56.1 for C/C++. | 8 This directory contains the source code of ICU 56.1 for C/C++. |
| 9 | 9 |
| 10 A. How to update ICU | 10 A. How to update ICU |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 - Android patch for the 2nd bug | 306 - Android patch for the 2nd bug |
| 307 https://android.googlesource.com/platform/external/icu/+/56b2b8b | 307 https://android.googlesource.com/platform/external/icu/+/56b2b8b |
| 308 | 308 |
| 309 13. Add Emoji properties support by cherry-picking from 57.1 | 309 13. Add Emoji properties support by cherry-picking from 57.1 |
| 310 - patches/emoji_props.patch | 310 - patches/emoji_props.patch |
| 311 - Upstream change cherry-picked | 311 - Upstream change cherry-picked |
| 312 http://bugs.icu-project.org/trac/changeset/38183 | 312 http://bugs.icu-project.org/trac/changeset/38183 |
| 313 - source/data/in/{pnames,uprops}.icu were copied from the upstream, | 313 - source/data/in/{pnames,uprops}.icu were copied from the upstream, |
| 314 but they're just for the record. Their contents are hard-coded | 314 but they're just for the record. Their contents are hard-coded |
| 315 in the source files patched by the above patch. | 315 in the source files patched by the above patch. |
| 316 |
| 317 14. Trybot test: TO BE DELETED |
| OLD | NEW |