| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 13. Fix a data race in cmemory | 269 13. Fix a data race in cmemory |
| 270 - patches/cmemory.patch | 270 - patches/cmemory.patch |
| 271 - upstream bug (fixed in the upstream 55 RC) | 271 - upstream bug (fixed in the upstream 55 RC) |
| 272 http://www.icu-project.org/trac/ticket/11538 | 272 http://www.icu-project.org/trac/ticket/11538 |
| 273 | 273 |
| 274 14. Fix a bug found by 'stack' (static analysis tool) | 274 14. Fix a bug found by 'stack' (static analysis tool) |
| 275 - patches/uloc.patch | 275 - patches/uloc.patch |
| 276 - upstream bug | 276 - upstream bug |
| 277 http://www.icu-project.org/trac/ticket/11602 | 277 http://www.icu-project.org/trac/ticket/11602 |
| 278 | 278 |
| 279 15. Cherry-pick an upstream patch to add an API to detect the host timezone | 279 15. Add a timezone detection API |
| 280 - patches/tzdetect.patch | 280 - patches/tzdetect.patch (applied in the upstream 55) |
| 281 - upstream bug (fixed in the upstream 55 RC) | 281 - patches/tzdetect2.patch |
| 282 - upstream bugs |
| 282 http://bugs.icu-project.org/trac/ticket/11358 | 283 http://bugs.icu-project.org/trac/ticket/11358 |
| 284 http://bugs.icu-project.org/trac/ticket/11623 |
| 285 |
| 286 |
| OLD | NEW |