diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 38fa87f48..f8b5ff5de 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-11-29 Corinna Vinschen + + * new-features.xml (ov-new1.7.26): Fix section ID and title. Add + posix_spawn item. + 2013-11-23 Corinna Vinschen * new-features.xml (ov-new1.7.26): Add new section. diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index a62c25be6..affcc6f5f 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,7 +4,7 @@ What's new and what changed in Cygwin 1.7 -What's new and what changed from 1.7.24 to 1.7.25 +What's new and what changed from 1.7.25 to 1.7.26 @@ -35,6 +35,11 @@ The header /usr/include/exceptions.h, containing implementation details for 32 bit Windows' exception handling only, has been removed. + +Preliminary, experimental support of the posix_spawn family of functions. +New associated header /usr/include/spawn.h. + +