diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-12-03 16:35:02 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-12-03 16:35:02 +0000 |
commit | c9cfd71d8cba307981075ef640be73ba95119008 (patch) | |
tree | e0d6f6a8d17667facef7d5619a1e1d99ec8a3f8f /winsup/doc/new-features.xml | |
parent | df0b29e2dc8b60e427d86ec4d5ad1063d83202f8 (diff) | |
download | cygnal-c9cfd71d8cba307981075ef640be73ba95119008.tar.gz cygnal-c9cfd71d8cba307981075ef640be73ba95119008.tar.bz2 cygnal-c9cfd71d8cba307981075ef640be73ba95119008.zip |
* new-features.xml (ov-new1.7.34): Add latest changes.
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r-- | winsup/doc/new-features.xml | 15 |
1 files changed, 15 insertions, 0 deletions
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> |