From: Karolin Seeger Date: Thu, 14 Sep 2017 13:45:45 +0000 (-0700) Subject: WHATSNEW: Prepare release notes for Samba 4.7.0rc6. X-Git-Tag: samba-4.7.0rc6~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=abb58c49f0cbd8ed46fdd9217fdf6250d0c0bc1e;p=thirdparty%2Fsamba.git WHATSNEW: Prepare release notes for Samba 4.7.0rc6. Signed-off-by: Karolin Seeger --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 46a786c0f7c..4da5ae3da5b 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the fifth release candidate of Samba 4.7. This is *not* +This is the sixth release candidate of Samba 4.7. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. @@ -367,13 +367,15 @@ smb.conf changes KNOWN ISSUES ============ -https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.7#Release_blocking_bugs +https://wiki.samba.org/inFdex.php/Release_Planning_for_Samba_4.7#Release_blocking_bugs CHANGES SINCE 4.7.0rc5 ====================== o Jeremy Allison + * BUG 13003: s3: vfs: catia: compression get/set must act only on base file, and + must cope with fsp==NULL. * BUG 13008: lib: crypto: Make smbd use the Intel AES instruction set for signing and encryption. @@ -386,18 +388,37 @@ o Andrew Bartlett * 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. + * BUG 13025: schema: Rework dsdb_schema_set_indices_and_attributes() db + operations. + +o Alexander Bokovoy + * BUG 13030: Install dcerpc/__init__.py for all Python environments. o Ralph Boehme * BUG 13024: s3/smbd: Sticky write time offset miscalculation causes broken timestamps + * BUG 13037: lib/util: Only close the event_fd in tfork if the caller didn't + call tfork_event_fd(). o Volker Lendecke * BUG 13006: messaging: Avoid a socket leak after fork. +o Stefan Metzmacher + * BUG 13018: charset: Fix str[n]casecmp_m() by comparing lower case values. + +o Gary Lockyer + * BUG 13037: util_runcmd: Free the fde in event handler. + 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. + * BUG 13029: ctdb-daemon: Free up record data if a call request is deferred. + * BUG 13036: ctdb-client: Initialize ctdb_ltdb_header completely for empty + record. + +o Christof Schmitt + * BUG 13032: vfs_streams_xattr: Fix segfault when running with log level 10. CHANGES SINCE 4.7.0rc4