diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index dae4e9773..dabc369ec 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2013-08-23 Corinna Vinschen + + * new-features.xml (ov-new1.7.25): Add new section. + 2013-08-14 Corinna Vinschen * new-features.xml (ov-new1.7.24): Add new section. Mention diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 84a2601c1..f223fa6c8 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,6 +4,26 @@ What's new and what changed in Cygwin 1.7 +What's new and what changed from 1.7.24 to 1.7.25 + + + + +Disable code which disallowed to start 32 bit Cygwin processes from 64 bit +Cygwin processes and vice versa. 32 bit processes are not recognized as +Cygwin processes by a 64 bit parent process and vice versa, so there is no +IPC other than what you get with non-Cygwin processes. + + + +Redefine content of mtget tape info struct to allow fetching the number of +partitions on a tape. + + + + + + What's new and what changed from 1.7.23 to 1.7.24