summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJule Anger <janger@samba.org>2022-08-23 16:42:35 +0200
committerJule Anger <janger@samba.org>2022-08-23 16:44:07 +0200
commitd9f7e8d41b749b2ab3b3e55452099a6f12e37280 (patch)
tree72791ba16fc8f4e7ed4c8b7978b5f06c6247a0de
parent4d37152c666d84e7c76d4e0e976d051c4bbaa9df (diff)
downloadsamba-d9f7e8d41b749b2ab3b3e55452099a6f12e37280.tar.gz
WHATSNEW: Add release notes for Samba 4.17.0rc3.
Signed-off-by: Jule Anger <janger@samba.org>
-rw-r--r--WHATSNEW.txt28
1 files changed, 27 insertions, 1 deletions
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 <jra@samba.org>
+ * BUG 15128: Possible use after free of connection_struct when iterating
+ smbd_server_connection->connections.
+
+o Christian Ambach <ambi@samba.org>
+ * BUG 15145: `net usershare add` fails with flag works with --long but fails
+ with -l.
+
+o Ralph Boehme <slow@samba.org>
+ * BUG 15126: acl_xattr VFS module may unintentionally use filesystem
+ permissions instead of ACL from xattr.
+
+o Stefan Metzmacher <metze@samba.org>
+ * BUG 15125: Performance regression on contended path based operations.
+ * BUG 15148: Missing READ_LEASE break could cause data corruption.
+
+o Andreas Schneider <asn@samba.org>
+ * BUG 15141: libsamba-errors uses a wrong version number.
+
+o Joseph Sutton <josephsutton@catalyst.net.nz>
+ * BUG 15152: SMB1 negotiation can fail to handle connection errors.
+
+
CHANGES SINCE 4.17.0rc1
=======================