summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-06-27 10:14:40 +0200
committerKarolin Seeger <kseeger@samba.org>2008-06-27 10:15:58 +0200
commitb72faab5010486265ac644dcbf4a974ee0266b23 (patch)
treed9b87b8f8a829b7c076b759d6542f48e7fae3529
parentf173d266912e7a597b5f2a83216673a27b17c042 (diff)
downloadsamba-b72faab5010486265ac644dcbf4a974ee0266b23.tar.gz
WHATSNEW: Update changes since 3.2.0rc2.
Karolin (cherry picked from commit 1cc413677eee0134cd203d85302da55d3d0be328)
-rw-r--r--WHATSNEW.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 413e68ba491..36d9e5bcdbb 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -216,6 +216,7 @@ o Jeremy Allison <jra@samba.org>
* BUG 5533: Fix handling of workgroup names containing a '.' in Winbindd.
* BUG 5551: Fix group enumeration with 'wbinfo -g' on PDCs.
* BUG 5555: Fix setting of the password last set field during domain joins.
+ * Fix gcc warnings at -O3.
o Michael Adam <obnox@samba.org>
@@ -237,6 +238,7 @@ o Volker Lendecke <vl@samba.org>
* Fix a double-closedir() in form_junctions().
* Fix a crash in _dfs_Enum.
* Fix a segfault in rpcclient adddriver.
+ * Fix valgrind errors in _spoolss_addprinterdriver.
o Günther Deschner <gd@samba.org>