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-04-20 11:46:01 +0300
committerCorinna Vinschen <corinna@vinschen.de>2021-04-20 11:46:39 +0300
commit8050ef207494e6d227e968cc7e5850153f943320 (patch)
tree8bffefbd889839e5b7d9a277672606ad9d0a88d6
parent5176afeb7d27339ee7ce8f1f9c8c0941da8ca4c2 (diff)
Cygwin: add 3.2.1 release file and add fixes up to this point
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.2.127
1 files changed, 27 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.2.1 b/winsup/cygwin/release/3.2.1
new file mode 100644
index 000000000..c1ada5d50
--- /dev/null
+++ b/winsup/cygwin/release/3.2.1
@@ -0,0 +1,27 @@
+What's new:
+-----------
+
+
+What changed:
+-------------
+
+
+Bug Fixes
+---------
+
+- Fix values returned by select(2) for shutdown sockets.
+ Addresses: https://cygwin.com/pipermail/cygwin-developers/2021-April/012092.html
+
+- Introduce a new hypotl(3) function not suffering unnecesswry overflows.
+ Addresses: https://cygwin.com/pipermail/cygwin/2021-April/248302.html
+
+- Fix path handling for paths spanning native symlinks.
+ Addresses: https://cygwin.com/pipermail/cygwin/2021-April/248307.html
+
+- Fix tab position evaluation after console window resize.
+
+- Fix a regression in pseudo console handling, resulting in rlwrap not
+ being able to start a new pseudo console.
+
+- Handle two race conditions in pseudo console usage.
+ Addresses: https://cygwin.com/pipermail/cygwin/2021-April/248292.html