https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=775069553b8ef40651db100becfc8bd91c7f7881
commit 775069553b8ef40651db100becfc8bd91c7f7881 Author: Corinna Vinschen <cori...@vinschen.de> AuthorDate: Mon Mar 11 12:53:24 2024 +0100 Commit: Corinna Vinschen <cori...@vinschen.de> CommitDate: Mon Mar 11 12:53:24 2024 +0100 Cygwin: add 3.5.2 release entries for latest commits Signed-off-by: Corinna Vinschen <cori...@vinschen.de> Diff: --- winsup/cygwin/release/3.5.2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/winsup/cygwin/release/3.5.2 b/winsup/cygwin/release/3.5.2 index e6782c1c004b..449047d9c276 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.