summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-08-18 12:27:47 +0200
committerStefan Metzmacher <metze@samba.org>2015-08-18 12:38:18 +0200
commit5b3545e4b939990a6d39a13e43cc2ab1f3469345 (patch)
treebe384d489fb2168e24179f8a812c5fd9d1a3eb31
parentdfa6a2d025e68250b49cb1c27ce69fbcbd7bdde8 (diff)
downloadsamba-5b3545e4b939990a6d39a13e43cc2ab1f3469345.tar.gz
WHATSNEW: Update release notes for Samba 4.3.0rc3
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
-rw-r--r--WHATSNEW.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index a657a9e7156..68ff6efde13 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -126,6 +126,12 @@ Both client and server have support for SMB 3.1.1 now.
This is the dialect introduced with Windows 10, it improves the secure
negotiation of SMB dialects and features.
+There's also a new optinal encryption algorithm aes-gcm-128,
+but for now this is only selected as fallback and aes-ccm-128
+is preferred because of the better performance. This might change
+in future versions when hardware encryption will be supported.
+See https://bugzilla.samba.org/show_bug.cgi?id=11451.
+
New smbclient subcommands
-------------------------
@@ -287,6 +293,31 @@ Currently none.
CHANGES SINCE 4.3.0rc2
======================
+o Andrew Bartlett <abartlet@samba.org>
+ * Bug 11436: samba-tool uncaught exception error
+ * Bug 10493: revert LDAP extended rule 1.2.840.113556.1.4.1941
+ LDAP_MATCHING_RULE_IN_CHAIN changes
+
+o Ralph Boehme <slow@samba.org>
+ * Bug 11278: Stream names with colon don't work with
+ fruit:encoding = native
+ * Bug 11426: net share allowedusers crashes
+
+o Amitay Isaacs <amitay@gmail.com>
+ * Bug 11432: Fix crash in nested ctdb banning
+ * Bug 11434: Cannot build ctdbpmda
+ * Bug 11431: CTDB's eventscript error handling is broken
+
+o Stefan Metzmacher <metze@samba.org>
+ * Bug 11451: Poor SMB3 encryption performance with AES-GCM (part1)
+ * Bug 11316: tevent_fd needs to be destroyed before closing the fd
+
+o Arvid Requate <requate@univention.de>
+ * Bug 11291: NetApp joined to a Samba/ADDC cannot resolve SIDs
+
+o Martin Schwenke <martin@meltin.net>
+ * Bug 11432: Fix crash in nested ctdb banning
+
CHANGES SINCE 4.3.0rc1
======================