summaryrefslogtreecommitdiffstats
path: root/winsup/doc/new-features.xml
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-01-27 21:26:36 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-01-27 21:26:36 +0000
commite5819caa0baf185aa9834c50cd47ba8a3a42ad0b (patch)
treeed9ef091408b749487aa6ed0a6eb72e476686c3e /winsup/doc/new-features.xml
parent8dbe9a4095c3cfd81949e9b3c63b9efa48bcb5b4 (diff)
downloadcygnal-e5819caa0baf185aa9834c50cd47ba8a3a42ad0b.tar.gz
cygnal-e5819caa0baf185aa9834c50cd47ba8a3a42ad0b.tar.bz2
cygnal-e5819caa0baf185aa9834c50cd47ba8a3a42ad0b.zip
* new-features.xml (ov-new1.7.28): Add new section.
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r--winsup/doc/new-features.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 38854aa67..240159565 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -4,6 +4,29 @@
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title>
+<sect2 id="ov-new1.7.28"><title>What's new and what changed from 1.7.27 to 1.7.28</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+popen now supports the Glibc 'e' flag to set the FD_CLOEXEC flag on the pipe
+in a thread-safe way.
+</para></listitem>
+
+<listitem><para>
+New netinet/ip6.h header.
+</para></listitem>
+
+<listitem><para>
+Switch to BSD FILE stream fopen/exit semantics, as in all BSD variants
+and Linux/GLibc: Don't fflush/lseek a FILE stream on fclose and exit,
+if it only has been read from.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
<sect2 id="ov-new1.7.27"><title>What's new and what changed from 1.7.26 to 1.7.27</title>
<itemizedlist mark="bullet">