From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 7B3CB3858C66; Mon, 11 Mar 2024 16:22:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B3CB3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710174132; bh=ciMwGG/f2niM5MLsMAIM2HeDOvaLWZR1TcWj+21P474=; h=From:To:Subject:Date:From; b=rwzyaOUli8gppLVwAaXBl7rthohsI+Afb63sZQvf3Yum9YnphONC8aW5pnVITDK3x xl+70NtJ8wJ/Jo23yS14xMp1HNYwBk3LBjPidbnNW8qRtqoHDK37vrLaAu4hXTOTz8 Jt+tam6Oj78yOHsyLbg8zBwLXcfWxrR0G49sGQLc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: add 3.5.2 release entries for latest commits X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/main X-Git-Oldrev: 5f586adc634588895b5c4afa24f819859aee50d7 X-Git-Newrev: 775069553b8ef40651db100becfc8bd91c7f7881 Message-Id: <20240311162212.7B3CB3858C66@sourceware.org> Date: Mon, 11 Mar 2024 16:22:12 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D775069553b8= ef40651db100becfc8bd91c7f7881 commit 775069553b8ef40651db100becfc8bd91c7f7881 Author: Corinna Vinschen AuthorDate: Mon Mar 11 12:53:24 2024 +0100 Commit: Corinna Vinschen CommitDate: Mon Mar 11 12:53:24 2024 +0100 Cygwin: add 3.5.2 release entries for latest commits =20 Signed-off-by: Corinna Vinschen 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.