From abc8acb6a0acc8cbd5df6935171b8c734126e473 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 8 Mar 2021 11:34:46 +0100 Subject: [PATCH] Cygwin: update release notes for 3.2.0 Signed-off-by: Corinna Vinschen --- winsup/cygwin/release/3.2.0 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/winsup/cygwin/release/3.2.0 b/winsup/cygwin/release/3.2.0 index 53727d33b..f07289254 100644 --- a/winsup/cygwin/release/3.2.0 +++ b/winsup/cygwin/release/3.2.0 @@ -64,3 +64,10 @@ Bug Fixes - Fix the return value when ptsname_r(3) is called with a bad file descriptor Addresses: https://lists.gnu.org/archive/html/bug-gnulib/2021-01/msg00245.html + +- Fix path handling in case the Cygwin installation dir is accessed via + a Windows junction point. + Addresses: https://cygwin.com/pipermail/cygwin-developers/2021-February/012054.html + +- Fix potential handle leaks when dup'ing descriptors + Addresses: https://cygwin.com/pipermail/cygwin-developers/2021-February/012041.html