From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 03954384B12C; Thu, 27 Oct 2022 19:46:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 03954384B12C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666899968; bh=uDtoqk38xGz5K01vaYx6sYxvXOir4GrrQtd8hQH9n+U=; h=From:To:Subject:Date:From; b=SsSsAAG+XQ0Epuuw+j8E2AfsXY+kCZT1MgEFsuaLPJI0U9dbyLvXltV+mJ0mFjF7y 3CGlwmypg710HNOUkm8Zg6OvsExqScm70AuADWY6oQwfkUWaaijOuug0Gph/h588Bx 8v/ztxI0DZS0rLUXK58coA+sWX8Ygio8YHMN4sGA= 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: document dropping 32 bit support X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: b563f5974f41a0dc958328580fba36903414a4f7 X-Git-Newrev: 762dcfc658c85de8d418c6ba4e0e40024bee118a Message-Id: <20221027194608.03954384B12C@sourceware.org> Date: Thu, 27 Oct 2022 19:46:07 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D762dcfc658c= 85de8d418c6ba4e0e40024bee118a commit 762dcfc658c85de8d418c6ba4e0e40024bee118a Author: Corinna Vinschen Date: Thu Oct 27 21:45:11 2022 +0200 Cygwin: document dropping 32 bit support =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 08d28d510..e3b3072b4 100644 --- a/winsup/cygwin/release/3.4.0 +++ b/winsup/cygwin/release/3.4.0 @@ -3,6 +3,8 @@ What's new: =20 - Drop support for Vista and Server 2008. =20 +- Drop support for 32 bit Windows and WOW64. + - Add code to handle setrlimit(RLIMIT_AS). =20 - Add code to handle signal masks in /proc//status. diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 46dc028f1..28103d19b 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -12,6 +12,10 @@ Drop support for Vista and Server 2008. =20 + +Drop support for 32 bit Windows and WOW64. + + Add code to handle setrlimit(RLIMIT_AS).