WHATSNEW: Update changes since 3.3.0rc1. samba-3.3.0rc2
authorKarolin Seeger <kseeger@samba.org>
Mon, 15 Dec 2008 08:10:11 +0000 (09:10 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 15 Dec 2008 08:11:28 +0000 (09:11 +0100)
Karolin
(cherry picked from commit 34f96b0cdcee3a8ab6612313e70b682f2aa29538)

WHATSNEW.txt

index 50d62daf5b2871454615bd0b5cde81dd805b1cbe..b5aac3ff654c10e512cb3ec546d1ac08e3be5b4e 100644 (file)
@@ -201,6 +201,7 @@ o   Steve French <stevef@smf-t60p.smfdom>
 
 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
     * BUG 5688: LPQ process is orphaned if socket address parameter is invalid.
+    * Vars for signals must be volatile sig_atomic_t.
 
 
 o   Henning Henkel <henning.henkel@fh-furtwangen.de>
@@ -219,6 +220,8 @@ o   Jeff Layton <jlayton@redhat.com>
 o   Volker Lendecke <vl@samba.org>
     * 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 <metze@samba.org>
@@ -226,6 +229,7 @@ o   Stefan Metzmacher <metze@samba.org>
     * 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 <tprouty@samba.org>