| OLD | NEW |
| 1 Name: icu | 1 Name: icu |
| 2 URL: http://site.icu-project.org/ | 2 URL: http://site.icu-project.org/ |
| 3 Version: 4.6 | 3 Version: 4.6 |
| 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 4.6 for C/C++ | 8 This directory contains the source code of ICU 4.6 for C/C++ |
| 9 | 9 |
| 10 1. It was obtained with the following: | 10 1. It was obtained with the following: |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 - patches/utext.patch | 248 - patches/utext.patch |
| 249 - upstream change : http://bugs.icu-project.org/trac/changeset/29356 | 249 - upstream change : http://bugs.icu-project.org/trac/changeset/29356 |
| 250 | 250 |
| 251 24. Fix compilation errors on VS2012 and above. | 251 24. Fix compilation errors on VS2012 and above. |
| 252 - patches/vs2012.patch | 252 - patches/vs2012.patch |
| 253 | 253 |
| 254 25. Fix a buffer overflow in UTF-16/32 detection. | 254 25. Fix a buffer overflow in UTF-16/32 detection. |
| 255 - patches/csetdet.patch | 255 - patches/csetdet.patch |
| 256 - upstream bug: http://bugs.icu-project.org/trac/ticket/10318 | 256 - upstream bug: http://bugs.icu-project.org/trac/ticket/10318 |
| 257 | 257 |
| 258 | 258 26. Add BreakIterator::getRuleStatus |
| 259 | 259 - patches/breakiterator.patch |
| 260 - Copy and paste BreakIterator::getRuleStatus API from ICU 52 |
| OLD | NEW |