The branch, v4-17-test has been updated via fbd69dab91c VERSION: Bump version up to Samba 4.17.0rc4... via c15dfcca9f5 VERSION: Disable GIT_SNAPSHOT for the 4.17.0rc3 release. via d9f7e8d41b7 WHATSNEW: Add release notes for Samba 4.17.0rc3. from 4d37152c666 smbd: directly pass fsp to SMB_VFS_FGETXATTR() in fget_ea_dos_attribute()
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-17-test - Log ----------------------------------------------------------------- commit fbd69dab91c932ef3dba06a9806d5f62b3ec66e4 Author: Jule Anger <jan...@samba.org> Date: Tue Aug 23 16:43:44 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 c15dfcca9f52230ea200e6b13b9391f0f78c40e4 Author: Jule Anger <jan...@samba.org> Date: Tue Aug 23 16:43:12 2022 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.17.0rc3 release. Signed-off-by: Jule Anger <jan...@samba.org> commit d9f7e8d41b749b2ab3b3e55452099a6f12e37280 Author: Jule Anger <jan...@samba.org> Date: Tue Aug 23 16:42:35 2022 +0200 WHATSNEW: Add release notes for Samba 4.17.0rc3. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 28 +++++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index fee8a12cd38..ec19b8c6862 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 60e71d4f79e..63c5fe09a90 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the second release candidate of Samba 4.17. This is *not* +This is the third 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,32 @@ smb.conf changes nt hash store New parameter always volume serial number New parameter -1 +CHANGES SINCE 4.17.0rc2 +======================= + +o Jeremy Allison <j...@samba.org> + * BUG 15128: Possible use after free of connection_struct when iterating + smbd_server_connection->connections. + +o Christian Ambach <a...@samba.org> + * BUG 15145: `net usershare add` fails with flag works with --long but fails + with -l. + +o Ralph Boehme <s...@samba.org> + * BUG 15126: acl_xattr VFS module may unintentionally use filesystem + permissions instead of ACL from xattr. + +o Stefan Metzmacher <me...@samba.org> + * BUG 15125: Performance regression on contended path based operations. + * BUG 15148: Missing READ_LEASE break could cause data corruption. + +o Andreas Schneider <a...@samba.org> + * BUG 15141: libsamba-errors uses a wrong version number. + +o Joseph Sutton <josephsut...@catalyst.net.nz> + * BUG 15152: SMB1 negotiation can fail to handle connection errors. + + CHANGES SINCE 4.17.0rc1 ======================= -- Samba Shared Repository