diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-07-27 09:48:05 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-07-27 09:50:28 +0200 |
commit | 1890a2a1725848b622f1cd7b904b3c41fd318568 (patch) | |
tree | b7546dc435b17d938c8a420a1d6d552c18e125e1 | |
parent | cc43f985d15c128486d945c2c4f1576622ab4374 (diff) | |
download | samba-1890a2a1725848b622f1cd7b904b3c41fd318568.tar.gz samba-1890a2a1725848b622f1cd7b904b3c41fd318568.tar.bz2 samba-1890a2a1725848b622f1cd7b904b3c41fd318568.zip |
WHATSNEW: Update changes.
Thanks to Jeremy for providing this summary!
Karolin
-rw-r--r-- | WHATSNEW.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index e2c033a091..512bddd3d3 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -16,6 +16,23 @@ Major enhancements in Samba 3.6.0 include: SMB2 support ------------ +SMB2 support in 3.6.0 is fully functional (with one ommission), +and can be enabled by setting: + +max protocol = SMB2 + +in the [global] section of your smb.conf and re-starting +Samba. All features should work over SMB2 except the modification +of user quotas using the Windows quota management tools. + +As this is the first release containing what we consider +to be a fully featured SMB2 protocol, we are not enabling +this by default, but encourage users to enable SMB2 and +test it. Once we have enough confirmation from Samba +users and OEMs that SMB2 support is stable in wide user +testing we will enable SMB2 by default in a future Samba +release. + Internal Winbind passdb changes ------------------------------- |