summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2010-02-22 15:57:46 +0100
committerKarolin Seeger <kseeger@samba.org>2010-02-22 15:59:43 +0100
commit64bf3f967c996abea8f8a1436863fa866179b3dd (patch)
tree9f70ff593972bf3afe5ed2cbd0e9b458784fe4d6
parentce2cc2a615b684cd997fb970ba3eea72c943d921 (diff)
downloadsamba-64bf3f967c996abea8f8a1436863fa866179b3dd.tar.gz
samba-64bf3f967c996abea8f8a1436863fa866179b3dd.tar.xz
samba-64bf3f967c996abea8f8a1436863fa866179b3dd.zip
WHATSNEW: Update changes since 3.4.5.
Karolin (cherry picked from commit 7b195c33584ed1c8125c174518fe8e3cd5337ded)
-rw-r--r--WHATSNEW.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index a0ddb707144..5e7271d882a 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -9,6 +9,7 @@ This is the latest stable release of Samba 3.4.
Major enhancements in Samba 3.4.6 include:
o "wide links" and "unix extensions" are incompatible (bug #7104).
+ o Fix printing with 64 bit clients (bug #6888).
o Fix core dump on Ubuntu 8.04 64 bit (bug #7063).
o Fix failing of smbd to respond to a read or a write caused by
Linux asynchronous IO (aio) (bug #7067).
@@ -31,6 +32,7 @@ o Michael Adam <obnox@samba.org>
o Jeremy Allison <jra@samba.org>
+ * BUG 6557: Fix vfs_full_audit.
* BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
* BUG 7067: Fix failing of smbd to respond to a read or a write caused by
Linux asynchronous IO (aio).
@@ -38,6 +40,9 @@ o Jeremy Allison <jra@samba.org>
* BUG 7081: Fix vfs_expand_msdfs.
* BUG 7104: "wide links" and "unix extensions" are incompatible.
* BUG 7122: Fix reading of large browselist.
+ * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
+ * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
+ value(s) error when "mangling method = hash".
o Steven Danneman <steven.danneman@isilon.com>
@@ -45,6 +50,7 @@ o Steven Danneman <steven.danneman@isilon.com>
o Günther Deschner <gd@samba.org>
+ * BUG 6888: Fix printing with 64 bit clients.
* BUG 7130: Fix listing of printjobs in Windows 7.
* BUG 7136: Sspoolss getprinterdriver2 level 101 marshalling is bad.
@@ -66,6 +72,7 @@ o Volker Lendecke <vl@samba.org>
o Stefan Metzmacher <metze@samba.org>
* BUG 6157: Use the first "uid" value.
+ * BUG 6888: Fix printing with 64 bit clients.
* BUG 7098: Fix results of 'smbclient -L' with a large browse list.
* Shortcut gid_to_sid when "ldapsam:trusted = yes".
* Speed up pdb_get_group_sid().