summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-05-23 15:16:37 +0200
committerKarolin Seeger <kseeger@samba.org>2008-05-23 15:18:11 +0200
commitc831a1b448c68cdffe40c26ac29569c5bf854b29 (patch)
tree348f5f50a501d69a176902b157138b974b9329ff
parentecd935a4fada0737fe09ba20cb33b5304132e13b (diff)
downloadsamba-c831a1b448c68cdffe40c26ac29569c5bf854b29.tar.gz
WHATSNEW: Update changes since pre3.
Karolin (cherry picked from commit 93ca0277e78622081c1a6cab037543187902fd86)
-rw-r--r--WHATSNEW.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 56fca9ccc78..202b7439ad9 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -233,6 +233,7 @@ o Alexander Bokovoy <ab@samba.org>
o Günther Deschner <gd@samba.org>
+ * BUG 5453: Fix winbindd and smbd crash when dsgetdcname is used.
* BUG 5465: Fix joining with createcomputer=ou1/ou2/ou3.
* BUG 5461: Fix issue with Citrix on Samba DCs with more than 900 groups.
* Fix wins null pointer crash in nss_wins module.
@@ -277,6 +278,13 @@ o Volker Lendecke <vl@samba.org>
* Fix dfs_Enum: In form_junctions, correctly check for malloc failure.
+o Stefan Metzmacher <metze@samba.org>
+ * BUG 5443: Fix build on HP-UX.
+ * Add support for symbol versioning in shared libraries (can be
+ disabled with --disable-sysmbol-verioning).
+ * Add new function wbcLibraryDetails() to libwbclient.
+
+
o Tim Prouty <tim.prouty@isilon.com>
* Cleanup size_t return values in convert_string_allocate.