summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-06-23 12:10:18 +0200
committerKarolin Seeger <kseeger@samba.org>2008-06-23 12:12:16 +0200
commit698912b4c55f76964bbcfed70d427d7363c2ef02 (patch)
treea2fd58a0b64e1a627d9ec866cae946fbdf201eb2
parent62e485eebd8a40b5692caa79bb3ed6108f0b835b (diff)
downloadsamba-698912b4c55f76964bbcfed70d427d7363c2ef02.tar.gz
WHATSNEW: Update changes since 3.2.0rc2.
Karolin (cherry picked from commit 769d9434349d4c683e92cea34cb5bd177273fe40)
-rw-r--r--WHATSNEW.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2ca2beae63b..496289d8d20 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -213,6 +213,16 @@ Changes since 3.2.0rc2:
-----------------------
+o Jeremy Allison <jra@samba.org>
+ * BUG 5531: Fix conversion of ns units when converting
+ from nttime to timespec.
+ * BUG 5533: Fix handling of workgroup names containing a '.' in Winbindd.
+
+
+o Michael Adam <obnox@samba.org>
+ * BUG 5548: Fix segfaults in handle_include with %m macro expansion.
+
+
o Volker Lendecke <vl@samba.org>
* BUG 5500: Add missing become_root to enable access to LDAP DB.
* Fix coverity IDs 464, 474.
@@ -220,6 +230,12 @@ o Volker Lendecke <vl@samba.org>
* Fix group parsing in libwbclient's copy_group_entry().
* Fix max_fd calculation in event_loop_once.
* Fix warnings on Fedory Core 9.
+ * Fix several memleaks.
+ * Fix a segfaults in wbcLookupRids.
+ * Fix a brown segfault in clitar
+ * Fix the build on FreeBSD 4.6.2 and Darwin.
+ * Fix a double-closedir() in form_junctions().
+ * Fix a crash in _dfs_Enum.
o Günther Deschner <gd@samba.org>
@@ -231,6 +247,11 @@ o William Jojo <jojowil@hvcc.edu>
* Add -brtl to the AIX linker flags.
+o John H Terpstra <jht@samba.org>
+ * Fix net help info.
+ * Add documentation for TDB file.
+
+
o Bo Yang <boyang@novell.com>
* Fix update of cached credentials during password change in pam_winbind.