diff options
author | Michael Adam <obnox@samba.org> | 2012-07-02 12:14:46 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-07-02 13:24:13 +0200 |
commit | 8d80875c4b596d9de39b92470c7fa79d500e28b7 (patch) | |
tree | a9395a16ff5c4d590d05ed2f8e371f3180a07c43 | |
parent | 86336dec7f8f7a0e9d418f39a6790c37a59b15c6 (diff) | |
download | samba-8d80875c4b596d9de39b92470c7fa79d500e28b7.tar.gz samba-8d80875c4b596d9de39b92470c7fa79d500e28b7.tar.bz2 samba-8d80875c4b596d9de39b92470c7fa79d500e28b7.zip |
WHATSNEW: Mention SMB 2.1 support (reauthentication/mulit-credit) and config default
-rw-r--r-- | WHATSNEW.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index ed835d8df8..710f6bd90f 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -105,6 +105,14 @@ $ git log samba-4.0.0beta2..samba-4.0.0beta3 Some major user-visible changes include: +Samba now includes support for version 2.1 of the SMB protocol, +the SMB2 version of Windows 7 and 2008R2, including dynamic +reauthentication and support for multi-credit (large MTU). +Consequently, Samba negotiates SMB 2.1 by default: The value "SMB2" +for the configuration parameter "max protocol" has been changed to +be an alias for SMB 2.1. Previously, the default SMB2 version of +Samba was the original version 2.0 of SMB that was shipped with +Windows Vista and 2008. KNOWN ISSUES |