diff options
Diffstat (limited to 'winsup/cygwin/release/3.6.2')
-rw-r--r-- | winsup/cygwin/release/3.6.2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.6.2 b/winsup/cygwin/release/3.6.2 new file mode 100644 index 0000000..f10a947 --- /dev/null +++ b/winsup/cygwin/release/3.6.2 @@ -0,0 +1,12 @@ +Fixes: +------ + +- Fix a high latency problem when trying to fetch SID info for SIDs + not resolved by Windows functions anyway. + Addresses: https://cygwin.com/pipermail/cygwin/2025-April/257916.html + +- Fix connect(2) returning WSAEPROTOTYPE on abstract sockets. + Addresses: https://sourceware.org/pipermail/cygwin-patches/2025q2/013638.html + +- Fix the console states after the console is closed. + Addresses: https://cygwin.com/pipermail/cygwin/2025-April/257909.html |