From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 0EC0E3865C26; Fri, 28 Oct 2022 14:28:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0EC0E3865C26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666967289; bh=aSwPs+Ct9bfLYcfot0Nu+rybznHo6u9rgizBNaDQQSM=; h=From:To:Subject:Date:From; b=vvp0vSYDtewmKBpIAV+6tVvnusELYJU5nUVD+MX8VuMjAJ0xzhV7jBje/O/PSIgnT v9PyjPCC9ybcbmfL6PzlSCtEzLiBxrUp0gwcyGXNuMlmh7mu3YYnaIHioSKaRg2VWq D36k/L0kZ0tg74nsM4RA/4Di2D5WxbSfH9D4/00o= 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 ASLR support X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 943433b00cacdde0cb9507d0178770a2fb67bd71 X-Git-Newrev: 389f071f443ae1003d062649679aae79c248b3af Message-Id: <20221028142809.0EC0E3865C26@sourceware.org> Date: Fri, 28 Oct 2022 14:28:01 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D389f071f443= ae1003d062649679aae79c248b3af commit 389f071f443ae1003d062649679aae79c248b3af Author: Corinna Vinschen Date: Fri Oct 28 10:01:02 2022 +0200 Cygwin: document ASLR 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 a5e9a8ae3..8dc6ffe00 100644 --- a/winsup/cygwin/release/3.4.0 +++ b/winsup/cygwin/release/3.4.0 @@ -5,6 +5,8 @@ What's new: =20 - Drop support for 32 bit Windows and WOW64. =20 +- Allow to run with full ASLR enabled and enable on Cygwin DLL by default. + - Remove any special handling for the .com filename suffix. It has to be used always explicitely. =20 diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index dd27c9773..5c9399e14 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -16,6 +16,10 @@ Drop support for Vista and Server 2008. Drop support for 32 bit Windows and WOW64. =20 + +Allow to run with full ASLR enabled and enable on Cygwin DLL by default. + + Remove any special handling for the .com filename suffix. It has to be used always explicitely.