diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2024-03-11 12:53:24 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2024-03-11 12:53:24 +0100 |
commit | 775069553b8ef40651db100becfc8bd91c7f7881 (patch) | |
tree | 6837f016d10e651dffd8a779e4335f96c8b9483e /winsup/cygwin | |
parent | 5f586adc634588895b5c4afa24f819859aee50d7 (diff) | |
download | newlib-775069553b8ef40651db100becfc8bd91c7f7881.zip newlib-775069553b8ef40651db100becfc8bd91c7f7881.tar.gz newlib-775069553b8ef40651db100becfc8bd91c7f7881.tar.bz2 |
Cygwin: add 3.5.2 release entries for latest commits
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/release/3.5.2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.5.2 b/winsup/cygwin/release/3.5.2 index e6782c1..449047d 100644 --- a/winsup/cygwin/release/3.5.2 +++ b/winsup/cygwin/release/3.5.2 @@ -13,3 +13,10 @@ Fixes: - Fix a problem that select() call for write-side of a pipe possibly hangs with non-cygwin reader. Addresses: https://github.com/msys2/msys2-runtime/issues/202 + +- Avoid recalling offline files if the file is not explicitely opened + for reading or writing data. + Addresses: https://cygwin.com/pipermail/cygwin/2024-March/255613.html + +- Don't skip inadvertently some local SAM accounts on domain member + machines. |