summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2017-08-03 19:17:45 +0200
committerCorinna Vinschen <corinna@vinschen.de>2017-08-03 19:17:45 +0200
commiteb206317a84a0f4f9f1b673a63e33cd95e50994f (patch)
treebdcd805854c0f23b791239e3f331d82ad1f21670
parent37738448a024f1a2702ff5971dd7bda981d45923 (diff)
downloadcygnal-eb206317a84a0f4f9f1b673a63e33cd95e50994f.tar.gz
cygnal-eb206317a84a0f4f9f1b673a63e33cd95e50994f.tar.bz2
cygnal-eb206317a84a0f4f9f1b673a63e33cd95e50994f.zip
cygwin: Bump DLL version to 2.9.0
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-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
-rw-r--r--winsup/doc/new-features.xml16
-rw-r--r--winsup/doc/posix.xml2
4 files changed, 20 insertions, 4 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:
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 @@
<sect1 id="ov-new"><title>What's new and what changed in Cygwin</title>
+<sect2 id="ov-new2.9"><title>What's new and what changed in 2.9</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+New APIs: explicit_bzero, pthread_mutex_timedwait.
+</para></listitem>
+
+<listitem><para>
+Improved implementation of &lt;elf.h&gt;.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
<sect2 id="ov-new2.8"><title>What's new and what changed in 2.8</title>
<itemizedlist mark="bullet">
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).</para>
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).</para>
pthread_mutexattr_getrobust
pthread_mutexattr_setrobust
pthread_mutex_consistent
- pthread_mutex_timedlock
pthread_rwlock_timedrdlock
pthread_rwlock_timedwrlock
putmsg