From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2015) id CDAAE386F812; Sat, 9 May 2020 15:19:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CDAAE386F812 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Rafal Luzynski To: glibc-cvs@sourceware.org Subject: [glibc/release/2.31/master] NEWS: Mention bug 25639 fixed in 2.31 branch X-Act-Checkin: glibc X-Git-Author: =?utf-8?b?UmFmYcWCIEx1xbx5xYRza2k=?= X-Git-Refname: refs/heads/release/2.31/master X-Git-Oldrev: bb44fe7711a63bbe46e71503e691e1d02a40bae1 X-Git-Newrev: 3b9ceb332049c711e02e7b95f9b20180115c9209 Message-Id: <20200509151939.CDAAE386F812@sourceware.org> Date: Sat, 9 May 2020 15:19:39 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2020 15:19:39 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3b9ceb332049c711e02e7b95f9b20180115c9209 commit 3b9ceb332049c711e02e7b95f9b20180115c9209 Author: Rafał Lużyński Date: Sat May 9 17:07:02 2020 +0200 NEWS: Mention bug 25639 fixed in 2.31 branch Diff: --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index be2d8b1f61..8b941de5fb 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,8 @@ The following bugs are resolved with this release: [25623] test-sysvmsg, test-sysvsem, test-sysvshm fail with 2.31 on 32 bit and old kernel [25635] arm: Wrong sysdep order selection for soft-fp + [25639] localedata: Some names of days and months wrongly spelt in + Occitan [25715] system() returns wrong errors when posix_spawn fails Security related changes: