From 83afe30071c0cb44db924892074010e78cb476a7 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 11 Mar 2024 12:53:24 +0100 Subject: [PATCH] Cygwin: add 3.5.2 release entries for latest commits Signed-off-by: Corinna Vinschen --- 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 e6782c1c0..449047d9c 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.