diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2022-12-09 12:41:54 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2022-12-09 12:41:54 +0100 |
commit | 3a910b624a1bcd3d2ee625a308ba9f108a152fb7 (patch) | |
tree | 753f2a15eb810d7cea80a2a1163f1819a3e69a37 /winsup | |
parent | 55de3fdd0e850eb4ed708dc8ea8cf1419b89ee03 (diff) | |
download | newlib-3a910b624a1bcd3d2ee625a308ba9f108a152fb7.zip newlib-3a910b624a1bcd3d2ee625a308ba9f108a152fb7.tar.gz newlib-3a910b624a1bcd3d2ee625a308ba9f108a152fb7.tar.bz2 |
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>
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/release/3.4.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/release/3.4.1 b/winsup/cygwin/release/3.4.1 index 432113a..226329d 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 |