From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sourceware.org (Postfix) with ESMTPS id C38D43854803 for ; Tue, 3 Nov 2020 10:40:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C38D43854803 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Paul.Zimmermann@inria.fr X-IronPort-AV: E=Sophos;i="5.77,447,1596492000"; d="scan'208";a="363492791" Received: from tomate.loria.fr (HELO tomate) ([152.81.10.51]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 11:40:54 +0100 Date: Tue, 03 Nov 2020 11:40:54 +0100 Message-Id: From: Paul Zimmermann To: Shuo Wang CC: libc-alpha@sourceware.org, carlos@redhat.com, hushiyuan@huawei.com In-reply-to: <7fed9aae-7783-8926-695c-ce25b05cd589@huawei.com> (message from Shuo Wang on Mon, 2 Nov 2020 15:42:13 +0800) Subject: Re: [PATCH] Fix typo in NEWS file References: <7fed9aae-7783-8926-695c-ce25b05cd589@huawei.com> X-Spam-Status: No, score=-10.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, 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: , X-List-Received-Date: Tue, 03 Nov 2020 10:40:57 -0000 Dear Shuo, this patch looks ok to me. Thanks, Paul Zimmermann > From: Shuo Wang > 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 > Cc: Hushiyuan > > Fix typo in NEWS file > --- > NEWS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > 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 > ppc64le > [22145] libc: ttyname() gives up too early in the face of namespaces > [22146] math: C++ build issue with float128 on x86_64 > -- > 2.23.0