summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-08-15 09:13:32 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-15 09:14:38 +0200
commit14acfb8f4af0f58de71618b5cfc4579edbfea9c7 (patch)
treed156c7ae6f1d1762b6118425fdf52e095a3196d9 /WHATSNEW.txt
parent44e49a59c37cb65c0a7e596b1bf676a664c1e4a2 (diff)
downloadsamba-14acfb8f4af0f58de71618b5cfc4579edbfea9c7.tar.gz
samba-14acfb8f4af0f58de71618b5cfc4579edbfea9c7.tar.xz
samba-14acfb8f4af0f58de71618b5cfc4579edbfea9c7.zip
WHATSNEW: Update changes since 3.2.1.
Karolin (cherry picked from commit 4f958f09a75f5215044e680cc86edb3eca1c51be)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 012a1fe08df..b8bc7283d31 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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.