summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2010-01-15 15:56:38 +0100
committerKarolin Seeger <kseeger@samba.org>2010-01-25 10:59:29 +0100
commit70975e2dd2deda052ca2f5e0bdb1a4af6b6cf29a (patch)
treed8aec7394283999e3e1449d4cdf213945d3da493 /WHATSNEW.txt
parent06cacc759efcc26dd086c9d8508878b996d6f903 (diff)
downloadsamba-70975e2dd2deda052ca2f5e0bdb1a4af6b6cf29a.tar.gz
WHATSNEW: Start 3.5.0rc2 release notes.
Karolin (cherry picked from commit 54b98a39dcd6937203dffef3a5cd432a862737ca)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt23
1 files changed, 20 insertions, 3 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 26205e5f24f..e7fe91ada06 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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
-----------------------