summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-06-29 17:49:59 +0200
committerKarolin Seeger <kseeger@samba.org>2008-06-29 17:50:59 +0200
commit83612e44211e5683cfe528a202f529cc9c531573 (patch)
treef030c89e52b2c655d5f7b1b5ccb294b5d296153a
parent6d018a70ff294d72952366d4fa89f196009ab671 (diff)
downloadsamba-83612e44211e5683cfe528a202f529cc9c531573.tar.gz
WHATSNEW: Update changes since 3.2.0rc2.
Karolin (cherry picked from commit 8e28052cbc923077616f4cbddc81f4f3d4f341ab)
-rw-r--r--WHATSNEW.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 36d9e5bcdbb..e0d6979293a 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.
+ * BUG 5568: Fix net rpc trustdom add.
* Fix gcc warnings at -O3.
@@ -239,6 +240,8 @@ o Volker Lendecke <vl@samba.org>
* Fix a crash in _dfs_Enum.
* Fix a segfault in rpcclient adddriver.
* Fix valgrind errors in _spoolss_addprinterdriver.
+ * Fix warnings on SuSE 9.0.
+ * Fix a file descriptor leak in add_port_hook.
o Günther Deschner <gd@samba.org>