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>2013-11-29 14:14:13 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-11-29 14:14:13 +0400
commitfea986bdc63b9761fe8630e9d97b2da0e6ab3535 (patch)
tree4b5cc7334542bf4c99d86696673205c020c88849
parentf8b02da1530e59490f0b6175288ae9eb2b395dd3 (diff)
* new-features.xml (ov-new1.7.26): Fix section ID and title. Add
posix_spawn item.
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/new-features.xml7
2 files changed, 11 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 38fa87f48..f8b5ff5de 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -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.
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index a62c25be6..affcc6f5f 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -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>