https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4ac32559c0907c45e09249c0b255532cf72e8fe0
commit 4ac32559c0907c45e09249c0b255532cf72e8fe0 Author: Corinna Vinschen <[email protected]> Date: Tue Apr 30 18:47:02 2019 +0200 Cygwin: Add release info for 3.0.7 Signed-off-by: Corinna Vinschen <[email protected]> (cherry picked from commit 01c253a4c58b6c1da01615431bdc4c88fcba48ea) Diff: --- winsup/cygwin/release/3.0.7 | 16 ++++++++++++++++ winsup/doc/new-features.xml | 5 +++++ 2 files changed, 21 insertions(+) diff --git a/winsup/cygwin/release/3.0.7 b/winsup/cygwin/release/3.0.7 new file mode 100644 index 0000000..1dbbc53 --- /dev/null +++ b/winsup/cygwin/release/3.0.7 @@ -0,0 +1,16 @@ +What's new: +----------- + + +What changed: +------------- + +- Updated era and message locale data, in particular add era data for + the new TennÅ. + + +Bug Fixes +--------- + +- Fix WinSock error mapping to POSIX error codes. + Addresses: https://cygwin.com/ml/cygwin/2019-04/msg00160.html diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 376789c..1ce011e 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -32,6 +32,11 @@ third parameter, follow it after returning from the handler. <itemizedlist mark="bullet"> <listitem><para> +Updated era and message locale data, in particular add era data for +the new TennÅ. +</para></listitem> + +<listitem><para> Support for CLOCK_REALTIME_COARSE, CLOCK_MONOTONIC_COARSE, CLOCK_MONOTONIC_RAW, CLOCK_BOOTTIME, CLOCK_REALTIME_ALARM, CLOCK_BOOTTIME_ALARM clocks.
