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>2017-08-03 20:17:45 +0300
committerCorinna Vinschen <corinna@vinschen.de>2017-08-03 20:17:45 +0300
commiteb206317a84a0f4f9f1b673a63e33cd95e50994f (patch)
treebdcd805854c0f23b791239e3f331d82ad1f21670 /winsup/cygwin
parent37738448a024f1a2702ff5971dd7bda981d45923 (diff)
cygwin: Bump DLL version to 2.9.0
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/include/cygwin/version.h4
-rw-r--r--winsup/cygwin/release/2.9.0 (renamed from winsup/cygwin/release/2.8.3)2
2 files changed, 3 insertions, 3 deletions
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.9.0
index c76d57115..0fb4a070b 100644
--- a/winsup/cygwin/release/2.8.3
+++ b/winsup/cygwin/release/2.9.0
@@ -1,7 +1,7 @@
What's new:
-----------
-- New API: explicit_bzero.
+- New APIs: explicit_bzero, pthread_mutex_timedwait.
What changed: