diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2022-10-28 10:01:02 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2022-10-28 16:26:53 +0200 |
commit | 389f071f443ae1003d062649679aae79c248b3af (patch) | |
tree | a3e6db4b8fab22f61a9424628e0c57f4d0accf4e | |
parent | 943433b00cacdde0cb9507d0178770a2fb67bd71 (diff) | |
download | newlib-github/topic/aslr_support.zip newlib-github/topic/aslr_support.tar.gz newlib-github/topic/aslr_support.tar.bz2 |
Cygwin: document ASLR supportgithub/topic/aslr_supporttopic/aslr_support
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/3.4.0 | 2 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.4.0 b/winsup/cygwin/release/3.4.0 index a5e9a8a..8dc6ffe 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 dd27c97..5c9399e 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -17,6 +17,10 @@ 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. </para></listitem> |