summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJule Anger <janger@samba.org>2022-02-15 08:10:19 +0100
committerJule Anger <janger@samba.org>2022-02-15 08:10:33 +0100
commit5f8796ea63014be2031428c79ff5e57503ceb9a8 (patch)
tree6e3c0cd3a7e2159c6923baedd2681018632245df
parent1bbb3677ae5b95ea12bf9037b3a74725452382dc (diff)
downloadsamba-5f8796ea63014be2031428c79ff5e57503ceb9a8.tar.gz
WHATSNEW: Add release notes for Samba 4.16.0rc3.
Signed-off-by: Jule Anger <janger@samba.org>
-rw-r--r--WHATSNEW.txt32
1 files changed, 31 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index acf91910706..cdd911d40b1 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,7 +1,7 @@
Release Announcements
=====================
-This is the second release candidate of Samba 4.16. This is *not*
+This is the third release candidate of Samba 4.16. 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/.
@@ -174,6 +174,36 @@ smb.conf changes
rpc start on demand helpers Added true
+CHANGES SINCE 4.16.0rc2
+=======================
+
+o Jeremy Allison <jra@samba.org>
+ * BUG 14169: Renaming file on DFS root fails with
+ NT_STATUS_OBJECT_PATH_NOT_FOUND.
+ * BUG 14938: NT error code is not set when overwriting a file during rename
+ in libsmbclient.
+
+o Ralph Boehme <slow@samba.org>
+ * BUG 14674: net ads info shows LDAP Server: 0.0.0.0 depending on contacted
+ server.
+
+o Pavel Filipenský <pfilipen@redhat.com>
+ * BUG 14971: virusfilter_vfs_openat: Not scanned: Directory or special file.
+
+o Volker Lendecke <vl@samba.org>
+ * BUG 14900: Regression: Samba 4.15.2 on macOS segfaults intermittently
+ during strcpy in tdbsam_getsampwnam.
+ * BUG 14975: Fix a crash in vfs_full_audit - CREATE_FILE can free a used fsp.
+
+o Stefan Metzmacher <metze@samba.org>
+ * BUG 14968: smb2_signing_decrypt_pdu() may not decrypt with
+ gnutls_aead_cipher_decrypt() from gnutls before 3.5.2.
+
+o Andreas Schneider <asn@samba.org>
+ * BUG 14960: SDB uses HDB flags directly which can lead to unwanted side
+ effects.
+
+
CHANGES SINCE 4.16.0rc1
=======================