aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc/new-features.xml
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-08-23 09:46:41 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-08-23 09:46:41 +0000
commit78aaee232101e81bdb9a51d92fc44fdf7ed30607 (patch)
tree6fec71ec9d0e1ad90b37a183a3d3837cfae556ca /winsup/doc/new-features.xml
parentbb1114d912523119f72858397ec24323c985b5d3 (diff)
downloadnewlib-78aaee232101e81bdb9a51d92fc44fdf7ed30607.zip
newlib-78aaee232101e81bdb9a51d92fc44fdf7ed30607.tar.gz
newlib-78aaee232101e81bdb9a51d92fc44fdf7ed30607.tar.bz2
* new-features.xml (ov-new1.7.25): Add new section.
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r--winsup/doc/new-features.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 84a2601..f223fa6 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">