Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-12-09 14:41:54 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-12-09 14:44:13 +0300
commit55873f0d24a4cdee9fe28bcc64c7890344b37295 (patch)
tree55126f7231cb25b9a5baf717dc5ae1829b2b0f15
parentf21d438a059e46a48dafd1188e2b1ea5ef921bd3 (diff)
Cygwin: improve release text for FILE issue
Add a note in terms of 3.4.0 compatibility. Suggested-by: Markus Mützel <markus.muetzel@gmx.de> Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.4.14
1 files changed, 3 insertions, 1 deletions
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