diff options
author | Mike FABIAN <mfabian@redhat.com> | 2015-12-10 00:30:51 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2015-12-10 00:33:48 -0500 |
commit | 23256f5ed889266223380c02b2750d19e3fe666b (patch) | |
tree | 682c926e0c81a2ba00f667157c4098672e264dbf /NEWS | |
parent | 589ac5232867e36a8242c2505a45274b6c7b0f00 (diff) | |
download | glibc-23256f5ed889266223380c02b2750d19e3fe666b.tar.gz |
Update to Unicode 8.0.0.
Update __STDC_ISO_10646__ to 201505L for Unicode 8.0.0.
Update character encoding, ctype, and transliteration tables.
New scripts autogenerate transliteration tables.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ using `glibc' in the "product" field. Version 2.23 +* Unicode 8.0.0 Support: Character encoding, character type info, and + transliteration tables are all updated to Unicode 8.0.0, using new + and/or improved generator scripts contributed by Mike FABIAN (Red Hat). + These updates cause user visible changes, such as the fixes for bugs + 89, 16061, and 18568. + * sched_setaffinity, pthread_setaffinity_np no longer attempt to guess the kernel-internal CPU set size. This means that requests that change the CPU affinity which failed before (for example, an all-ones CPU mask) will |