summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/2.9.0
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/release/2.9.0')
-rw-r--r--winsup/cygwin/release/2.9.028
1 files changed, 28 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.9.0 b/winsup/cygwin/release/2.9.0
new file mode 100644
index 000000000..0fb4a070b
--- /dev/null
+++ b/winsup/cygwin/release/2.9.0
@@ -0,0 +1,28 @@
+What's new:
+-----------
+
+- New APIs: explicit_bzero, pthread_mutex_timedwait.
+
+
+What changed:
+-------------
+
+- Improved implementation of <elf.h>.
+
+
+Bug Fixes
+---------
+
+- Fix a regression in fflush introduced in 2.8.0.
+ Addresses: https://sourceware.org/ml/cygwin-apps/2017-07/msg00041.html
+
+- Fix a regression in reparse point handling introduced in 2.8.1.
+ Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00114.html
+
+- Fix a potential resource leak when checking reparse points during readdir.
+
+- Fix select and read in Windows console when running under codepage 65001.
+ Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00388.html
+
+- Fix a clear screen issue in Windows console when running under codepage 65001.
+ Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00430.html