Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-10-28 11:01:02 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-10-28 17:26:53 +0300
commit389f071f443ae1003d062649679aae79c248b3af (patch)
treea3e6db4b8fab22f61a9424628e0c57f4d0accf4e
parent943433b00cacdde0cb9507d0178770a2fb67bd71 (diff)
Cygwin: document ASLR supporttopic/aslr_support
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.4.02
-rw-r--r--winsup/doc/new-features.xml4
2 files changed, 6 insertions, 0 deletions
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
@@ -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>