[SCM] Samba Shared Repository - branch v3-5-test updated

Karolin Seeger kseeger at samba.org
Fri Jan 15 07:57:12 MST 2010


The branch, v3-5-test has been updated
       via  54b98a3... WHATSNEW: Start 3.5.0rc2 release notes.
       via  fa12a98... VERSION: Raise version number up to 3.5.0rc2.
      from  19c78aa... s3-libsmbclient: Fix crash bug in SMBC_parse_path().

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit 54b98a39dcd6937203dffef3a5cd432a862737ca
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Jan 15 15:56:38 2010 +0100

    WHATSNEW: Start 3.5.0rc2 release notes.
    
    Karolin

commit fa12a98dfdf336a4ee2f653fa0cffb4a4b1ccfe9
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Jan 15 15:30:06 2010 +0100

    VERSION: Raise version number up to 3.5.0rc2.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 WHATSNEW.txt    |   23 ++++++++++++++++++++---
 source3/VERSION |    2 +-
 2 files changed, 21 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 26205e5..e7fe91a 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 at samba.org>
     * Implement the new SMB2 protocol (experimental).
 
 
+Changes since 3.5.0rc1
+----------------------
+
+o   Olivier Sessink <oliviersessink at gmail.com>
+    * BUG 7028: Add new scannedonly VFS module.
+
+
 Changes since 3.5.0pre2
 -----------------------
 
diff --git a/source3/VERSION b/source3/VERSION
index 57b741e..325c814 100644
--- a/source3/VERSION
+++ b/source3/VERSION
@@ -56,7 +56,7 @@ SAMBA_VERSION_PRE_RELEASE=
 # e.g. SAMBA_VERSION_RC_RELEASE=1                      #
 #  ->  "3.0.0rc1"                                      #
 ########################################################
-SAMBA_VERSION_RC_RELEASE=1
+SAMBA_VERSION_RC_RELEASE=2
 
 ########################################################
 # To mark SVN snapshots this should be set to 'yes'    #


-- 
Samba Shared Repository


More information about the samba-cvs mailing list