From c9cfd71d8cba307981075ef640be73ba95119008 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 3 Dec 2014 16:35:02 +0000 Subject: [PATCH] * new-features.xml (ov-new1.7.34): Add latest changes. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/new-features.xml | 15 +++++++++++++++ 2 files changed, 19 insertions(+) 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 + + * new-features.xml (ov-new1.7.34): Add latest changes. + 2014-11-28 Yaakov Selkowitz * 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. + +The xdr functions are no longer exported for newly built executables. +Use libtirpc-devel instead. + + + +32 bit only: Change default values for socket buffer size to raise +performance on 10Gb networks. + + + +When spawning a process under another user account, merge the user's +default Windows environment into the new process' environment. + +