diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index e22a67d2b..dae4e9773 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-08-14 Corinna Vinschen + + * new-features.xml (ov-new1.7.24): Add new section. Mention + posix_memalign override. + 2013-07-26 Christopher Faylor * new-features.xml (ov-new1.7.23): Add new section. Mention wincmdln. diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 4737c6426..84a2601c1 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,13 +4,25 @@ What's new and what changed in Cygwin 1.7 +What's new and what changed from 1.7.23 to 1.7.24 + + + + +Allow application override of posix_memalign. + + + + + + What's new and what changed from 1.7.22 to 1.7.23 -Added CYGWIN environment variable keyword "wincmdln" which causes Cygwin to send the full -windows command line to any subprocesses. +Added CYGWIN environment variable keyword "wincmdln" which causes Cygwin to +send the full windows command line to any subprocesses.