From ce0b11f9c4d684cc136015d1bc1769ac193a6b0b Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 14 Nov 2017 21:36:38 +0100 Subject: Cygwin: Bump DLL version to 2.10.0, bump API minor to 319 Signed-off-by: Corinna Vinschen --- winsup/cygwin/include/cygwin/version.h | 7 ++++--- winsup/cygwin/release/2.10.0 | 21 +++++++++++++++++++++ winsup/cygwin/release/2.9.1 | 19 ------------------- 3 files changed, 25 insertions(+), 22 deletions(-) create mode 100644 winsup/cygwin/release/2.10.0 delete mode 100644 winsup/cygwin/release/2.9.1 diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 7b95de3ee..8b85f863f 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 2009 -#define CYGWIN_VERSION_DLL_MINOR 1 +#define CYGWIN_VERSION_DLL_MAJOR 2010 +#define CYGWIN_VERSION_DLL_MINOR 0 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ @@ -483,12 +483,13 @@ details. */ 316: Export pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock. 317: Export renameat2. 318: Export strnstr. + 319: Define O_TMPFILE, O_NOATIME. Note that we forgot to bump the api for ualarm, strtoll, strtoull, sigaltstack, sethostname. */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 318 +#define CYGWIN_VERSION_API_MINOR 319 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible changes are made to the shared diff --git a/winsup/cygwin/release/2.10.0 b/winsup/cygwin/release/2.10.0 new file mode 100644 index 000000000..8c90353c8 --- /dev/null +++ b/winsup/cygwin/release/2.10.0 @@ -0,0 +1,21 @@ +What's new: +----------- + +- New open(2) flags O_TMPFILE and O_NOATIME. + + +What changed: +------------- + + +Bug Fixes +--------- + +- Fix a problem in unlink on NFS. + Addresses: Shows up in GAWK testsuite test "testext" + +- Fix errno setting bug in posix_fadvise and posix_fallocate. + Addresses: https://cygwin.com/ml/cygwin-patches/2017-q4/msg00026.html + +- Fix two bugs in the limit of large numbers of sockets. + Addresses: https://cygwin.com/ml/cygwin/2017-11/msg00052.html diff --git a/winsup/cygwin/release/2.9.1 b/winsup/cygwin/release/2.9.1 deleted file mode 100644 index e01515f1d..000000000 --- a/winsup/cygwin/release/2.9.1 +++ /dev/null @@ -1,19 +0,0 @@ -What's new: ------------ - - -What changed: -------------- - - -Bug Fixes ---------- - -- Fix a problem in unlink on NFS. - Addresses: Shows up in GAWK testsuite test "testext" - -- Fix errno setting bug in posix_fadvise and posix_fallocate. - Addresses: https://cygwin.com/ml/cygwin-patches/2017-q4/msg00026.html - -- Fix two bugs in the limit of large numbers of sockets. - Addresses: https://cygwin.com/ml/cygwin/2017-11/msg00052.html -- cgit v1.2.3