From c76961ed0d30aa11e232ceab0c929625aaf91641 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 26 Jul 2012 19:50:09 +0200 Subject: [PATCH] WHATSNEW: Add changes since 3.6.6. Karolin (cherry picked from commit 5c57ea4fd6af0b520dd3cabc57f07cc94f95b468) --- WHATSNEW.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 5361cbceb7e..d129e17bf15 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -14,6 +14,51 @@ Changes since 3.6.6: -------------------- o Jeremy Allison + * BUG 8974: Fix kernel oplocks when uid(file) != uid(process). + * BUG 8989: Send correct responses to NT Transact Secondary when no data and + no params for the Trans2 calls are set. + * BUG 9034: Fix typo in set_re_uid() call when USE_SETRESUID selected in + configure. + + +o David Binderman + * BUG 9062: rpcclient: Fix bad call to data_blob_const. + + +o David Disseldorp + * BUG 8719: Printing fails in function cups_job_submit. + + +o Olaf Flebbe + * BUG 8552: Correct documentation of "case sensitive". + + +o Björn Jacke + * BUG 8996: Fix build without ads support. + + +o Volker Lendecke + * BUG 9003: Fix posix acl on gpfs. + * BUG 9040: Using asynchronous IO with SMB2 can return NT_STATUS_FILE_CLOSED + in error instead ofNT_STATUS_FILE_LOCK_CONFLICT. + + +o Stefan Metzmacher + * BUG 9002: Don't turn negative cache entries into valid idmappings. + * BUG 9022: Make vfs_gpfs less verbose in get/set_xattr functions. + * BUG 9057: Fix bugs in SMB2 credit handling code. + + +o Jiri Popelka + * BUG 9055: Fix build against CUPS 1.6. + + +o Jura Sasek + * BUG 9037: Fix 'net ads join' on T4 (sun4v) systems on Solaris 10. + + +o Andreas Schneider + * BUG 9052: Fix resolving our own "Domain Local" groups. ###################################################################### -- 2.11.4.GIT