diff options
-rw-r--r-- | winsup/doc/ChangeLog | 6 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 23 |
2 files changed, 28 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index ecb04a4d1..1bb19c776 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,10 +1,14 @@ +2014-01-27 Corinna Vinschen <corinna@vinschen.de> + + * new-features.xml (ov-new1.7.28): Add new section. + 2014-01-07 Mark Geisert <mark@maxrnd.com> * faq-programming.xml: Update packages needed to build Cygwin. 2013-12-07 Corinna Vinschen <corinna@vinschen.de> - * new-features.xml (ov-new1.7.26): Add new section. + * new-features.xml (ov-new1.7.27): Add new section. 2013-11-29 Corinna Vinschen <corinna@vinschen.de> 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"> |