From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 7D3583858C74; Tue, 1 Mar 2022 15:27:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7D3583858C74 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: update 3.4 release text X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 9a3c058f661217b6757a464b1b1d8898f88c1567 X-Git-Newrev: 3e4dd6cc48d22ad2d2a522bb3d647fb6a65ff4f9 Message-Id: <20220301152716.7D3583858C74@sourceware.org> Date: Tue, 1 Mar 2022 15:27:16 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2022 15:27:16 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D3e4dd6cc48d= 22ad2d2a522bb3d647fb6a65ff4f9 commit 3e4dd6cc48d22ad2d2a522bb3d647fb6a65ff4f9 Author: Corinna Vinschen Date: Tue Mar 1 16:27:10 2022 +0100 Cygwin: update 3.4 release text =20 Signed-off-by: Corinna Vinschen 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: =20 - Add code to handle setrlimit(RLIMIT_AS). =20 +- Add code to handle signal masks in /proc//status. + =20 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). =20 + +- Add code to handle signal masks in /proc/<PID>/status. + + The CYGWIN=3Dpipe_byte option is now set by default, so that pipes are opened in byte mode rather than message mode.