The branch, v4-15-test has been updated via 068bdf8fbfb VERSION: Bump version up to Samba 4.15.0rc4... via 16a28116179 VERSION: Disable GIT_SNAPSHOT for the 4.15.0rc3 release. via c8627e00de3 WHATSNEW: Add release notes for Samba 4.15.0rc3. from 545c0fc8e80 WHATSNEW: add matrix.org and libera
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-15-test - Log ----------------------------------------------------------------- commit 068bdf8fbfb08eca479904f3983c7757f017c2b5 Author: Jule Anger <jan...@samba.org> Date: Thu Aug 26 10:50:00 2021 +0200 VERSION: Bump version up to Samba 4.15.0rc4... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> Reviewed-by: Stefan Metzmacher <me...@samba.org> commit 16a2811617921f372a48842f85ed0f79dae35265 Author: Jule Anger <jan...@samba.org> Date: Thu Aug 26 10:47:44 2021 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.15.0rc3 release. Signed-off-by: Jule Anger <jan...@samba.org> Reviewed-by: Stefan Metzmacher <me...@samba.org> commit c8627e00de3f22532151b40db8e10ad89e9b92aa Author: Jule Anger <jan...@samba.org> Date: Thu Aug 26 10:45:53 2021 +0200 WHATSNEW: Add release notes for Samba 4.15.0rc3. Signed-off-by: Jule Anger <jan...@samba.org> Reviewed-by: Stefan Metzmacher <me...@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 0487096ed57..c95cc28532b 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=3 +SAMBA_VERSION_RC_RELEASE=4 ######################################################## # To mark SVN snapshots this should be set to 'yes' # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index ec9125ebf1e..0e6aeea6530 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the second release candidate of Samba 4.15. This is *not* +This is the third 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/. @@ -313,6 +313,30 @@ smb.conf changes winbind scan trusted domains Changed No +CHANGES SINCE 4.15.0rc2 +======================= + +o Jeremy Allison <j...@samba.org> + * BUG 14760: vfs_streams_depot directory creation permissions and store + location problems. + * BUG 14766: vfs_ceph openat() doesn't cope with dirfsp != AT_FDCW. + * BUG 14769: smbd panic on force-close share during offload write. + * BUG 14805: OpenDir() loses the correct errno return. + +o Ralph Boehme <s...@samba.org> + * BUG 14795: copy_file_range() may fail with EOPNOTSUPP. + +o Stefan Metzmacher <me...@samba.org> + * BUG 14793: Start the SMB encryption as soon as possible. + +o Andreas Schneider <a...@samba.org> + * BUG 14779: Winbind should not start if the socket path is too long. + +o Noel Power <noel.po...@suse.com> + * BUG 14760: vfs_streams_depot directory creation permissions and store + location problems. + + CHANGES SINCE 4.15.0rc1 ======================= -- Samba Shared Repository