[SCM] Samba Shared Repository - branch v4-3-test updated

Stefan Metzmacher metze at samba.org
Tue Sep 1 12:02:53 UTC 2015


The branch, v4-3-test has been updated
       via  c9ed862 WHATSNEW: Prepare release notes for Samba 4.3.0rc5
       via  df1bc8b VERSION: Bump version up to 4.3.0rc5...
       via  a05925b VERSION: Release Samba 4.3.0rc4
       via  087e2f2 WHATSNEW: Update release notes for Samba 4.3.0rc3
       via  5cf3083 WHATSNEW: mention improved sparse file support
      from  b9e5d16 ldb:wscript: make it possible to build samba with a system ldb again

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-3-test


- Log -----------------------------------------------------------------
commit c9ed862d73a6c36c7e23f3a320671006fff48f1a
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Sep 1 12:48:40 2015 +0200

    WHATSNEW: Prepare release notes for Samba 4.3.0rc5
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

commit df1bc8b5c31570e7add72ba82867da122f439f76
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Sep 1 12:46:47 2015 +0200

    VERSION: Bump version up to 4.3.0rc5...
    
    ...and re-enable git snapshots.
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

commit a05925b083bab99cd004b6f1688a4da7127ef98b
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Sep 1 12:46:21 2015 +0200

    VERSION: Release Samba 4.3.0rc4
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

commit 087e2f28f4db8f891ce799d8c06c6b74dfc78c7c
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Sep 1 11:52:10 2015 +0200

    WHATSNEW: Update release notes for Samba 4.3.0rc3
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

commit 5cf30835c98b0b43c41680d7a5f14c85d27e5904
Author: David Disseldorp <ddiss at samba.org>
Date:   Tue Sep 1 11:33:33 2015 +0200

    WHATSNEW: mention improved sparse file support
    
    Signed-off-by: David Disseldorp <ddiss at samba.org>
    Reviewed-by: Stefan Metzmacher <metze at samba.org>

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

Summary of changes:
 VERSION      |  2 +-
 WHATSNEW.txt | 35 ++++++++++++++++++++++++++++++++++-
 2 files changed, 35 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index 2b6b1ad..8d25539 100644
--- a/VERSION
+++ b/VERSION
@@ -87,7 +87,7 @@ SAMBA_VERSION_PRE_RELEASE=
 # e.g. SAMBA_VERSION_RC_RELEASE=1                      #
 #  ->  "3.0.0rc1"                                      #
 ########################################################
-SAMBA_VERSION_RC_RELEASE=4
+SAMBA_VERSION_RC_RELEASE=5
 
 ########################################################
 # To mark SVN snapshots this should be set to 'yes'    #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 4150dba..fa9a157 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,7 +1,7 @@
 Release Announcements
 =====================
 
-This is the fourth release candidate of Samba 4.3.  This is *not*
+This is the fifth release candidate of Samba 4.3.  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/.
@@ -257,6 +257,13 @@ results are more accurate than running the test with an emulator, because
 they reflect the exact kernel and system libraries that exist on the
 target.
 
+Improved Sparse File Support
+----------------------------
+Support for the FSCTL_SET_ZERO_DATA and FSCTL_QUERY_ALLOCATED_RANGES
+SMB2 requests has been added to the smbd file server.
+This allows for clients to deallocate (hole punch) regions within a
+sparse file, and check which portions of a file are allocated.
+
 
 ######################################################################
 Changes
@@ -290,9 +297,35 @@ KNOWN ISSUES
 Currently none.
 
 
+CHANGES SINCE 4.2.0rc4
+======================
+
+
 CHANGES SINCE 4.2.0rc3
 ======================
 
+o   Ralph Boehme <slow at samba.org>
+    * Bug 11444: Crash in notify_remove caused by change notify = no
+
+o   Günther Deschner <gd at samba.org>
+    * Bug 11411: smbtorture does not build when configured --with-system-mitkrb5
+
+o   Volker Lendecke <vl at samba.org>
+    * Bug 11455: fix recursion problem in rep_strtoll in lib/replace/replace.c
+    * Bug 11464: xid2sid gives inconsistent results
+    * Bug 11465: ctdb: Fix the build on FreeBSD 10.1
+
+o   Roel van Meer <roel at 1afa.com>
+    * Bug 11427: nmbd incorrectly matches netbios names as own name
+
+o   Stefan Metzmacher <metze at samba.org>
+    * Bug 11451: Poor SMB3 encryption performance with AES-GCM
+    * Bug 11458: --bundled-libraries=!ldb,!pyldb,!pyldb-util doesn't
+      disable ldb build and install
+
+o   Andreas Schneider <asn at samba.org>
+    * Bug 9862: Samba "map to guest = Bad uid" doesn't work
+
 
 CHANGES SINCE 4.3.0rc2
 ======================


-- 
Samba Shared Repository



More information about the samba-cvs mailing list