diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-08-23 09:46:41 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-08-23 09:46:41 +0000 |
commit | 78aaee232101e81bdb9a51d92fc44fdf7ed30607 (patch) | |
tree | 6fec71ec9d0e1ad90b37a183a3d3837cfae556ca /winsup | |
parent | bb1114d912523119f72858397ec24323c985b5d3 (diff) | |
download | cygnal-78aaee232101e81bdb9a51d92fc44fdf7ed30607.tar.gz cygnal-78aaee232101e81bdb9a51d92fc44fdf7ed30607.tar.bz2 cygnal-78aaee232101e81bdb9a51d92fc44fdf7ed30607.zip |
* new-features.xml (ov-new1.7.25): Add new section.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 20 |
2 files changed, 24 insertions, 0 deletions
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 <corinna@vinschen.de> + + * new-features.xml (ov-new1.7.25): Add new section. + 2013-08-14 Corinna Vinschen <corinna@vinschen.de> * 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 @@ <sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title> +<sect2 id="ov-new1.7.25"><title>What's new and what changed from 1.7.24 to 1.7.25</title> + +<itemizedlist mark="bullet"> + +<listitem><para> +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. +</para></listitem> + +<listitem><para> +Redefine content of mtget tape info struct to allow fetching the number of +partitions on a tape. +</para></listitem> + +</itemizedlist> + +</sect2> + <sect2 id="ov-new1.7.24"><title>What's new and what changed from 1.7.23 to 1.7.24</title> <itemizedlist mark="bullet"> |