* new-features.xml (ov-new1.7.26): Fix section ID and title. Add

posix_spawn item.
This commit is contained in:
Corinna Vinschen 2013-11-29 10:14:13 +00:00
parent f8b02da153
commit fea986bdc6
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-11-29 Corinna Vinschen <corinna@vinschen.de>
* new-features.xml (ov-new1.7.26): Fix section ID and title. Add
posix_spawn item.
2013-11-23 Corinna Vinschen <corinna@vinschen.de>
* new-features.xml (ov-new1.7.26): Add new section.

View File

@ -4,7 +4,7 @@
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title>
<sect2 id="ov-new1.7.25"><title>What's new and what changed from 1.7.24 to 1.7.25</title>
<sect2 id="ov-new1.7.26"><title>What's new and what changed from 1.7.25 to 1.7.26</title>
<itemizedlist mark="bullet">
@ -35,6 +35,11 @@ The header /usr/include/exceptions.h, containing implementation details for
32 bit Windows' exception handling only, has been removed.
</para></listitem>
<listitem><para>
Preliminary, experimental support of the posix_spawn family of functions.
New associated header /usr/include/spawn.h.
</para></listitem>
</itemizedlist>
</sect2>