WHATSNEW: list SMB3 as max protocol and durable handles as changes since 4.0 beta8
authorMichael Adam <obnox@samba.org>
Sun, 9 Sep 2012 23:16:51 +0000 (01:16 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 10 Sep 2012 00:58:49 +0000 (02:58 +0200)
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Mon Sep 10 02:58:49 CEST 2012 on sn-devel-104

WHATSNEW.txt

index 4b1f0fe2090ae28623c9f375b84d3197a29adb54..8efeecbf5757ece3c2b7257074f6f154ff5f0a2a 100644 (file)
@@ -97,6 +97,33 @@ Finally, a new scripting interface has been added to Samba 4, allowing
 Python programs to interface to Samba's internals, and many tools and
 internal workings of the DC code is now implemented in python.
 
+CHANGES SINCE beta8
+===================
+
+The smbd file server now offers SMB3 as the maximum protocol
+by default. Samba can negotiate version 3 of the SMB protocol
+and supports the required features, including all required
+features of SMB 2.1 and SMB 2.0. Note that this does not imply
+that Samba implements all features of SMB3 since many of them
+are optional capabilities. Examples of features that Samba does
+not implement yet are leases (SMB 2.1) and multi-channel (SMB 3).
+
+Samba now offers an initial support for SMB2 durable file handles.
+These are enabled by default and can be turned off on a per share
+basis by setting "durable handles = no" on the share configuration.
+Note that in order to prevent conflicts with other applications
+accessing the same files, durable handles are only granted on
+shares that are configured for CIFS/SMB2-only access, i.e. more
+explicitly shares that are configured for minimal interoperability
+with these settings:
+
+  kernel oplocks = no
+  kernel share modes = no
+  posix locking = no
+
+The option "kernel share modes" has been introduced to be able
+to turn the translation of SMB share modes into kernel flocks
+off.
 
 CHANGES SINCE beta7
 =====================