diff mbox series

[COMMITTED] Update NEWS with ISO 14651 update information.

Message ID c1819bbd-8858-95d2-ae0d-f10fa145d081@redhat.com
State New
Headers show
Series [COMMITTED] Update NEWS with ISO 14651 update information. | expand

Commit Message

Carlos O'Donell July 27, 2018, 8:02 p.m. UTC
Update NEWS with ISO 14651 update information.
~~~
* The localization data for ISO 14651 is updated to match the 2016
  Edition 4 release of the standard, this matches data provided by
  Unicode 9.0.0.  This update introduces significant improvements to the
  collation of Unicode characters.  This release deviates slightly from
  the standard in that the collation element ordering for lowercase and
  uppercase LATIN script characters is adjusted to ensure that regular
  expressions with ranges like [a-z] and [A-Z] don't interleave e.g. A
  is not matched by [a-z].  With the update many locales have been
  updated to take advantage of the new collation information.  The new
  collation information has increased the size of the compiled locale
  archive or binary locales.
~~~
diff mbox series

Patch

From b1ee9f8ef2f6df2a2f8161e07a48025abc9a065f Mon Sep 17 00:00:00 2001
From: Carlos O'Donell <carlos@redhat.com>
Date: Fri, 27 Jul 2018 15:56:24 -0400
Subject: [PATCH] Update NEWS with ISO 14651 update information.

---
 NEWS                | 12 ++++++++++++
 manual/contrib.texi | 15 +++++++++++++--
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index c946ba2946..d809f9393d 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,18 @@  Version 2.28
 
 Major new features:
 
+* The localization data for ISO 14651 is updated to match the 2016
+  Edition 4 release of the standard, this matches data provided by
+  Unicode 9.0.0.  This update introduces significant improvements to the
+  collation of Unicode characters.  This release deviates slightly from
+  the standard in that the collation element ordering for lowercase and
+  uppercase LATIN script characters is adjusted to ensure that regular
+  expressions with ranges like [a-z] and [A-Z] don't interleave e.g. A
+  is not matched by [a-z].  With the update many locales have been
+  updated to take advantage of the new collation information.  The new
+  collation information has increased the size of the compiled locale
+  archive or binary locales.
+
 * The GNU C Library can now be compiled with support for Intel CET, AKA
   Intel Control-flow Enforcement Technology.  When the library is built
   with --enable-cet, the resulting glibc is protected with indirect
diff --git a/manual/contrib.texi b/manual/contrib.texi
index 6191f46f31..15c167f194 100644
--- a/manual/contrib.texi
+++ b/manual/contrib.texi
@@ -345,7 +345,8 @@  Torvald Riegel for the implementation of new algorithms for semaphores,
 pthread_rwlock and condition variables.
 
 @item
-Maciej W. Rozycki for various fixes.
+Maciej W. Rozycki for MIPS maintenance, support for ABSOLUTE symbols,
+and various fixes.
 
 @item
 Pravin Satpute for writing sorting rules for some Indian languages.
@@ -426,7 +427,17 @@  fixes.
 Eric Youngdale for implementing versioning of objects on the symbol level.
 
 @item
-Adhemerval Zanella for optimized functions on PowerPC and various fixes.
+Adhemerval Zanella for optimized functions on PowerPC, ISO C threads support
+and various fixes.
+
+@item
+H.J. Lu for the implementation of Intel Control-flow Enforcement Technology,
+the implementation of the x32 port, general maintenance the x86 machine
+support, and various fixes.
+
+@item
+Mike Fabian for automating Unicode updates, for updating the locale data
+to ISO 14651 2016 Edition 4, and for updating the library to Unicode 11.
 
 @end itemize
 
-- 
2.14.4