From: Jule Anger Date: Tue, 23 Aug 2022 14:42:35 +0000 (+0200) Subject: WHATSNEW: Add release notes for Samba 4.17.0rc3. X-Git-Tag: samba-4.17.0rc3~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9f7e8d41b749b2ab3b3e55452099a6f12e37280;p=thirdparty%2Fsamba.git WHATSNEW: Add release notes for Samba 4.17.0rc3. Signed-off-by: Jule Anger --- 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 + * BUG 15128: Possible use after free of connection_struct when iterating + smbd_server_connection->connections. + +o Christian Ambach + * BUG 15145: `net usershare add` fails with flag works with --long but fails + with -l. + +o Ralph Boehme + * BUG 15126: acl_xattr VFS module may unintentionally use filesystem + permissions instead of ACL from xattr. + +o Stefan Metzmacher + * BUG 15125: Performance regression on contended path based operations. + * BUG 15148: Missing READ_LEASE break could cause data corruption. + +o Andreas Schneider + * BUG 15141: libsamba-errors uses a wrong version number. + +o Joseph Sutton + * BUG 15152: SMB1 negotiation can fail to handle connection errors. + + CHANGES SINCE 4.17.0rc1 =======================