From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 59029385841E; Mon, 11 Mar 2024 16:22:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 59029385841E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710174122; bh=hSCs5CkmHerkI/i7p+w6rqL1ztBI+RUonFEwFTSxu2s=; h=From:To:Subject:Date:From; b=RC+I+EH5RtzPH+wMEcJSuYErAtuqAjBe0FAc4eqx9YXa6NgfPNJzqTDawiktNne/c lp0/0lcxnznpepbujuajxA3OOQscCoUfFXFTq9Em7d6rrwFQf5EbibmLiPF2lTwIM2 oE1CDjIPyvY0N6B/Q00Cb7oWdRjM1A18DYmMksDM= 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/cygwin-3_5-branch] 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/cygwin-3_5-branch X-Git-Oldrev: 66f7dd9ff676a17b877b7be12b3ad8d01c8eb3f3 X-Git-Newrev: 83afe30071c0cb44db924892074010e78cb476a7 Message-Id: <20240311162202.59029385841E@sourceware.org> Date: Mon, 11 Mar 2024 16:22:02 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D83afe30071c= 0cb44db924892074010e78cb476a7 commit 83afe30071c0cb44db924892074010e78cb476a7 Author: Corinna Vinschen AuthorDate: Mon Mar 11 12:53:24 2024 +0100 Commit: Corinna Vinschen CommitDate: Mon Mar 11 15:29:51 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.