diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-10-20 15:31:50 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-10-20 15:31:50 +0000 |
commit | 821d6519174d700c99184db0485fde8b53419a18 (patch) | |
tree | 024e2f2fcf385a1fc3d6c27777ee059e65fedbd7 /winsup/doc/new-features.sgml | |
parent | ae78ffd40a90c0933b3825d304d58093e27840da (diff) | |
download | newlib-821d6519174d700c99184db0485fde8b53419a18.zip newlib-821d6519174d700c99184db0485fde8b53419a18.tar.gz newlib-821d6519174d700c99184db0485fde8b53419a18.tar.bz2 |
* new-features.sgml (ov-new1.7.17): Add section.
Diffstat (limited to 'winsup/doc/new-features.sgml')
-rw-r--r-- | winsup/doc/new-features.sgml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 1fe5afe..aef61b2 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"> |