summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-08-14 08:52:36 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-14 08:53:46 +0200
commit23459016bcc008d04ab4e9c7da0ac0ebb3d4cb8b (patch)
tree34e2757c461d20d764d890b1238f7fd45028dce5 /WHATSNEW.txt
parent7aef086d4081c13ba5282d083f7d6444ce14cc5b (diff)
downloadsamba-23459016bcc008d04ab4e9c7da0ac0ebb3d4cb8b.tar.gz
samba-23459016bcc008d04ab4e9c7da0ac0ebb3d4cb8b.tar.xz
samba-23459016bcc008d04ab4e9c7da0ac0ebb3d4cb8b.zip
WHATSNEW: Update changes since 3.2.1.
Karolin (cherry picked from commit 77c25837addde31086151ce174dcbf463b2569f0)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt18
1 files changed, 17 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index a10605acbf4..012a1fe08df 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -3,7 +3,7 @@
==============================
-This is the third stable release of Samba 3.2.
+This is a bug fix release of the Samba 3.2 series.
Major bug fixes included in Samba 3.2.2 are:
@@ -11,6 +11,8 @@ Major bug fixes included in Samba 3.2.2 are:
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.
+
######################################################################
Changes
@@ -31,9 +33,15 @@ o Jeremy Allison <jra@samba.org>
* BUG 5675: Fix smbspool program assuming Kerberos authentication by
mistake.
* BUG 5686: Fix segfaults in libsmbclient.
+ * Fix coverity ID 594 (resource leak on error path).
* Several build fixes.
+o Bartosz Antosik <antosik@gmail.com>
+ * BUG #5617: Fix freezing Windows Explorer on WinXP while browsing
+ Samba shares.
+
+
o Andrew Bartlett <abartlet@samba.org>
* Include stdlib.h to get a prototype for free().
@@ -50,6 +58,10 @@ o Günther Deschner <gd@samba.org>
* Add add c++ guard to netapi.
+o SATOH Fumiyasu <fumiyas@osstech.co.jp>
+ * BUG 5688: Fix orphaned LPQ processes if socket address is invalid.
+
+
o Volker Lendecke <vl@samba.org>
* BUG 5684: Fix removal of dead records in tdb files.
* Fix smb_len calculation for chained requests.
@@ -59,6 +71,10 @@ o Herb Lewis <herb@samba.org>
* Fix output of test status.
+o Jim McDonough <jmcd@samba.org>
+ * Fix smbclient connections to older servers.
+
+
o Andrew Tridgell <tridge@samba.org>
* Fix a fd leak when trying to regain contact to a domain controller
in Winbind.