* new-features.xml (ov-new1.7.24): Add new section. Mention

posix_memalign override.
This commit is contained in:
Corinna Vinschen 2013-08-14 11:44:46 +00:00
parent ef23b0a6a4
commit b4e7956e5f
2 changed files with 19 additions and 2 deletions

View File

@ -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.

View File

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