diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2015-02-20 20:14:59 -0200 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2015-02-20 20:14:59 -0200 |
commit | 4a4839c94a4c93ffc0d5b95c69a08b02a57007f2 (patch) | |
tree | d60950243872d9beb0993b12173e6bbf998d779d /NEWS | |
parent | e4a399dc3dbb3228eb39af230ad11bc42a018c93 (diff) | |
download | glibc-4a4839c94a4c93ffc0d5b95c69a08b02a57007f2.zip glibc-4a4839c94a4c93ffc0d5b95c69a08b02a57007f2.tar.gz glibc-4a4839c94a4c93ffc0d5b95c69a08b02a57007f2.tar.bz2 |
Unicode 7.0.0 update; added generator scripts.
for localedata/ChangeLog
[BZ #17588]
[BZ #13064]
[BZ #14094]
[BZ #17998]
* unicode-gen/Makefile: New.
* unicode-gen/unicode-license.txt: New, from Unicode.
* unicode-gen/UnicodeData.txt: New, from Unicode.
* unicode-gen/DerivedCoreProperties.txt: New, from Unicode.
* unicode-gen/EastAsianWidth.txt: New, from Unicode.
* unicode-gen/gen_unicode_ctype.py: New generator, from Mike
FABIAN <mfabian@redhat.com>.
* unicode-gen/ctype_compatibility.py: New verifier, from
Pravin Satpute <psatpute@redhat.com> and Mike FABIAN.
* unicode-gen/ctype_compatibility_test_cases.py: New verifier
module, from Mike FABIAN.
* unicode-gen/utf8_gen.py: New generator, from Pravin Satpute
and Mike FABIAN.
* unicode-gen/utf8_compatibility.py: New verifier, from Pravin
Satpute and Mike FABIAN.
* charmaps/UTF-8: Update.
* locales/i18n: Update.
* gen-unicode-ctype.c: Remove.
* tst-ctype-de_DE.ISO-8859-1.in: Adjust, islower now returns
true for ordinal indicators.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -9,8 +9,15 @@ Version 2.22 * The following bugs are resolved with this release: - 4719, 15319, 15467, 15790, 16560, 17569, 17792, 17912, 17932, 17944, - 17949, 17964, 17965, 17967, 17969, 17978, 17987, 17991, 17996, 17999. + 4719, 13064, 14094, 15319, 15467, 15790, 16560, 17569, 17588, 17792, + 17912, 17932, 17944, 17949, 17964, 17965, 17967, 17969, 17978, 17987, + 17991, 17996, 17998, 17999. + +* Character encoding and ctype tables were updated to Unicode 7.0.0, using + new generator scripts contributed by Pravin Satpute and Mike FABIAN (Red + Hat). These updates cause user visible changes, such as the fix for bug + 17998. + Version 2.21 |