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
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-08-14 15:44:46 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-08-14 15:44:46 +0400
commitb4e7956e5fb53fc3382f00cedd05bd26f1763050 (patch)
treeba89cc8e5cf570af66f67fb504f784e59e7a3e95 /winsup
parentef23b0a6a48e88b606d3548bb86520ceec563f40 (diff)
* new-features.xml (ov-new1.7.24): Add new section. Mention
posix_memalign override.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/new-features.xml16
2 files changed, 19 insertions, 2 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index e22a67d2b..dae4e9773 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-14 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.xml (ov-new1.7.24): Add new section. Mention
+ posix_memalign override.
+
2013-07-26 Christopher Faylor <me.cygwin2013@cgf.cx>
* new-features.xml (ov-new1.7.23): Add new section. Mention wincmdln.
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 4737c6426..84a2601c1 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -4,13 +4,25 @@
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title>
+<sect2 id="ov-new1.7.24"><title>What's new and what changed from 1.7.23 to 1.7.24</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+Allow application override of posix_memalign.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
<sect2 id="ov-new1.7.23"><title>What's new and what changed from 1.7.22 to 1.7.23</title>
<itemizedlist mark="bullet">
<listitem><para>
-Added CYGWIN environment variable keyword "wincmdln" which causes Cygwin to send the full
-windows command line to any subprocesses.
+Added CYGWIN environment variable keyword "wincmdln" which causes Cygwin to
+send the full windows command line to any subprocesses.
</para></listitem>
</itemizedlist>