https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1eaa9b08afec11e137ed71cebafbdcedba07dcc9

commit 1eaa9b08afec11e137ed71cebafbdcedba07dcc9
Author: Corinna Vinschen <[email protected]>
Date:   Tue Mar 9 10:06:03 2021 +0100

    Cygwin: update release notes for 3.2.0, part 4
    
    Signed-off-by: Corinna Vinschen <[email protected]>

Diff:
---
 winsup/cygwin/release/3.2.0 | 3 ++-
 winsup/doc/new-features.xml | 3 ++-
 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>

Reply via email to