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
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-12-03 19:35:02 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-12-03 19:35:02 +0300
commitc9cfd71d8cba307981075ef640be73ba95119008 (patch)
treee0d6f6a8d17667facef7d5619a1e1d99ec8a3f8f /winsup
parentdf0b29e2dc8b60e427d86ec4d5ad1063d83202f8 (diff)
* new-features.xml (ov-new1.7.34): Add latest changes.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.xml15
2 files changed, 19 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index b49e30cc6..9684a65af 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-03 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.xml (ov-new1.7.34): Add latest changes.
+
2014-11-28 Yaakov Selkowitz <yselkowi@redhat.com>
* Makefile.in (XSLTPROC): Remove.
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 4e8d418d6..a0bc4422a 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -36,6 +36,21 @@ are supposed to work. Finally implement a CLASS_OBJ emulation. Update
getfacl(1)/setfacl(1) accordingly.
</para></listitem>
+<listitem><para>
+The xdr functions are no longer exported for newly built executables.
+Use libtirpc-devel instead.
+</para></listitem>
+
+<listitem><para>
+32 bit only: Change default values for socket buffer size to raise
+performance on 10Gb networks.
+</para></listitem>
+
+<listitem><para>
+When spawning a process under another user account, merge the user's
+default Windows environment into the new process' environment.
+</para></listitem>
+
</itemizedlist>
</sect2>