]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
WHATSNEW: Update changes since 3.4.5.
authorKarolin Seeger <kseeger@samba.org>
Mon, 22 Feb 2010 14:57:46 +0000 (15:57 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 22 Feb 2010 14:57:46 +0000 (15:57 +0100)
Karolin

WHATSNEW.txt

index a0ddb7071444e7fcbd6bd3293c43e513f5f246d9..5e7271d882ac6ac7115a73f522fef8448d6e5ea0 100644 (file)
@@ -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().