diff --git a/winsup/cygwin/release/2.10.0 b/winsup/cygwin/release/2.10.0 index b16bb2394..3afc4b7d0 100644 --- a/winsup/cygwin/release/2.10.0 +++ b/winsup/cygwin/release/2.10.0 @@ -7,7 +7,7 @@ What's new: - scanf now handles the %l[ conversion. -- New API: wmempcpy. +- New APIs: sigtimedwait, wmempcpy. What changed: @@ -28,3 +28,6 @@ Bug Fixes - Fix a fork failure with private anonymous mmaps. Addresses: https://cygwin.com/ml/cygwin/2017-12/msg00061.html + +- Remove a call to fflush from ftell{o}, which may result in wrong offsets. + Addresses: https://cygwin.com/ml/cygwin/2017-12/msg00151.html diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 7e013890d..b3d258862 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -21,7 +21,7 @@ scanf/wscanf now handle the POSIX %m modifier. -New API: wmempcpy. +New APIs: sigtimedwait, wmempcpy.