OLD | NEW |
1 Name: icu | 1 Name: icu |
2 URL: http://site.icu-project.org/ | 2 URL: http://site.icu-project.org/ |
3 Version: 54.1 | 3 Version: 54.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 54.1 for C/C++. | 8 This directory contains the source code of ICU 54.1 for C/C++. |
9 | 9 |
10 | 10 |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 16. Properly handle a converter name starting with 'x-'. | 293 16. Properly handle a converter name starting with 'x-'. |
294 - patches/ucnv_name.patch | 294 - patches/ucnv_name.patch |
295 - upstream bug | 295 - upstream bug |
296 http://bugs.icu-project.org/trac/ticket/11696 | 296 http://bugs.icu-project.org/trac/ticket/11696 |
297 | 297 |
298 17. Cherry-pick an upstream patch to add a separate field for ref-counting in | 298 17. Cherry-pick an upstream patch to add a separate field for ref-counting in |
299 the converter data. | 299 the converter data. |
300 - patches/ucnv_refcount.patch | 300 - patches/ucnv_refcount.patch |
301 - upstream change: | 301 - upstream change: |
302 http://bugs.icu-project.org/trac/ticket/11601 | 302 http://bugs.icu-project.org/trac/ticket/11601 |
| 303 |
| 304 18. Apply patches/infinite-recursion.patch , corresponds to upstream r36672 |
OLD | NEW |