aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/release/3.0.716
-rw-r--r--winsup/doc/new-features.xml5
2 files changed, 21 insertions, 0 deletions
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.