summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2021-03-08 11:34:46 +0100
committerCorinna Vinschen <corinna@vinschen.de>2021-03-08 11:34:46 +0100
commitabc8acb6a0acc8cbd5df6935171b8c734126e473 (patch)
tree0abe9bcf958a9263ea951240c434e4e7b625d0ea
parentb92a6303f1d02d8b583cd6b0509a80da76c8e3ea (diff)
downloadcygnal-abc8acb6a0acc8cbd5df6935171b8c734126e473.tar.gz
cygnal-abc8acb6a0acc8cbd5df6935171b8c734126e473.tar.bz2
cygnal-abc8acb6a0acc8cbd5df6935171b8c734126e473.zip
Cygwin: update release notes for 3.2.0
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.2.07
1 files changed, 7 insertions, 0 deletions
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