From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 803A23838F11; Fri, 9 Dec 2022 11:44:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 803A23838F11 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670586296; bh=CUnA4tp53yBx36JwIRh5ZVrcu46Bgak7X07UOw6DOAg=; h=From:To:Subject:Date:From; b=MxjELS8/apr1i8oaD6cFkZBeoiapUCOejhFsY9Oal3ks76hpvHMuDglVkTW8bTgxl c8WcIt22a803haQ8M2DJ7RO2hekLlWw/pJLe2b2jb4dzQJGP+zg7ch86tj1e8qU2au 10qyiPj6YjPZnBVq70SQQt1aIYyinUMH1NzfVMTM= 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: improve release text for FILE issue X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 55de3fdd0e850eb4ed708dc8ea8cf1419b89ee03 X-Git-Newrev: 3a910b624a1bcd3d2ee625a308ba9f108a152fb7 Message-Id: <20221209114456.803A23838F11@sourceware.org> Date: Fri, 9 Dec 2022 11:44:56 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D3a910b624a1= bcd3d2ee625a308ba9f108a152fb7 commit 3a910b624a1bcd3d2ee625a308ba9f108a152fb7 Author: Corinna Vinschen AuthorDate: Fri Dec 9 12:41:54 2022 +0100 Commit: Corinna Vinschen CommitDate: Fri Dec 9 12:41:54 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