From: Karolin Seeger Date: Mon, 15 Dec 2008 08:10:11 +0000 (+0100) Subject: WHATSNEW: Update changes since 3.3.0rc1. X-Git-Tag: samba-3.3.0rc2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dc46a003865d7f59a32de2c470ad3c21f8ae86c;p=thirdparty%2Fsamba.git WHATSNEW: Update changes since 3.3.0rc1. Karolin (cherry picked from commit 34f96b0cdcee3a8ab6612313e70b682f2aa29538) --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 50d62daf5b2..b5aac3ff654 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -201,6 +201,7 @@ o Steve French o SATOH Fumiyasu * BUG 5688: LPQ process is orphaned if socket address parameter is invalid. + * Vars for signals must be volatile sig_atomic_t. o Henning Henkel @@ -219,6 +220,8 @@ o Jeff Layton o Volker Lendecke * Fix crash bug when freeing a non-malloc'ed buffer if the client sends a non-encrypted packet with the crypto state set. + * Fix error code when smbclient puts a file over an existing directory. + * Pass the get_real_filename operation through the VFS. o Stefan Metzmacher @@ -226,6 +229,7 @@ o Stefan Metzmacher * Fix several issues concerning Alternate Data Streams. * Fix valgrind bug lp_parm_const_string(). * Fix setting of trust passwords using 'net rpc trustdom add'. + * Correctly detect if the current dc is the closest one. o Tim Prouty