https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=389f071f443ae1003d062649679aae79c248b3af
commit 389f071f443ae1003d062649679aae79c248b3af Author: Corinna Vinschen <[email protected]> Date: Fri Oct 28 10:01:02 2022 +0200 Cygwin: document ASLR support Signed-off-by: Corinna Vinschen <[email protected]> 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: - 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. </para></listitem> +<listitem><para> +Allow to run with full ASLR enabled and enable on Cygwin DLL by default. +</para></listitem> + <listitem><para> Remove any special handling for the .com filename suffix. It has to be used always explicitely.
