The branch, v4-15-test has been updated via bb9e236768f VERSION: Bump version up to Samba 4.15.0rc8... via 9f5b76a42d7 VERSION: Disable GIT_SNAPSHOT for the 4.15.0rc7 release. via 54d6868e169 WHATSNEW: Add release notes for Samba 4.15.0rc7. from 8d4c482410c ctdb-daemon: Don't mark a node as unhealthy when connecting to it
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-15-test - Log ----------------------------------------------------------------- commit bb9e236768f3c5811300e234bb716b6f68b3d379 Author: Jule Anger <jan...@samba.org> Date: Mon Sep 13 15:37:43 2021 +0200 VERSION: Bump version up to Samba 4.15.0rc8... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 9f5b76a42d76457260b5a63fd498a477558b9180 Author: Jule Anger <jan...@samba.org> Date: Mon Sep 13 15:36:56 2021 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.15.0rc7 release. Signed-off-by: Jule Anger <jan...@samba.org> commit 54d6868e169825273c0ceb3a83933f50f3923ab8 Author: Jule Anger <jan...@samba.org> Date: Mon Sep 13 15:35:52 2021 +0200 WHATSNEW: Add release notes for Samba 4.15.0rc7. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 26 +++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index efc0c7f02d6..91c60b2b518 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=7 +SAMBA_VERSION_RC_RELEASE=8 ######################################################## # To mark SVN snapshots this should be set to 'yes' # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 424859a0f25..bf63cf2b908 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the sixth release candidate of Samba 4.15. This is *not* +This is the seventh release candidate of Samba 4.15. 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/. @@ -356,6 +356,30 @@ smb.conf changes winbind scan trusted domains Changed No +CHANGES SINCE 4.15.0rc6 +======================= + +o Andrew Bartlett <abart...@samba.org> + * BUG 14791: All the ways to specify a password are not documented. + +o Ralph Boehme <s...@samba.org> + * BUG 14790: vfs_btrfs compression support broken. + * BUG 14828: Problems with commandline parsing. + * BUG 14829: smbd crashes when "ea support" is set to no. + +o Stefan Metzmacher <me...@samba.org> + * BUG 14825: "{client,server} smb3 {signing,encryption} algorithms" should + use the same strings as smbstatus output. + * BUG 14828: Problems with commandline parsing. + +o Alex Richardson <alexander.richard...@cl.cam.ac.uk> + * BUG 8773: smbd fails to run as root because it belongs to more than 16 + groups on MacOS X. + +o Martin Schwenke <mar...@meltin.net> + * BUG 14784: Fix CTDB flag/status update race conditions. + + CHANGES SINCE 4.15.0rc5 ======================= -- Samba Shared Repository