WHATSNEW: Update changes since 3.2.1.
authorKarolin Seeger <kseeger@samba.org>
Fri, 15 Aug 2008 07:13:32 +0000 (09:13 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 15 Aug 2008 07:14:38 +0000 (09:14 +0200)
Karolin
(cherry picked from commit 4f958f09a75f5215044e680cc86edb3eca1c51be)

WHATSNEW.txt

index 012a1fe08df86d901022b5e41ffb246c79597664..b8bc7283d31062207bf26884b7b6ea7771aad9fa 100644 (file)
@@ -10,8 +10,9 @@ Major bug fixes included in Samba 3.2.2 are:
   o Fix removal of dead records in tdb files. This can lead to very large
     tdb files and to overflowing partitions as a consequence on systems
     running an nmbd daemon.
-
   o Fix freezing Windows Explorer on WinXP while browsing Samba shares.
+  o Fix assigning of primary group memberships when authenticating via
+    Winbind.
 
 
 ######################################################################
@@ -33,7 +34,10 @@ o   Jeremy Allison <jra@samba.org>
     * BUG 5675: Fix smbspool program assuming Kerberos authentication by
       mistake.
     * BUG 5686: Fix segfaults in libsmbclient.
+    * BUG 5692: Fix coredump in full_audit.so.
     * Fix coverity ID 594 (resource leak on error path).
+    * Fix assigning of primary group memberships when authenticating via
+      Winbind.
     * Several build fixes.