The branch, v4-17-test has been updated via 877287e6b4e VERSION: Bump version up to Samba 4.17.0rc3... via 8e1f74303ee VERSION: Disable GIT_SNAPSHOT for the 4.17.0rc2 release. via 9e75207d331 WHATSNEW: Add release notes for Samba 4.17.0rc2. from 8b6cea8105c WHATSNEW: SMB Server performance improvements
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-17-test - Log ----------------------------------------------------------------- commit 877287e6b4ec7bdbfadee619dea5ff88cc003192 Author: Jule Anger <jan...@samba.org> Date: Tue Aug 16 22:11:15 2022 +0200 VERSION: Bump version up to Samba 4.17.0rc3... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 8e1f74303eef4769774154a149fbc9d9a2d4f538 Author: Jule Anger <jan...@samba.org> Date: Tue Aug 16 22:10:35 2022 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.17.0rc2 release. Signed-off-by: Jule Anger <jan...@samba.org> commit 9e75207d33145cc4fc12e0c5497c30324fe64f0a Author: Jule Anger <jan...@samba.org> Date: Tue Aug 16 22:09:30 2022 +0200 WHATSNEW: Add release notes for Samba 4.17.0rc2. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 24 +++++++++++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 32275519ec9..fee8a12cd38 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=2 +SAMBA_VERSION_RC_RELEASE=3 ######################################################## # To mark SVN snapshots this should be set to 'yes' # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 9ef0bcc68d7..988c4c66ed8 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the first release candidate of Samba 4.17. This is *not* +This is the second 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/. @@ -205,6 +205,28 @@ smb.conf changes dns port New default 53 nt hash store New parameter always +CHANGES SINCE 4.17.0rc1 +======================= + +o Jeremy Allison <j...@samba.org> + * BUG 15143: New filename parser doesn't check veto files smb.conf parameter. + * BUG 15144: 4.17.rc1 still uses symlink-race prone unix_convert() + * BUG 15146: Backport fileserver related changed to 4.17.0rc2 + +o Jule Anger <jan...@samba.org> + * BUG 15147: Manpage for smbstatus json is missing + +o Volker Lendecke <v...@samba.org> + * BUG 15146: Backport fileserver related changed to 4.17.0rc2 + +o Stefan Metzmacher <me...@samba.org> + * BUG 15125: Performance regression on contended path based operations + * BUG 15146: Backport fileserver related changed to 4.17.0rc2 + +o Andreas Schneider <a...@samba.org> + * BUG 15140: Fix issues found by coverity in smbstatus json code + * BUG 15146: Backport fileserver related changed to 4.17.0rc2 + KNOWN ISSUES ============ -- Samba Shared Repository