summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-10 01:16:51 +0200
committerMichael Adam <obnox@samba.org>2012-09-10 02:58:49 +0200
commite5ecef66391235ecb6a8da80140a760e02f2d7c2 (patch)
tree31906e53787b9e99f92ec3b0eaa6296164171e11 /WHATSNEW.txt
parentebdf147d4a84bb092e795cefac1a4e28393fd343 (diff)
downloadsamba-e5ecef66391235ecb6a8da80140a760e02f2d7c2.tar.gz
samba-e5ecef66391235ecb6a8da80140a760e02f2d7c2.tar.bz2
samba-e5ecef66391235ecb6a8da80140a760e02f2d7c2.zip
WHATSNEW: list SMB3 as max protocol and durable handles as changes since 4.0 beta8
Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Mon Sep 10 02:58:49 CEST 2012 on sn-devel-104
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 4b1f0fe209..8efeecbf57 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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
=====================