SHA256
1
0
forked from pool/icu
2017-04-27 20:08:39 +00:00
committed by Git OBS Bridge
parent 9e52a39cd4
commit ac5562409c
9 changed files with 48 additions and 59 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Apr 27 17:33:46 UTC 2017 - jengelh@inai.de
- Update to new upstream release 59.1
* Emoji 5.0 data
* CLDR 31.0.1
** GMT and UTC are no longer unified, and CLDR provides
distinct UTC display names, avoiding confusion with standard
(winter) time in Britain.
* New case mapping API (C++ & Java classes CaseMap) supports
styled text
* ICU4C now uses and requires C++11 language features and
libraries.
* ICU4C has also moved to char16_t as the type for UTF-16. This
is a breaking change. Please see the detail section below.
-------------------------------------------------------------------
Sat Dec 10 15:15:55 UTC 2016 - idonmez@suse.com