From 3a910b624a1bcd3d2ee625a308ba9f108a152fb7 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 9 Dec 2022 12:41:54 +0100 Subject: [PATCH] Cygwin: improve release text for FILE issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a note in terms of 3.4.0 compatibility. Suggested-by: Markus Mützel Signed-off-by: Corinna Vinschen --- 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 432113a55..226329d9c 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 - 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