Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-08-23 13:46:41 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-08-23 13:46:41 +0400
commit78aaee232101e81bdb9a51d92fc44fdf7ed30607 (patch)
tree6fec71ec9d0e1ad90b37a183a3d3837cfae556ca
parentbb1114d912523119f72858397ec24323c985b5d3 (diff)
* new-features.xml (ov-new1.7.25): Add new section.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.xml20
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">