diff options
author | Ken Brown <kbrown@cornell.edu> | 2021-01-15 12:37:57 -0500 |
---|---|---|
committer | Ken Brown <kbrown@cornell.edu> | 2021-01-18 11:11:45 -0500 |
commit | 31ccf40583a4473d34be9d24409aa99afd055ba3 (patch) | |
tree | 3a515fe7eb30c32710554a612db174fa41bb8789 /winsup/cygwin/release/3.2.0 | |
parent | a776a0ce26abfdf5de9b94746818dfce176ab215 (diff) | |
download | newlib-31ccf40583a4473d34be9d24409aa99afd055ba3.zip newlib-31ccf40583a4473d34be9d24409aa99afd055ba3.tar.gz newlib-31ccf40583a4473d34be9d24409aa99afd055ba3.tar.bz2 |
Cygwin: document a recent bug fix
This documents commit aec64798, "Cygwin: add flag to indicate reparse
points unknown to WinAPI".
Diffstat (limited to 'winsup/cygwin/release/3.2.0')
-rw-r--r-- | winsup/cygwin/release/3.2.0 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.2.0 b/winsup/cygwin/release/3.2.0 index 132d5c8..c18a848 100644 --- a/winsup/cygwin/release/3.2.0 +++ b/winsup/cygwin/release/3.2.0 @@ -43,5 +43,8 @@ Bug Fixes - Fix return value of sqrtl on negative infinity. Addresses: https://cygwin.com/pipermail/cygwin/2020-October/246606.html +- Fix a path handling problem if there is a WSL symlink in PATH. + Addresses: https://cygwin.com/pipermail/cygwin/2020-December/246938.html + - Fix a bug in fstatat(2) on 32 bit that could cause it to return garbage. Addresses: https://cygwin.com/pipermail/cygwin/2021-January/247399.html |