WHATSNEW: Add bug numbers.
authorKarolin Seeger <kseeger@samba.org>
Wed, 10 Jun 2009 15:18:25 +0000 (17:18 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 10 Jun 2009 15:24:12 +0000 (17:24 +0200)
Karolin
(cherry picked from commit cd837cfc8d60c6fdc3e8443f9545a1a69ed2a57b)

WHATSNEW.txt

index 4288061ac052c77584766406aa17d3ae24a47322..684e88ca23de5c0cab4caa7ce8534c4a3cd1672e 100644 (file)
@@ -9,10 +9,10 @@ This is a maintenance release of the Samba 3.2 series.
 Major enhancements in 3.2.12 include:
 
     o Fix posix acls when setting an ACL without explicit ACE for the
-      owner.
-    o Fix "force user".
-    o Fix Winbind crash.
-    o Fix joining of Win7 into Samba domain.
+      owner (bug #2346).
+    o Fix "force user" (bug #6291).
+    o Fix Winbind crash (bug #6279).
+    o Fix joining of Win7 into Samba domain (bug #6099).
 
 
 ######################################################################
@@ -36,8 +36,10 @@ o   Jeremy Allison <jra@samba.org>
 
 
 o   Guenther Deschner <gd@samba.org>
+    * BUG 6099: Fix joining of Win7 into Samba domain.
     * BUG 6301: Fix samr_ConnectVersion enum which is 32bit not 16bit.
     * BUG 6372: Fix usermanager only displaying 1024 groups and aliases.
+    * Protect netlogon_creds_server_step() against NULL creds.
 
 
 o   Björn Jacke <bj@sernet.de>