https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0cae2b802b2d8e78af45bd32e5feea86d721c5d2
commit 0cae2b802b2d8e78af45bd32e5feea86d721c5d2 Author: Corinna Vinschen <[email protected]> Date: Tue Jan 18 11:57:14 2022 +0100 Cygwin: add release text for last two patches Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/3.3.4 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/winsup/cygwin/release/3.3.4 b/winsup/cygwin/release/3.3.4 index 7c37a575c..e09ffefdf 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
