Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-08-30 14:30:13 +0300
committerCorinna Vinschen <corinna@vinschen.de>2020-08-30 15:27:43 +0300
commitec9734dbb5f7be24d9ea9cc5873d98d2b29087d4 (patch)
tree9f369bb67d88ee419e0341054063a82351728539 /winsup/doc/new-features.xml
parent75a669790e6eb0f07f4d33cd71c7e9b565a84ee8 (diff)
Cygwin: Add Cygwin 3.2 release info
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r--winsup/doc/new-features.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index ca64b7a6f..e5b576b55 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -4,6 +4,26 @@
<sect1 id="ov-new"><title>What's new and what changed in Cygwin</title>
+<sect2 id="ov-new3.2"><title>What's new and what changed in 3.2</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+Revamped pseudo console support.
+</para></listitem>
+
+<listitem><para>
+New C11 threads API: call_once, cnd_broadcast, cnd_destroy, cnd_init,
+cnd_signal, cnd_timedwait, cnd_wait, mtx_destroy, mtx_init, mtx_lock,
+mtx_timedlock, mtx_trylock, mtx_unlock, thrd_create, thrd_current,
+thrd_detach, thrd_equal, thrd_exit, thrd_join, thrd_sleep, thrd_yield,
+tss_create, tss_delete, tss_get, tss_set.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
<sect2 id="ov-new3.1"><title>What's new and what changed in 3.1</title>
<itemizedlist mark="bullet">