Cygwin: add 3.3.3 release notes

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2021-11-11 11:01:23 +01:00
parent e1f02dca90
commit bd3996f218
1 changed files with 11 additions and 0 deletions

View File

@ -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