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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 303 |
304 18. Apply patches/infinite-recursion.patch , corresponds to upstream r36672 | 304 18. Apply patches/infinite-recursion.patch , corresponds to upstream r36672 |
| 305 |
| 306 19. Fix a data race in umutex |
| 307 - patches/mutex.patch |
| 308 - upstream bug (fixed in ToT and will be included in 56) |
| 309 http://bugs.icu-project.org/trac/ticket/11599 |
OLD | NEW |