This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Add latest changes to Cygwin release information


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=577c9d55da5dd68d26a1a62143471571cf481119

commit 577c9d55da5dd68d26a1a62143471571cf481119
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Mar 28 13:42:11 2017 +0200

    Add latest changes to Cygwin release information
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/release/2.8.0 |  8 ++++++++
 winsup/doc/new-features.xml | 12 ++++++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/winsup/cygwin/release/2.8.0 b/winsup/cygwin/release/2.8.0
index cac919f..b0dbdc7 100644
--- a/winsup/cygwin/release/2.8.0
+++ b/winsup/cygwin/release/2.8.0
@@ -5,6 +5,9 @@ What's new:
 
 - New API: dladdr
 
+- New API: getloadavg
+
+
 What changed:
 -------------
 
@@ -16,6 +19,11 @@ What changed:
 - 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.
 
+- The internal <sys/_locale.h> header was renamed to <xlocale.h> for
+  source compatibility with other systems.
+
+- Try harder supporting Netapp drives.
+
 
 Bug Fixes
 ---------
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 324d99d..9cd9bfb 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -9,11 +9,15 @@
 <itemizedlist mark="bullet">
 
 <listitem><para>
-New API: timingsafe_bcmp, timingsafe_memcmp.
+New API: timingsafe_bcmp, timingsafe_memcmp
 </para></listitem>
 
 <listitem><para>
-New API: dladdr.
+New API: dladdr
+</para></listitem>
+
+<listitem><para>
+New API: getloadavg
 </para></listitem>
 
 <listitem><para>
@@ -35,6 +39,10 @@ The internal &lt;sys/_locale.h&gt; header was renamed to &lt;xlocale.h&gt; for
 source compatibility with other systems.
 </para></listitem>
 
+<listitem><para>
+Try harder supporting Netapp drives.
+</para></listitem>
+
 </itemizedlist>
 
 </sect2>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]