From 821d6519174d700c99184db0485fde8b53419a18 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 20 Oct 2012 15:31:50 +0000 Subject: [PATCH] * new-features.sgml (ov-new1.7.17): Add section. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/new-features.sgml | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) 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 + + * new-features.sgml (ov-new1.7.17): Add section. + 2012-08-03 Adam Dinwoodie * faq-using.xml (faq.using.man): Make relevance to whatis explicit. 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 @@ What's new and what changed in Cygwin 1.7 +What's new and what changed from 1.7.16 to 1.7.17 + + + + +Support the "e" flag to fopen(3). This is a Glibc extension which +allows to fopen the file with the O_CLOEXEC flag set. + + + +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. + + + + + + What's new and what changed from 1.7.15 to 1.7.16