summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-06-10 17:18:25 +0200
committerKarolin Seeger <kseeger@samba.org>2009-06-10 17:24:12 +0200
commit8ba1a1f61986132bb6f5b2f36b59a73e952b381d (patch)
tree830fdb18fe980f9afffa574a89ede3e917061abe /WHATSNEW.txt
parent8134725cb0ac919b8bc3d9b6febe3f3b2538797b (diff)
downloadsamba-8ba1a1f61986132bb6f5b2f36b59a73e952b381d.tar.gz
samba-8ba1a1f61986132bb6f5b2f36b59a73e952b381d.tar.xz
samba-8ba1a1f61986132bb6f5b2f36b59a73e952b381d.zip
WHATSNEW: Add bug numbers.
Karolin (cherry picked from commit cd837cfc8d60c6fdc3e8443f9545a1a69ed2a57b)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 4288061ac05..684e88ca23d 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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>