diff options
author | Ralph Boehme <slow@samba.org> | 2016-07-21 12:21:46 -0700 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2016-07-22 10:32:22 +0200 |
commit | 95e3d185ba88e48fa7b613b54587557dc6452a71 (patch) | |
tree | a99e789c693059c0bd8e43e02e0841ea4b1685be /WHATSNEW.txt | |
parent | dd10c820aab1c04f079c0d0f41dc176fdd5545c4 (diff) | |
download | samba-95e3d185ba88e48fa7b613b54587557dc6452a71.tar.gz |
WHATSNEW: SMB 2.1 leases enabled by default
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r-- | WHATSNEW.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 6c867957c8c..2cda3750ebc 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -126,7 +126,14 @@ Samba-tool improvements Running samba-tool on the command line should now be a lot snappier. The tool now only loads the code specific to the subcommand that you wish to run. +SMB 2.1 Leases enabled by default +--------------------------------- +Leasing is an SMB 2.1 (and higher) feature which allows clients to +aggressively cache files locally above and beyond the caching allowed +by SMB 1 oplocks. This feature was disabled in previous releases, but +the SMB2 leasing code is now considered mature and stable enough to be +enabled by default. REMOVED FEATURES ================ @@ -144,6 +151,7 @@ smb.conf changes only user Removed username Removed kccsrv:samba_kcc Changed default true + smb2 leases Changed default yes KNOWN ISSUES ============ |