summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-12-15 09:10:11 +0100
committerKarolin Seeger <kseeger@samba.org>2008-12-15 09:11:28 +0100
commit6dc46a003865d7f59a32de2c470ad3c21f8ae86c (patch)
treefd718711386912e9ac7a2a42be16e68147c5510c
parent2b5958164134bffa74d835b884b8a2e9309e1ae9 (diff)
downloadsamba-6dc46a003865d7f59a32de2c470ad3c21f8ae86c.tar.gz
WHATSNEW: Update changes since 3.3.0rc1.samba-3.3.0rc2
Karolin (cherry picked from commit 34f96b0cdcee3a8ab6612313e70b682f2aa29538)
-rw-r--r--WHATSNEW.txt4
1 files changed, 4 insertions, 0 deletions
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 <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>