https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=01c253a4c58b6c1da01615431bdc4c88fcba48ea
commit 01c253a4c58b6c1da01615431bdc4c88fcba48ea 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]> 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 e14fbb1..7c6abc7 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -9,6 +9,11 @@ <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.
