Cygwin: update release notes for 3.2.0, part 4
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
12325677f7
commit
1eaa9b08af
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue