WHATSNEW: Start 3.5.0rc2 release notes.
authorKarolin Seeger <kseeger@samba.org>
Fri, 15 Jan 2010 14:56:38 +0000 (15:56 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 25 Jan 2010 09:59:29 +0000 (10:59 +0100)
Karolin
(cherry picked from commit 54b98a39dcd6937203dffef3a5cd432a862737ca)

WHATSNEW.txt

index 26205e5f24f903592b585e9fbb2ce83a525f4ebe..e7fe91ada063a602951feeae4ce3b9d7b08ed52c 100644 (file)
@@ -1,9 +1,9 @@
                    ================================
-                   Release Notes for Samba 3.5.0rc1
-                          January 7, 2010
+                   Release Notes for Samba 3.5.0rc2
+                          January 26, 2010
                    ================================
 
-This is the first release candidate of Samba 3.5.  This is *not*
+This is the second release candidate of Samba 3.5.  This is *not*
 intended for production environments and is designed for testing
 purposes only.  Please report any defects via the Samba bug reporting
 system at https://bugzilla.samba.org/.
@@ -23,6 +23,9 @@ Winbind changes:
 o Major refactoring
 o Asynchronous
 
+VFS modules:
+o New vfs_scannedonly module has been added.
+
 
 General changes:
 ================
@@ -51,6 +54,13 @@ 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'.
 
+VFS modules
+===========
+
+A new VFS module "scannedonly" has been added. This is a filter that
+talks to an antivirus-engine and stores whether a file is clean or not.
+Users do only see clean files on their filesystem.
+
 
 ######################################################################
 Changes
@@ -97,6 +107,13 @@ o   Stefan Metzmacher <metze@samba.org>
     * Implement the new SMB2 protocol (experimental).
 
 
+Changes since 3.5.0rc1
+----------------------
+
+o   Olivier Sessink <oliviersessink@gmail.com>
+    * BUG 7028: Add new scannedonly VFS module.
+
+
 Changes since 3.5.0pre2
 -----------------------