Cygwin: update 3.4 release text

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2022-03-01 16:27:10 +01:00
parent 9a3c058f66
commit 3e4dd6cc48
2 changed files with 6 additions and 0 deletions

View File

@ -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:
-------------

View File

@ -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/&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.