From 389f071f443ae1003d062649679aae79c248b3af Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 28 Oct 2022 10:01:02 +0200 Subject: [PATCH] Cygwin: document ASLR support Signed-off-by: Corinna Vinschen --- 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. + +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. -- 2.43.5