The branch, v4-17-test has been updated via 3ba0c89f248 VERSION: Bump version up to Samba 4.17.0rc4... via e6294461ad1 VERSION: Disable GIT_SNAPSHOT for the 4.17.0rc4 release. via a7d399a32cd WHATSNEW: Add release notes for Samba 4.17.0rc4. from ffe95221aab vfs_glusterfs: Implement SMB_VFS_FSTATAT
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-17-test - Log ----------------------------------------------------------------- commit 3ba0c89f248e0e24ffe39f2c7a93252ed5d77ad1 Author: Jule Anger <jan...@samba.org> Date: Tue Aug 30 17:03:48 2022 +0200 VERSION: Bump version up to Samba 4.17.0rc4... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit e6294461ad1063276ab68220ac5609d498b915db Author: Jule Anger <jan...@samba.org> Date: Tue Aug 30 17:03:19 2022 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.17.0rc4 release. Signed-off-by: Jule Anger <jan...@samba.org> commit a7d399a32cd95c37bba4d68f9867a53b656801fe Author: Jule Anger <jan...@samba.org> Date: Tue Aug 30 17:02:40 2022 +0200 WHATSNEW: Add release notes for Samba 4.17.0rc4. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index ec19b8c6862..48ff68b91e9 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=4 +SAMBA_VERSION_RC_RELEASE=5 ######################################################## # To mark SVN snapshots this should be set to 'yes' # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 63c5fe09a90..3591b8a4306 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the third release candidate of Samba 4.17. This is *not* +This is the fourth release candidate of Samba 4.17. 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/. @@ -206,6 +206,13 @@ smb.conf changes nt hash store New parameter always volume serial number New parameter -1 +CHANGES SINCE 4.17.0rc3 +======================= + +o Anoop C S <anoo...@samba.org> + * BUG 15157: Make use of glfs_*at() API calls in vfs_glusterfs. + + CHANGES SINCE 4.17.0rc2 ======================= -- Samba Shared Repository