summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-02-02 16:35:57 +0000
committerGerald Carter <jerry@samba.org>2005-02-02 16:35:57 +0000
commit28fb3e15f353a79f4c98b5b0c7cbc901c9a802b1 (patch)
treef5ec691200f3bc40b91aaf2a3ad001b5c7fd742f /WHATSNEW.txt
parentb9e30e904b0f8e6a262bce176264b42a64c19e0a (diff)
downloadsamba-28fb3e15f353a79f4c98b5b0c7cbc901c9a802b1.tar.gz
samba-28fb3e15f353a79f4c98b5b0c7cbc901c9a802b1.tar.xz
samba-28fb3e15f353a79f4c98b5b0c7cbc901c9a802b1.zip
r5177: more updates in preparation for 3.0.11
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 7915112f89c..bc16df439b0 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -70,11 +70,46 @@ Changes since 3.0.11rc1
commits
-------
o Jeremy Allison <jra@samba.org>
+
+
o Timur Bakeyev <timur@com.bat.ru>
+ * BUG 2263: Guard base64_encode_data_blob() against empty blobs.
+
o Gerald (Jerry) Carter <jerry@samba.org>
+ * BUG 2262: Add support in configure.in for *freebsd6*.
+ * BUG 2266: Portability fixes for queota code on FreeBSD4.
+ * BUG 2264: Remove shutdown and abortshutdown commands from
+ rpcclient in favor of using the same functions in 'net'.
+ * BUG 2295: Prevent mbd from returning an emptry servername
+ in certain lanman api calls.
+ * BUG 2290: Fix autogen.sh script in examples (based on original
+ patch from Lars Mueller).
+ * Fix bug enumerating domain trusts in security = ads.
+ * Fix segv in rpcclient's dsenumdomtrusts.
+ * Fix bug in expansion of %U and %G in included filesnames.
+
+
o Guenther Deschner <gd@samba.org>
+
+
o Volker Lendecke <vl@samba.org>
+
+
+o Jason Mader <jason@ncac.gwu.edu>
+ * BUG 2113, 2289: Remove dead code.
+
+
o Tim Potter <tpot@samba.org>
+ * Compile fixes after new setsampwent() API.
+
+
+o Richard Renard <rrenard@idealx.com>
+ * Update Netscape DS 5.2 LDAP schema.
+
+
+o Simo Sorce <idra@samba.org>
+ * Log a warning in testparm if a print command is defined for
+ a print service using 'printing = cups'.
Changes since 3.0.10