From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id E7F20385841D; Thu, 11 Nov 2021 10:03:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7F20385841D 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: add 3.3.3 release notes X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 7e7d471644914397ca1e86ee99b6fc85160280c8 X-Git-Newrev: 88c9008bb2a7377722968d3ec738ac44ceea8665 Message-Id: <20211111100341.E7F20385841D@sourceware.org> Date: Thu, 11 Nov 2021 10:03:41 +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:42 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=88c9008bb2a7377722968d3ec738ac44ceea8665 commit 88c9008bb2a7377722968d3ec738ac44ceea8665 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