The branch, v4-7-test has been updated via 8619bd1 VERSION: Bump version up to 4.7.0rc6... via 7d8e33c VERSION: Disable GIT_SNAPSHOTS for the 4.7.0rc5 release. via 74baf7d WHATSNEW: Add release notes for Samba 4.7.0rc5. from 52d8cc3 s4:torture: The teardown function should just return
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-7-test - Log ----------------------------------------------------------------- commit 8619bd1036b26e2da655257a144ac6a3612d1b22 Author: Karolin Seeger <ksee...@samba.org> Date: Tue Aug 29 06:10:50 2017 +0200 VERSION: Bump version up to 4.7.0rc6... and re-enable GIT_SNAPSHOTS. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 7d8e33c2adb2ee77e9ed66ae8364cf58a5d6c7f8 Author: Karolin Seeger <ksee...@samba.org> Date: Tue Aug 29 06:10:06 2017 +0200 VERSION: Disable GIT_SNAPSHOTS for the 4.7.0rc5 release. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 74baf7d0544154023759fb28bf819791ae17540f Author: Karolin Seeger <ksee...@samba.org> Date: Tue Aug 29 06:09:24 2017 +0200 WHATSNEW: Add release notes for Samba 4.7.0rc5. Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 42 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 42 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 41c3271..b880ed7 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=5 +SAMBA_VERSION_RC_RELEASE=6 ######################################################## # To mark SVN snapshots this should be set to 'yes' # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index de74a99..c58c297 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the fourth release candidate of Samba 4.7. This is *not* +This is the fifth 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/. @@ -334,6 +334,46 @@ KNOWN ISSUES https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.7#Release_blocking_bugs +CHANGES SINCE 4.7.0rc4 +====================== + +o Andrew Bartlett <abart...@samba.org> + * BUG 12929: smb.conf: Explain that "ntlm auth" is a per-passdb setting. + * BUG 12953: s4/lib/tls: Use SHA256 to sign the TLS certificates. + +o Jeremy Allison <j...@samba.org> + * BUG 12932: Get rid of talloc_autofree_context(). + +o Amitay Isaacs <ami...@gmail.com> + * BUG 12978: After restarting CTDB, it attaches replicated databases with + wrong flags. + +o Stefan Metzmacher <me...@samba.org> + * BUG 12863: s3:smbclient: Don't try any workgroup listing with + "client min protocol = SMB2". + * BUG 12876: s3:libsmb: Don't call cli_NetServerEnum() on SMB2/3 connections + in SMBC_opendir_ctx(). + * BUG 12881: s3:libsmb: Let do_connect() debug the negotiation result + similar to "session request ok". + * BUG 12919: s4:http/gensec: add missing tevent_req_done() to + gensec_http_ntlm_update_done(). + * BUG 12968: Fix 'smbclient tarmode' with SMB2/3. + * BUG 12973: 'smbd': Don't use a lot of CPU on startup of a connection. + +o Christof Schmitt <c...@samba.org> + * BUG 12983: vfs_default: Fix passing of errno from async calls. + +o Andreas Schneider <a...@samba.org> + * BUG 12629: s3:utils: Do not report an invalid range for AD DC role. + * BUG 12704: s3:libsmb: Let get_ipc_connect() use + CLI_FULL_CONNECTION_FORCE_SMB1. + * BUG 12930: Fix build issues with GCC 7.1. + * BUG 12950: s3:script: Untaint user supplied data in modprinter.pl. + * BUG 12956: s3:libads: Fix changing passwords with Kerberos. + * BUG 12975: Fix changing the password with 'smbpasswd' as a local user on + a domain member. + + CHANGES SINCE 4.7.0rc3 ====================== -- Samba Shared Repository