diff --git a/winsup/cygwin/release/2.8.0 b/winsup/cygwin/release/2.8.0 index cac919fe2..b0dbdc79d 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 header was renamed to 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 324d99d06..9cd9bfbdf 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -9,11 +9,15 @@ -New API: timingsafe_bcmp, timingsafe_memcmp. +New API: timingsafe_bcmp, timingsafe_memcmp -New API: dladdr. +New API: dladdr + + + +New API: getloadavg @@ -35,6 +39,10 @@ The internal <sys/_locale.h> header was renamed to <xlocale.h> for source compatibility with other systems. + +Try harder supporting Netapp drives. + +