From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id D366E385843E; Thu, 11 Nov 2021 10:03:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D366E385843E Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/cygwin-3_3-branch] Cygwin: add 3.3.3 release notes X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_3-branch X-Git-Oldrev: e1f02dca907087a36fee1cb47b984bee1def2fa0 X-Git-Newrev: bd3996f218198d65b4a420c2f1efd94c32ea60f5 Message-Id: <20211111100326.D366E385843E@sourceware.org> Date: Thu, 11 Nov 2021 10:03:26 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2021 10:03:26 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bd3996f218198d65b4a420c2f1efd94c32ea60f5 commit bd3996f218198d65b4a420c2f1efd94c32ea60f5 Author: Corinna Vinschen Date: Thu Nov 11 11:01:23 2021 +0100 Cygwin: add 3.3.3 release notes Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/release/3.3.3 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/winsup/cygwin/release/3.3.3 b/winsup/cygwin/release/3.3.3 new file mode 100644 index 000000000..d04265181 --- /dev/null +++ b/winsup/cygwin/release/3.3.3 @@ -0,0 +1,11 @@ +Bug Fixes +--------- + +- Fix issue that new pipe code doesn't handle reading zero byte reads + emitted by some non-Cygwin apps. + Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249844.html + +- Make sure that "X:" paths are not handled as absolute DOS paths in + fstatat and other ...at calls. "X:/" still is handled as absolute + path. + Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249837.html