From patchwork Fri Jul 27 20:02:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos O'Donell X-Patchwork-Id: 950322 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-94872-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="RRFG9ghS"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41cfyM5JGtz9s1x for ; Sat, 28 Jul 2018 06:02:35 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type; q=dns; s=default; b=kZYPdbbHC4pEEYBknq3r0zpObfFHk acsUyUa8l6pjvE0W9OsfCt4ndsReJ/RiT5LRADDhsfOCi9ptQSv0TNaCvtNRuDsL 4+K28J/nMA/qFmjYuRCRlLjMia0IBai+x3b/WCGnjopVibp9hTOT5+hKuFREk9xc 4bBZ+MWjLmCBQM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type; s=default; bh=LY4IxqHT2Z9lMsjxLw1XbJ+eL3s=; b=RRF G9ghS4MsWNS9qMZNcHenLJdHffLtIGuX18iFpoZvaKWzzk6Vsrdv2gpzo6C5HMk/ m+KRtHc0yriHgwznj6oLJpnkyPqsEMQr3WYzyATS8VQQ8BTkyNMVnkLQENcRTncm SPLViaFliEkt/40sq7zA9MI/koD+3Oe959uY0Uu0= Received: (qmail 19967 invoked by alias); 27 Jul 2018 20:02:29 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 19952 invoked by uid 89); 27 Jul 2018 20:02:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=Unicode, 3458 X-HELO: mail-qt0-f173.google.com To: GNU C Library , Mike Fabian From: Carlos O'Donell Subject: [COMMITTED] Update NEWS with ISO 14651 update information. Message-ID: Date: Fri, 27 Jul 2018 16:02:23 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 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. ~~~ From b1ee9f8ef2f6df2a2f8161e07a48025abc9a065f Mon Sep 17 00:00:00 2001 From: Carlos O'Donell 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