https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=61867cac3b5a1de3cd9af3435085a3cec26416b0
commit 61867cac3b5a1de3cd9af3435085a3cec26416b0 Author: Takashi Yano <[email protected]> Date: Tue Nov 23 01:08:49 2021 +0900 Cygwin: Fix release note 3.3.3. - Removes the bug fix entry that was accidentally added to the release notes 3.3.3, even though it had been already fixed in 3.3.2. Diff: --- winsup/cygwin/release/3.3.3 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/winsup/cygwin/release/3.3.3 b/winsup/cygwin/release/3.3.3 index 908ebe402..8d1752b56 100644 --- a/winsup/cygwin/release/3.3.3 +++ b/winsup/cygwin/release/3.3.3 @@ -1,10 +1,6 @@ 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/249777.html - - Fix issue that new pipe code doesn't handle size zero pipe which may be created by non-cygwin apps. Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249844.html
