From adc7b060e42b6183d45b5206c23e4e1828f548eb Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 25 Feb 2010 10:38:52 +0100 Subject: [PATCH] WHATSNEW: Update changes since 3.3.10. Karolin (cherry picked from commit 550cc063271ff3e1e337207a2e6bc214bc128f40) --- WHATSNEW.txt | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index e326a8994f9..0d5d5f0ae66 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,6 +1,6 @@ ============================== Release Notes for Samba 3.3.11 - , 2010 + February 26, 2010 ============================== @@ -8,7 +8,10 @@ This is the latest bugfix release of the Samba 3.3 series. Major enhancements in Samba 3.3.11 include: - o + o "wide links" and "unix extensions" are incompatible (bug #7104). + o Fix failing of smbd to respond to a read or a write caused by + Linux asynchronous IO (aio) (bug #7067). + ###################################################################### Changes @@ -18,6 +21,42 @@ Changes since 3.3.10 -------------------- +o Jeremy Allison + * BUG 6557: Fix vfs_full_audit. + * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments. + * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls. + * BUG 7067: Fix failing of smbd to respond to a read or a write caused by + Linux asynchronous IO (aio). + * BUG 7072: Fix unlocking of accounts from ldap. + * BUG 7104: "wide links" and "unix extensions" are incompatible. + * BUG 7122: Fix reading of large browselist. + * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'. + * BUG 7155: Valgrind Conditional jump or move depends on uninitialised + value(s) error when "mangling method = hash". + + +o Günther Deschner + * BUG 7043: Fix crash bug in "SMBC_parse_path". + + +o Volker Lendecke + * BUG 5626: Fix build on AIX. + * BUG 5885: Fix bogus ip address in SWAT. + * BUG 7046: Fix a crash in libsmbclient used against the OpenSolaris CIFS + server. + + +o Stefan Metzmacher + * BUG 7098: Fix results of 'smbclient -L' with a large browse list. + * BUG 7170: Fix handling of external domains in setups with one way trusts. + + +o William Jojo + * BUG 7052: Fix DFS on AIX (maybe others). + + +o Bo Yang + * BUG 7106: Fix malformed require_membership_of_sid. ###################################################################### -- 2.11.4.GIT