summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-09-09 12:53:36 +0200
committerKarolin Seeger <kseeger@samba.org>2009-09-09 12:54:31 +0200
commit74ec7766bf036b0acbf80e8030dec8427ee6a71d (patch)
treed5a5f7dff196c51111250ec68bbba55e5d764a1c
parent66d0c3bbd2933896d3ebd7ad5b261e8e0d96315c (diff)
downloadsamba-74ec7766bf036b0acbf80e8030dec8427ee6a71d.tar.gz
WHATSNEW: Update changes since 3.4.0.
Karolin (cherry picked from commit abc676bcd5eec40946c2e851345a6e973bf2cbea)
-rw-r--r--WHATSNEW.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 6e3a393886e..cd759452ffc 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -36,6 +36,8 @@ o Jeremy Allison <jra@samba.org>
* BUG 6564: SetPrinter fails (panics) as non root.
* BUG 6593: Correctly implement SMB_INFO_STANDARD setfileinfo.
* BUG 6649: Nautilus fails to copy files from an SMB share.
+ * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
+ * BUG 6673: Fix 'smbpasswd' with "unix password sync = yes".
o Yannick Bergeron <burgergold@hotmail.com>
@@ -62,6 +64,10 @@ o Matt Kraai <mkraai@beckman.com>
* BUG 6630: Fix opening of sockets on QNX.
+o Robert LeBlanc <robert@leblancnet.us>
+ * BUG 6700: Use dns domain name when needing to guess server principal.
+
+
o Volker Lendecke <vl@samba.org>
* BUG 5886: Fix password change propagation with ldapsam.
* BUG 6585: Fix unqualified "net join".
@@ -74,6 +80,7 @@ o Stefan Metzmacher <metze@samba.org>
* BUG 6532: Fix the build with external talloc.
* BUG 6538: Cancel all locks that are made before the first failure.
* BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
+ * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
* BUG 6664: Fix truncation of the session key.
@@ -85,6 +92,10 @@ o Rusty Russell <rusty@rustcorp.com.au>
* BUG 6601: Avoid global fd limits.
+o SATOH Fumiyasu <fumiyas@osstech.co.jp>
+ * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient.
+
+
o Simo Sorce <idra@samba.org>
* BUG 6693: Check we read off the complete event from inotify.