]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: document latest changes
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 29 Nov 2018 10:12:05 +0000 (11:12 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 29 Nov 2018 10:12:05 +0000 (11:12 +0100)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/release/2.12.0 [new file with mode: 0644]
winsup/doc/new-features.xml

diff --git a/winsup/cygwin/release/2.12.0 b/winsup/cygwin/release/2.12.0
new file mode 100644 (file)
index 0000000..4e97f2a
--- /dev/null
@@ -0,0 +1,24 @@
+What's new:
+-----------
+
+- Support for CLOCK_REALTIME_COARSE, CLOCK_MONOTONIC_COARSE,
+  CLOCK_MONOTONIC_RAW, CLOCK_BOOTTIME clocks.
+
+
+What changed:
+-------------
+
+- clock_nanosleep, pthread_condattr_setclock and timer_create now support
+  all clocks, except CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
+
+- clock_setres is a no-op now.
+
+
+Bug Fixes
+---------
+
+- Fix a thread race when initializing CLOCK_MONOTONIC.
+  Addresses: https://cygwin.com/ml/cygwin/2018-11/msg00017.html
+
+- Fix early timeout from pthread_cond_timedwait.
+  Addresses: https://cygwin.com/ml/cygwin/2018-11/msg00171.html
index e7dfca5baf7907eb17c051f61cc68377b6e68855..e3786e54552768f6a8a4e3e9dd6be90cab565c8b 100644 (file)
@@ -4,6 +4,28 @@
 
 <sect1 id="ov-new"><title>What's new and what changed in Cygwin</title>
 
+<sect2 id="ov-new2.11"><title>What's new and what changed in 2.12</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+Support for CLOCK_REALTIME_COARSE, CLOCK_MONOTONIC_COARSE,
+CLOCK_MONOTONIC_RAW, CLOCK_BOOTTIME clocks.
+</para></listitem>
+
+<listitem><para>
+clock_nanosleep, pthread_condattr_setclock and timer_create now support
+all clocks, except CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
+</para></listitem>
+
+<listitem><para>
+clock_setres is a no-op now.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
 <sect2 id="ov-new2.11"><title>What's new and what changed in 2.11</title>
 
 <itemizedlist mark="bullet">
This page took 0.037272 seconds and 5 git commands to generate.