[newlib-cygwin] Cygwin: update 3.4 release text
Corinna Vinschen
corinna@sourceware.org
Tue Mar 1 15:27:16 GMT 2022
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3e4dd6cc48d22ad2d2a522bb3d647fb6a65ff4f9
commit 3e4dd6cc48d22ad2d2a522bb3d647fb6a65ff4f9
Author: Corinna Vinschen <corinna@vinschen.de>
Date: Tue Mar 1 16:27:10 2022 +0100
Cygwin: update 3.4 release text
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diff:
---
winsup/cygwin/release/3.4.0 | 2 ++
winsup/doc/new-features.xml | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/winsup/cygwin/release/3.4.0 b/winsup/cygwin/release/3.4.0
index b4a1267a4..5bcdb0580 100644
--- a/winsup/cygwin/release/3.4.0
+++ b/winsup/cygwin/release/3.4.0
@@ -5,6 +5,8 @@ What's new:
- Add code to handle setrlimit(RLIMIT_AS).
+- Add code to handle signal masks in /proc/<PID>/status.
+
What changed:
-------------
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 13d69ca9d..4a626c716 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -16,6 +16,10 @@ Drop support for Vista and Server 2008.
Add code to handle setrlimit(RLIMIT_AS).
</para></listitem>
+<listitem><para>
+- Add code to handle signal masks in /proc/<PID>/status.
+</para></listitem>
+
<listitem><para>
The CYGWIN=pipe_byte option is now set by default, so that pipes are
opened in byte mode rather than message mode.
More information about the Cygwin-cvs
mailing list