From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id BD37C3838164; Fri, 9 Dec 2022 11:44:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BD37C3838164 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670586277; bh=khKvN+RiIikzREsgkXW1NySdW4Vps3dy6UlENM2lYeU=; h=From:To:Subject:Date:From; b=NFT2dShCZRe7bhdETh9JuHDPqrvA5EsmyEyouJtlvMAsj3b9QgC2YsMBAcyOeENM5 YwgKojMCD6bKr8UszufZCAnNcsKoGZA+7b5dFrno0kSeVOpNG+NVY4LWfefi/F9mVt 9E+Me4cnQzMvayslAsXBxFmVw2A2F5P6JCkW7+iA= 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: improve release text for FILE issue X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_4-branch X-Git-Oldrev: f21d438a059e46a48dafd1188e2b1ea5ef921bd3 X-Git-Newrev: 55873f0d24a4cdee9fe28bcc64c7890344b37295 Message-Id: <20221209114437.BD37C3838164@sourceware.org> Date: Fri, 9 Dec 2022 11:44:37 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D55873f0d24a= 4cdee9fe28bcc64c7890344b37295 commit 55873f0d24a4cdee9fe28bcc64c7890344b37295 Author: Corinna Vinschen AuthorDate: Fri Dec 9 12:41:54 2022 +0100 Commit: Corinna Vinschen CommitDate: Fri Dec 9 12:44:13 2022 +0100 Cygwin: improve release text for FILE issue =20 Add a note in terms of 3.4.0 compatibility. =20 Suggested-by: Markus M=C3=BCtzel Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/release/3.4.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/release/3.4.1 b/winsup/cygwin/release/3.4.1 index 432113a55d06..226329d9c223 100644 --- a/winsup/cygwin/release/3.4.1 +++ b/winsup/cygwin/release/3.4.1 @@ -6,5 +6,7 @@ Bug Fixes Addresses: https://cygwin.com/pipermail/cygwin/2022-December/252619.html =20 - Fix a backward incompatibility problem in the definition of the - base type of the stdio type FILE. + base type of the stdio type FILE. This requires that C++ binaries + compiled under Cygwin 3.4.0 having a public facing interface using + FILE need to be recompiled. Addresses: https://savannah.gnu.org/bugs/index.php?63480