The branch, v4-7-test has been updated via f2f5ab6 VERSION: Bump version up to 4.7.0rc7... via 33244e5 VERSION: Disable GIT_SNAPSHOT for the 4.7.0rc6 release. via abb58c4 WHATSNEW: Prepare release notes for Samba 4.7.0rc6. from d02af0b util_runcmd: Free the fde in event handler.
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-7-test - Log ----------------------------------------------------------------- commit f2f5ab69cd41d34879aa9fe22ee1de70ce057c4a Author: Karolin Seeger <ksee...@samba.org> Date: Thu Sep 14 06:47:22 2017 -0700 VERSION: Bump version up to 4.7.0rc7... and re-enable GIT_SNAPSHOT. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 33244e57d95e516bc088cd5a5ad39a9178c5889a Author: Karolin Seeger <ksee...@samba.org> Date: Thu Sep 14 06:46:34 2017 -0700 VERSION: Disable GIT_SNAPSHOT for the 4.7.0rc6 release. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit abb58c49f0cbd8ed46fdd9217fdf6250d0c0bc1e Author: Karolin Seeger <ksee...@samba.org> Date: Thu Sep 14 06:45:45 2017 -0700 WHATSNEW: Prepare release notes for Samba 4.7.0rc6. Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 25 +++++++++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index b880ed7..d460d71 100644 --- a/VERSION +++ b/VERSION @@ -87,7 +87,7 @@ SAMBA_VERSION_PRE_RELEASE= # e.g. SAMBA_VERSION_RC_RELEASE=1 # # -> "3.0.0rc1" # ######################################################## -SAMBA_VERSION_RC_RELEASE=6 +SAMBA_VERSION_RC_RELEASE=7 ######################################################## # To mark SVN snapshots this should be set to 'yes' # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 46a786c..4da5ae3 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 <j...@samba.org> + * 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 <abart...@samba.org> * 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 <a...@samba.org> + * BUG 13030: Install dcerpc/__init__.py for all Python environments. o Ralph Boehme <s...@samba.org> * 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 <v...@samba.org> * BUG 13006: messaging: Avoid a socket leak after fork. +o Stefan Metzmacher <me...@samba.org> + * BUG 13018: charset: Fix str[n]casecmp_m() by comparing lower case values. + +o Gary Lockyer <g...@catalyst.net.nz> + * BUG 13037: util_runcmd: Free the fde in event handler. + o Amitay Isaacs <ami...@gmail.com> * 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 <c...@samba.org> + * BUG 13032: vfs_streams_xattr: Fix segfault when running with log level 10. CHANGES SINCE 4.7.0rc4 -- Samba Shared Repository