aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-03-01 16:27:10 +0100
committerCorinna Vinschen <corinna@vinschen.de>2022-03-01 16:27:10 +0100
commit3e4dd6cc48d22ad2d2a522bb3d647fb6a65ff4f9 (patch)
tree0fa51e1e23a5f81876ef4db725d38d5fa454f41f
parent9a3c058f661217b6757a464b1b1d8898f88c1567 (diff)
downloadnewlib-3e4dd6cc48d22ad2d2a522bb3d647fb6a65ff4f9.zip
newlib-3e4dd6cc48d22ad2d2a522bb3d647fb6a65ff4f9.tar.gz
newlib-3e4dd6cc48d22ad2d2a522bb3d647fb6a65ff4f9.tar.bz2
Cygwin: update 3.4 release text
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.4.02
-rw-r--r--winsup/doc/new-features.xml4
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.4.0 b/winsup/cygwin/release/3.4.0
index b4a1267..5bcdb05 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 13d69ca..4a626c7 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -17,6 +17,10 @@ Add code to handle setrlimit(RLIMIT_AS).
</para></listitem>
<listitem><para>
+- Add code to handle signal masks in /proc/&lt;PID&gt;/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.
</para></listitem>