summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2021-03-09 10:06:03 +0100
committerCorinna Vinschen <corinna@vinschen.de>2021-03-09 10:06:03 +0100
commit1eaa9b08afec11e137ed71cebafbdcedba07dcc9 (patch)
treebe7b9e9d3543d461958b38837006027a3ea9fd19
parent12325677f73a540d1e515cfc742395c2716d8964 (diff)
downloadcygnal-1eaa9b08afec11e137ed71cebafbdcedba07dcc9.tar.gz
cygnal-1eaa9b08afec11e137ed71cebafbdcedba07dcc9.tar.bz2
cygnal-1eaa9b08afec11e137ed71cebafbdcedba07dcc9.zip
Cygwin: update release notes for 3.2.0, part 4
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.2.03
-rw-r--r--winsup/doc/new-features.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/winsup/cygwin/release/3.2.0 b/winsup/cygwin/release/3.2.0
index f888ff8fb..01e998ee5 100644
--- a/winsup/cygwin/release/3.2.0
+++ b/winsup/cygwin/release/3.2.0
@@ -1,7 +1,8 @@
What's new:
-----------
-- Revamped pseudo console support.
+- Revamped pseudo console support. Conditionally activating it only when
+ a non-cygwin application is run.
- New C11 threads API: call_once, cnd_broadcast, cnd_destroy, cnd_init,
cnd_signal, cnd_timedwait, cnd_wait, mtx_destroy, mtx_init, mtx_lock,
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index d0fc15e94..d59fc12c4 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -9,7 +9,8 @@
<itemizedlist mark="bullet">
<listitem><para>
-Revamped pseudo console support.
+Revamped pseudo console support. Conditionally activating it only when
+a non-cygwin application is run.
</para></listitem>
<listitem><para>