From eb206317a84a0f4f9f1b673a63e33cd95e50994f Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 3 Aug 2017 19:17:45 +0200 Subject: cygwin: Bump DLL version to 2.9.0 Signed-off-by: Corinna Vinschen --- winsup/cygwin/include/cygwin/version.h | 4 ++-- winsup/cygwin/release/2.8.3 | 28 ---------------------------- winsup/cygwin/release/2.9.0 | 28 ++++++++++++++++++++++++++++ winsup/doc/new-features.xml | 16 ++++++++++++++++ winsup/doc/posix.xml | 2 +- 5 files changed, 47 insertions(+), 31 deletions(-) delete mode 100644 winsup/cygwin/release/2.8.3 create mode 100644 winsup/cygwin/release/2.9.0 diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index c258dc195..a84242132 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -10,8 +10,8 @@ details. */ the Cygwin shared library". This version is used to track important changes to the DLL and is mainly informative in nature. */ -#define CYGWIN_VERSION_DLL_MAJOR 2008 -#define CYGWIN_VERSION_DLL_MINOR 3 +#define CYGWIN_VERSION_DLL_MAJOR 2009 +#define CYGWIN_VERSION_DLL_MINOR 0 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ diff --git a/winsup/cygwin/release/2.8.3 b/winsup/cygwin/release/2.8.3 deleted file mode 100644 index c76d57115..000000000 --- a/winsup/cygwin/release/2.8.3 +++ /dev/null @@ -1,28 +0,0 @@ -What's new: ------------ - -- New API: explicit_bzero. - - -What changed: -------------- - -- Improved implementation of . - - -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 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 . + + +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 diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 9cd9bfbdf..d7acd9b38 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,6 +4,22 @@ What's new and what changed in Cygwin +What's new and what changed in 2.9 + + + + +New APIs: explicit_bzero, pthread_mutex_timedwait. + + + +Improved implementation of <elf.h>. + + + + + + What's new and what changed in 2.8 diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index 5ce5988bc..c9f4f00ec 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -706,6 +706,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008). pthread_mutex_init pthread_mutex_lock pthread_mutex_setprioceiling + pthread_mutex_timedlock pthread_mutex_trylock pthread_mutex_unlock pthread_mutexattr_destroy @@ -1574,7 +1575,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008). pthread_mutexattr_getrobust pthread_mutexattr_setrobust pthread_mutex_consistent - pthread_mutex_timedlock pthread_rwlock_timedrdlock pthread_rwlock_timedwrlock putmsg -- cgit v1.2.3