The branch, v4-17-test has been updated via ef5b28a2585 VERSION: Bump version up to Samba 4.17.0rc6... via 28b356ae82a VERSION: Disable GIT_SNAPSHOT for the 4.17.0rc5 release. via f83fb43ff93 WHATSNEW: Add release notes for Samba 4.17.0rc5. from 71c94a076ba smbXsrv_client: notify a different node to drop a connection by client guid.
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-17-test - Log ----------------------------------------------------------------- commit ef5b28a2585fc72c5efb04c722edf8bcf07167ba Author: Jule Anger <jan...@samba.org> Date: Tue Sep 6 16:20:55 2022 +0200 VERSION: Bump version up to Samba 4.17.0rc6... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 28b356ae82a7080a94475c7b018670513e80354c Author: Jule Anger <jan...@samba.org> Date: Tue Sep 6 16:20:16 2022 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.17.0rc5 release. Signed-off-by: Jule Anger <jan...@samba.org> commit f83fb43ff938aa55e29731eee4f462653739421f Author: Jule Anger <jan...@samba.org> Date: Tue Sep 6 16:19:46 2022 +0200 WHATSNEW: Add release notes for Samba 4.17.0rc5. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 27 ++++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 48ff68b91e9..73643920f6e 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 b634beca0a8..b060f2e5d09 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the fourth release candidate of Samba 4.17. This is *not* +This is the fifth 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/. @@ -257,6 +257,31 @@ smb.conf changes winbind debug traceid New parameter no +CHANGES SINCE 4.17.0rc4 +======================= + +o Ralph Boehme <s...@samba.org> + * BUG 15126: acl_xattr VFS module may unintentionally use filesystem + permissions instead of ACL from xattr. + * BUG 15153: Missing SMB2-GETINFO access checks from MS-SMB2 3.3.5.20.1. + * BUG 15161: assert failed: !is_named_stream(smb_fname)") at + ../../lib/util/fault.c:197. + +o Volker Lendecke <v...@samba.org> + * BUG 15126: acl_xattr VFS module may unintentionally use filesystem + permissions instead of ACL from xattr. + * BUG 15161: assert failed: !is_named_stream(smb_fname)") at + ../../lib/util/fault.c:197. + +o Stefan Metzmacher <me...@samba.org> + * BUG 15159: Cross-node multi-channel reconnects result in SMB2 Negotiate + returning NT_STATUS_NOT_SUPPORTED. + +o Noel Power <noel.po...@suse.com> + * BUG 15160: winbind at info level debug can coredump when processing + wb_lookupusergroups. + + CHANGES SINCE 4.17.0rc3 ======================= -- Samba Shared Repository