Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2021-11-11 13:01:23 +0300
committerCorinna Vinschen <corinna@vinschen.de>2021-11-11 13:01:23 +0300
commit88c9008bb2a7377722968d3ec738ac44ceea8665 (patch)
tree725e2ad5bf2a067ce5c8c0306070aa76623c5206 /winsup/cygwin/release
parent7e7d471644914397ca1e86ee99b6fc85160280c8 (diff)
Cygwin: add 3.3.3 release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/release')
-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 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