From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 073E03857714; Tue, 4 Jul 2023 14:52:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 073E03857714 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688482327; bh=r2dLHv710+amsC4cmx+3Opu4HyPGCVkVnF4J6ZFSgCg=; h=From:To:Subject:Date:From; b=vmQXjUyFgL/NM2/YqkTgIVBL7NAitNWDh1BBHcWpOGKOFpO4RKjT7IvEFDJwf6nX7 I9Mwx1B1JpmUDK26cI/xv1klgcftpSpaZI9IvO4ESYoxni/OA1bgfLCYUblz+R7ER8 t0/buF6bNvF07GUUxUUzJLkH1YV6paqnXhhpiPME= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/cygwin-3_4-branch] Cygwin: Fix latest release message being in the wrong release file. X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_4-branch X-Git-Oldrev: 025aec73180044dd56dc0c5723f6e365debf1f85 X-Git-Newrev: 1a0530f3e0564e6c0755b57dfea0efbf58eb62f4 Message-Id: <20230704145207.073E03857714@sourceware.org> Date: Tue, 4 Jul 2023 14:52:07 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D1a0530f3e05= 64e6c0755b57dfea0efbf58eb62f4 commit 1a0530f3e0564e6c0755b57dfea0efbf58eb62f4 Author: Corinna Vinschen AuthorDate: Tue Jul 4 16:50:00 2023 +0200 Commit: Corinna Vinschen CommitDate: Tue Jul 4 16:51:37 2023 +0200 Cygwin: Fix latest release message being in the wrong release file. =20 Fixes: 6422e76637d3 ("Cygwin: Make safe for c89 compilat= ions") Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/release/3.4.7 | 3 --- winsup/cygwin/release/3.4.8 | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/winsup/cygwin/release/3.4.7 b/winsup/cygwin/release/3.4.7 index 923408ec2dce..0e6922163aa3 100644 --- a/winsup/cygwin/release/3.4.7 +++ b/winsup/cygwin/release/3.4.7 @@ -25,6 +25,3 @@ Bug Fixes - Fix return code and errno set by renameat2, if oldfile and newfile refer to the same file, and the RENAME_NOREPLACE flag is set. Addresses: https://cygwin.com/pipermail/cygwin/2023-April/253514.html - -- Make safe for c89 compilations. - Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q3/012308.html diff --git a/winsup/cygwin/release/3.4.8 b/winsup/cygwin/release/3.4.8 new file mode 100644 index 000000000000..d1e34ce3c633 --- /dev/null +++ b/winsup/cygwin/release/3.4.8 @@ -0,0 +1,5 @@ +Bug Fixes +--------- + +- Make safe for c89 compilations. + Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q3/012308.html