WHATSNEW: Start with the major changes section.
authorKarolin Seeger <kseeger@samba.org>
Wed, 18 Nov 2009 12:31:16 +0000 (13:31 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:40:59 +0000 (11:40 +0100)
Karolin
(cherry picked from commit 477b5c90ab3fb7e91dfe06b2ecb678172de375d1)

WHATSNEW.txt

index 57da97522765a25633f18d482417dc397c48e980..9ba8e9106d6f34ec2b5ef78ef85d55fca89e2b78 100644 (file)
@@ -10,6 +10,45 @@ system at https://bugzilla.samba.org/.
 
 Major enhancements in Samba 3.5.0 include:
 
+General changes:
+o Add support for full Windows timestamp resolution
+
+Protocol changes:
+o Experimental implementation of SMB2
+
+Printing Changes:
+o Add encryption support for connections to a CUPS server
+
+Winbind changes:
+o Major refactoring
+o Asynchronous
+
+General changes:
+================
+
+Support for full Windows timestamp resolution has been added. This effectively
+makes us use Windows' full 100ns timestamp resolution if supported by the
+kernel (2.6.22 and higher) and the glibc (2.6 and higher).
+
+Protocol changes
+================
+
+An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
+enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
+SMB protocol used by Windows Vista and higher.
+
+Printing Changes
+================
+
+A new parameter "cups encrypt" has been added to control whether connections to
+CUPS servers will be encrypted or not. The default is to use unencrypted
+connections.
+
+Winbind changes
+===============
+
+The Winbind daemon has been refactored internally to be asynchronous. The new
+Winbind will not be blocked by running 'wbinfo -g' or 'wbinfo -u'.
 
 ######################################################################
 Changes