summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/2.1.0
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/release/2.1.0')
-rw-r--r--winsup/cygwin/release/2.1.018
1 files changed, 18 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.1.0 b/winsup/cygwin/release/2.1.0
new file mode 100644
index 000000000..5680cb31e
--- /dev/null
+++ b/winsup/cygwin/release/2.1.0
@@ -0,0 +1,18 @@
+What's new:
+-----------
+
+- New API: sethostname.
+
+
+What changed:
+-------------
+
+
+Bug Fixes
+---------
+
+- Enable non-SA_RESTART behaviour on threads other than main thread.
+ Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00260.html
+
+- Try to handle concurrent close on socket more gracefully
+ Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00235.html