From: Corinna Vinschen Date: Fri, 28 Oct 2022 08:01:02 +0000 (+0200) Subject: Cygwin: document ASLR support X-Git-Tag: cygwin-3.4.0~37 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=refs%2Fremotes%2Fgithub%2Ftopic%2Faslr_support;p=newlib-cygwin.git Cygwin: document ASLR support Signed-off-by: Corinna Vinschen --- 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: - Drop support for 32 bit Windows and WOW64. +- 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. 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. + +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.