diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2022-01-18 11:57:14 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2022-01-18 11:57:14 +0100 |
commit | 0cae2b802b2d8e78af45bd32e5feea86d721c5d2 (patch) | |
tree | 239764e19226eb1b5b7ad2e2ce2e5912e3d1c79f /winsup | |
parent | bd4fdcc0593468237d77035e0f39a0155d17e5bf (diff) | |
download | newlib-0cae2b802b2d8e78af45bd32e5feea86d721c5d2.zip newlib-0cae2b802b2d8e78af45bd32e5feea86d721c5d2.tar.gz newlib-0cae2b802b2d8e78af45bd32e5feea86d721c5d2.tar.bz2 |
Cygwin: add release text for last two patches
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/release/3.3.4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.3.4 b/winsup/cygwin/release/3.3.4 index 7c37a57..e09ffef 100644 --- a/winsup/cygwin/release/3.3.4 +++ b/winsup/cygwin/release/3.3.4 @@ -23,3 +23,10 @@ Bug Fixes - Fix an "Invalid argument" problem in posix_spawn on i686. Addresses: https://cygwin.com/pipermail/cygwin/2022-January/250453.html + +- Fix handling of AAAA records in Cygwin resolver code using native + windows calls. + +- Fix a problem creating a dir "foo", if a file (but not a Cygwin symlink) + "foo.lnk" already exists. + Addresses: https://github.com/msys2/msys2-runtime/issues/81 |