From 70027b247431194fe4a777aa0861bce65eead73c Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 16 Oct 2008 20:06:04 +0200 Subject: [PATCH] WHATSNEW: Update changes since 3.3.0pre2. Karolin (cherry picked from commit 39bb7531d7fc09e509669214eb0a51bdbb339428) --- WHATSNEW.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) 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 + * 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 + * Use the same prerequisite for DDNS update as Windows XP. + * Make "lwinet ads dns register" honor the "interfaces" parameter. + + +o Jeff Layton + * 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 + * 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 + * BUG 5805: Don't close stdout when calling setup_logging multiple times. + + +o Tim Prouty + * Fix several build warnings. Commit Highlights: -- 2.11.4.GIT