aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2021-11-11 11:01:23 +0100
committerCorinna Vinschen <corinna@vinschen.de>2021-11-11 11:01:23 +0100
commit88c9008bb2a7377722968d3ec738ac44ceea8665 (patch)
tree725e2ad5bf2a067ce5c8c0306070aa76623c5206 /winsup
parent7e7d471644914397ca1e86ee99b6fc85160280c8 (diff)
downloadnewlib-88c9008bb2a7377722968d3ec738ac44ceea8665.zip
newlib-88c9008bb2a7377722968d3ec738ac44ceea8665.tar.gz
newlib-88c9008bb2a7377722968d3ec738ac44ceea8665.tar.bz2
Cygwin: add 3.3.3 release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/release/3.3.311
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.3.3 b/winsup/cygwin/release/3.3.3
new file mode 100644
index 0000000..d042651
--- /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