* new-features.sgml (ov-new1.7.17): Add section.
This commit is contained in:
parent
ae78ffd40a
commit
821d651917
|
@ -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.
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue