WHATSNEW: Give the 'strict sync' change a header line
authorAndreas Schneider <asn@samba.org>
Thu, 27 Apr 2017 09:11:53 +0000 (11:11 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 3 May 2017 10:02:08 +0000 (12:02 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
WHATSNEW.txt

index d9324e7dbdd04b197c985253a344a805677b6e92..6226ef5e778357701727942a43b9a69af33167d6 100644 (file)
@@ -16,12 +16,6 @@ UPGRADING
 NEW FEATURES/CHANGES
 ====================
 
-The "strict sync" global parameter has been changed from
-a default of "no" to "yes". This means smbd will by default
-obey client requests to synchronize unwritten data in operating
-system buffers safely onto disk. This is a safer default setting
-for modern SMB1/2/3 clients.
-
 Authentication and Authorization audit support
 ----------------------------------------------
 
@@ -40,6 +34,15 @@ authentication, SMB and RPC authorization is covered, however password
 changes are not at this stage, and this support is not currently
 backed by a testsuite.
 
+Parameter changes
+-----------------
+
+The "strict sync" global parameter has been changed from
+a default of "no" to "yes". This means smbd will by default
+obey client requests to synchronize unwritten data in operating
+system buffers safely onto disk. This is a safer default setting
+for modern SMB1/2/3 clients.
+
 smb.conf changes
 ================