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 + + * new-features.xml (ov-new1.7.28): Add new section. + 2014-01-07 Mark Geisert * faq-programming.xml: Update packages needed to build Cygwin. 2013-12-07 Corinna Vinschen - * 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 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 @@ What's new and what changed in Cygwin 1.7 +What's new and what changed from 1.7.27 to 1.7.28 + + + + +popen now supports the Glibc 'e' flag to set the FD_CLOEXEC flag on the pipe +in a thread-safe way. + + + +New netinet/ip6.h header. + + + +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. + + + + + + What's new and what changed from 1.7.26 to 1.7.27