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:
-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>