From patchwork Mon Nov 2 07:42:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shuo Wang X-Patchwork-Id: 40940 X-Patchwork-Delegate: Paul.Zimmermann@inria.fr Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id AB3E83858011; Mon, 2 Nov 2020 07:42:40 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32]) by sourceware.org (Postfix) with ESMTPS id 45DB6385800B for ; Mon, 2 Nov 2020 07:42:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 45DB6385800B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=wangshuo47@huawei.com Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4CPlHs6mpKzhfdl; Mon, 2 Nov 2020 15:42:33 +0800 (CST) Received: from [10.174.178.149] (10.174.178.149) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.487.0; Mon, 2 Nov 2020 15:42:24 +0800 To: "libc-alpha@sourceware.org" , From: Shuo Wang Subject: [PATCH] Fix typo in NEWS file Message-ID: <7fed9aae-7783-8926-695c-ce25b05cd589@huawei.com> Date: Mon, 2 Nov 2020 15:42:13 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.0.1 MIME-Version: 1.0 X-Originating-IP: [10.174.178.149] X-CFilter-Loop: Reflected X-Spam-Status: No, score=-11.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Hushiyuan Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Fix typo in NEWS file --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ppc64le [22145] libc: ttyname() gives up too early in the face of namespaces [22146] math: C++ build issue with float128 on x86_64 diff --git a/NEWS b/NEWS index 4307c4b1b0..ff26f6dfa5 100644 --- a/NEWS +++ b/NEWS @@ -730,7 +730,7 @@ The following bugs are resolved with this release: [24040] libc: riscv64: unterminated call chain in __thread_start [24047] network: libresolv should use IP_RECVERR/IPV6_RECVERR to avoid long timeouts - [24051] stdio: puts and putchar ouput to _IO_stdout instead of stdout + [24051] stdio: puts and putchar output to _IO_stdout instead of stdout [24059] nss: nss_files: get_next_alias calls fgets_unlocked without checking for NULL. [24114] regex: regexec buffer read overrun in "grep -i @@ -1908,7 +1908,7 @@ The following bugs are resolved with this release: [22111] malloc: malloc: per thread cache is not returned when thread exits [22112] localedata: Fix LC_TELEPHONE/LC_NAME for az_AZ [22134] libc: [linux] implement fexecve with execveat - [22142] libc: [powerpc] printf oupts a wrong value of DBL_MAX on ppc64 and + [22142] libc: [powerpc] printf outputs a wrong value of DBL_MAX on ppc64 and