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:
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/faq-what.xml4
-rw-r--r--winsup/doc/new-features.sgml18
3 files changed, 24 insertions, 2 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 2480c5164..ee117a222 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-20 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.sgml (ov-new1.7.17): Add section.
+
2012-08-03 Adam Dinwoodie <Adam.Dinwoodie@metaswitch.com>
* faq-using.xml (faq.using.man): Make relevance to whatis explicit.
diff --git a/winsup/doc/faq-what.xml b/winsup/doc/faq-what.xml
index 7ba231744..523ddcd6d 100644
--- a/winsup/doc/faq-what.xml
+++ b/winsup/doc/faq-what.xml
@@ -125,8 +125,8 @@ mailing lists rather than sending personal email.)</emphasis>
Christopher Faylor (cgf) is one of the project leads. Chris works for
Netapp but all of his Cygwin activities occur on his own time. He is
most notably responsible for the support of signal handling and
-fork/exec in Cygwin. He also administer's the site which hosts the
-cygwin web site and release.
+fork/exec in Cygwin. He also administers the site which hosts the
+Cygwin project.
</para>
<para>
Corinna Vinschen (corinna) is the other project lead. Corinna is a
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 1fe5afea4..aef61b27c 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -1,5 +1,23 @@
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title>
+<sect2 id="ov-new1.7.17"><title>What's new and what changed from 1.7.16 to 1.7.17</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+Support the "e" flag to fopen(3). This is a Glibc extension which
+allows to fopen the file with the O_CLOEXEC flag set.
+</para></listitem>
+
+<listitem><para>
+Support the "x" flag to fopen(3). This is a Glibc/C11 extension which
+allows to open the file with the O_EXCL flag set.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
<sect2 id="ov-new1.7.16"><title>What's new and what changed from 1.7.15 to 1.7.16</title>
<itemizedlist mark="bullet">