From: Karolin Seeger Date: Thu, 14 Sep 2017 13:45:45 +0000 (-0700) Subject: WHATSNEW: Prepare changes since 4.7.0rc5. X-Git-Tag: samba-4.7.0rc6~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=adfca554850ca2078dce79f26699308db799c85a;p=thirdparty%2Fsamba.git WHATSNEW: Prepare changes since 4.7.0rc5. Signed-off-by: Karolin Seeger Autobuild-User(v4-7-test): Karolin Seeger Autobuild-Date(v4-7-test): Thu Sep 14 22:01:27 CEST 2017 on sn-devel-144 --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index f692e84106a..46a786c0f7c 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -370,6 +370,36 @@ KNOWN ISSUES https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.7#Release_blocking_bugs +CHANGES SINCE 4.7.0rc5 +====================== + +o Jeremy Allison + * BUG 13008: lib: crypto: Make smbd use the Intel AES instruction set for signing + and encryption. + +o Andrew Bartlett + * BUG 12946: s4-drsuapi: Avoid segfault when replicating as a non-admin with + GUID_DRS_GET_CHANGES. + * BUG 13015: Allow re-index of newer databases with binary GUID TDB keys + (this officially removes support for re-index of the original pack format 0, + rather than simply segfaulting). + * BUG 13017: Add ldb_ldif_message_redacted_string() to allow debug of redacted + log messages, avoiding showing secret values. + * BUG 13023: ldb: version 1.2.2. + +o Ralph Boehme + * BUG 13024: s3/smbd: Sticky write time offset miscalculation causes broken + timestamps + +o Volker Lendecke + * BUG 13006: messaging: Avoid a socket leak after fork. + +o Amitay Isaacs + * BUG 13012: ctdb-daemon: Fix implementation of process_exists control. + * BUG 13021: GET_DB_SEQNUM control can cause ctdb to deadlock when databases + are frozen. + + CHANGES SINCE 4.7.0rc4 ======================