https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=83afe30071c0cb44db924892074010e78cb476a7
commit 83afe30071c0cb44db924892074010e78cb476a7 Author: Corinna Vinschen <[email protected]> AuthorDate: Mon Mar 11 12:53:24 2024 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Mon Mar 11 15:29:51 2024 +0100 Cygwin: add 3.5.2 release entries for latest commits Signed-off-by: Corinna Vinschen <[email protected]> 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.
