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>2014-01-28 01:26:36 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-01-28 01:26:36 +0400
commite5819caa0baf185aa9834c50cd47ba8a3a42ad0b (patch)
treeed9ef091408b749487aa6ed0a6eb72e476686c3e
parent8dbe9a4095c3cfd81949e9b3c63b9efa48bcb5b4 (diff)
* new-features.xml (ov-new1.7.28): Add new section.
-rw-r--r--winsup/doc/ChangeLog6
-rw-r--r--winsup/doc/new-features.xml23
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">