Cygwin: update release notes for 3.2.0

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2021-03-08 11:34:46 +01:00
parent b92a6303f1
commit abc8acb6a0
1 changed files with 7 additions and 0 deletions

View File

@ -64,3 +64,10 @@ Bug Fixes
- Fix the return value when ptsname_r(3) is called with a bad file descriptor - 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 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