]> sourceware.org Git - newlib-cygwin.git/commitdiff
cygwin: Bump DLL version to 2.9.0
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 3 Aug 2017 17:17:45 +0000 (19:17 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 3 Aug 2017 17:17:45 +0000 (19:17 +0200)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/release/2.9.0 [moved from winsup/cygwin/release/2.8.3 with 93% similarity]
winsup/doc/new-features.xml
winsup/doc/posix.xml

index c258dc19540a5649f87aa4a6b23d8b7e05771261..a8424213231e889c6f8f3c05c6fa73e6b9f0fae2 100644 (file)
@@ -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. */
 
similarity index 93%
rename from winsup/cygwin/release/2.8.3
rename to winsup/cygwin/release/2.9.0
index c76d57115274abbee7eee51474a75fa5b53bb263..0fb4a070bbf2c89832104fc5f206e32bf1c78c99 100644 (file)
@@ -1,7 +1,7 @@
 What's new:
 -----------
 
-- New API: explicit_bzero.
+- New APIs: explicit_bzero, pthread_mutex_timedwait.
 
 
 What changed:
index 9cd9bfbdf0465d22c24702ffc171c88992ca0fe3..d7acd9b389186e10cea5690a44401e6b4f83c7a1 100644 (file)
@@ -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">
index 5ce5988bc7c0ec5a26dcf151bbac0d277629d2d1..c9f4f00ecceed102fc19882bf4bbfe02fcba36fe 100644 (file)
@@ -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
This page took 0.04309 seconds and 5 git commands to generate.