Add latest changes to Cygwin release information
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
b5b03d2d5f
commit
577c9d55da
|
@ -5,6 +5,9 @@ What's new:
|
||||||
|
|
||||||
- New API: dladdr
|
- New API: dladdr
|
||||||
|
|
||||||
|
- New API: getloadavg
|
||||||
|
|
||||||
|
|
||||||
What changed:
|
What changed:
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
@ -16,6 +19,11 @@ What changed:
|
||||||
- pthread_cond_wait now acts like Linux and BSD: Resume waiting for the
|
- pthread_cond_wait now acts like Linux and BSD: Resume waiting for the
|
||||||
condition variable as if it was not interrupted, rather than returning 0.
|
condition variable as if it was not interrupted, rather than returning 0.
|
||||||
|
|
||||||
|
- The internal <sys/_locale.h> header was renamed to <xlocale.h> for
|
||||||
|
source compatibility with other systems.
|
||||||
|
|
||||||
|
- Try harder supporting Netapp drives.
|
||||||
|
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
|
|
|
@ -9,11 +9,15 @@
|
||||||
<itemizedlist mark="bullet">
|
<itemizedlist mark="bullet">
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
New API: timingsafe_bcmp, timingsafe_memcmp.
|
New API: timingsafe_bcmp, timingsafe_memcmp
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
New API: dladdr.
|
New API: dladdr
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
New API: getloadavg
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
|
@ -35,6 +39,10 @@ The internal <sys/_locale.h> header was renamed to <xlocale.h> for
|
||||||
source compatibility with other systems.
|
source compatibility with other systems.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Try harder supporting Netapp drives.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
Loading…
Reference in New Issue