summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-10-16 20:06:04 +0200
committerKarolin Seeger <kseeger@samba.org>2008-10-16 20:09:34 +0200
commit70027b247431194fe4a777aa0861bce65eead73c (patch)
treea9283c1f1aceb1064a1da9be2804fd3d74596c64 /WHATSNEW.txt
parentbbf73178ce2170f858e0bc3f2db769cb5f07f1bf (diff)
downloadsamba-70027b247431194fe4a777aa0861bce65eead73c.tar.gz
WHATSNEW: Update changes since 3.3.0pre2.
Karolin (cherry picked from commit 39bb7531d7fc09e509669214eb0a51bdbb339428)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2a38eb5d202..52e0e5bfc26 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -172,6 +172,40 @@ Changes since 3.3.0pre2:
------------------------
+o Jeremy Allison <jra@samba.org>
+ * BUG 5080: Fix access to cups-printers with cups 1.3.4.
+ * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain".
+ * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance.
+ * Correctly fix smbclient to terminate on eof from server.
+ * Fix client timeout when searching for a large number of cups printers.
+
+
+o Gerald (Jerry) Carter <jerry@samba.org>
+ * Use the same prerequisite for DDNS update as Windows XP.
+ * Make "lwinet ads dns register" honor the "interfaces" parameter.
+
+
+o Jeff Layton <jlayton@redhat.com>
+ * Have uppercase_string return success on NULL pointer in mount.cifs.
+ * Make mount.cifs return codes match the return codes for /bin/mount.
+
+
+o Volker Lendecke <vl@samba.org>
+ * BUG 5691: Fig smbd panic on Solaris.
+ * Fix a potential NULL deref in found by the IBM Checker.
+ * Fix an uninitialized variable found by the IBM Checker.
+ * Fix an unlikely memleak found by the IBM Checker.
+ * Fix some missing error handlings.
+ * Add workaround for domain joins using a netbios name which is different
+ from the hostname.
+
+
+o Derrell Lipman <derrell.lipman@unwireduniverse.com>
+ * BUG 5805: Don't close stdout when calling setup_logging multiple times.
+
+
+o Tim Prouty <tim.prouty@isilon.com>
+ * Fix several build warnings.
Commit Highlights: