cygwin: Bump DLL version to 2.9.0
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
37738448a0
commit
eb206317a8
|
@ -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. */
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
What's new:
|
||||
-----------
|
||||
|
||||
- New API: explicit_bzero.
|
||||
- New APIs: explicit_bzero, pthread_mutex_timedwait.
|
||||
|
||||
|
||||
What changed:
|
|
@ -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 <elf.h>.
|
||||
</para></listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="ov-new2.8"><title>What's new and what changed in 2.8</title>
|
||||
|
||||
<itemizedlist mark="bullet">
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue