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

Karolin Seeger kseeger at samba.org
Tue Jul 25 09:09:11 UTC 2017


The branch, v4-7-test has been updated
       via  eb874b9 VERSION: Bump version up to 4.7.0rc4...
       via  ce4fa8f VERSION: Disable GIT_SNAPSHOTS for the 4.7.0rc3 release.
       via  fabbc51 WHATSNEW: Add release notes for Samba 4.7.0rc3.
      from  54088c0 s3: drop build_env

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


- Log -----------------------------------------------------------------
commit eb874b948267d9aa76331b8de6768fa4e6ddb3da
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jul 25 11:06:45 2017 +0200

    VERSION: Bump version up to 4.7.0rc4...
    
    and re-enable GIT_SNAPSHOTS.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit ce4fa8f669a1667e6b9f7953a7807af312c24d2d
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jul 25 11:05:53 2017 +0200

    VERSION: Disable GIT_SNAPSHOTS for the 4.7.0rc3 release.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit fabbc517758f29577d3f650ca92d1c66c9cf595a
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jul 25 11:04:54 2017 +0200

    WHATSNEW: Add release notes for Samba 4.7.0rc3.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

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

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


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index bf2f52f..9c77c15 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=3
+SAMBA_VERSION_RC_RELEASE=4
 
 ########################################################
 # To mark SVN snapshots this should be set to 'yes'    #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 5d49bb7..3bddec7 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,7 +1,7 @@
 Release Announcements
 =====================
 
-This is the second release candidate of Samba 4.7.  This is *not*
+This is the third release candidate of Samba 4.7.  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/.
@@ -78,7 +78,6 @@ LDAP read inconsistency
 See https://bugzilla.samba.org/show_bug.cgi?id=12858 for more details
 and updated advise on database recovery for affected installations.
 
-
 Samba AD with MIT Kerberos
 --------------------------
 
@@ -303,6 +302,7 @@ the previous behaviour.  Two new values have been provided,
 and 'disabled', totally disabling NTLM authentication and password
 changes.
 
+
 smb.conf changes
 ================
 
@@ -330,6 +330,65 @@ KNOWN ISSUES
 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.7#Release_blocking_bugs
 
 
+CHANGES SINCE 4.7.0rc2
+======================
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 12836: s3: smbd: Fix a read after free if a chained SMB1 call goes
+     async.
+   * BUG 12899: s3: libsmb: Reverse sense of 'clear all attributes', ignore
+     attribute change in SMB2 to match SMB1.
+   * BUG 12914: s3: smbclient: Add new command deltree.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 12885: s3/smbd: Let non_widelink_open() chdir() to directories
+     directly.
+   * BUG 12887: Remove SMB_VFS_STRICT_UNLOCK noop from the VFS.
+   * BUG 12891: Enable TDB mutexes in dbwrap and ctdb.
+   * BUG 12897: vfs_fruit: don't use MS NFS ACEs with Windows clients.
+   * BUG 12910: s3/notifyd: Ensure notifyd doesn't return from
+     smbd_notifyd_init.
+
+o  Alexander Bokovoy <ab at samba.org>
+   * BUG 12905: Build py3 versions of other rpc modules.
+
+o  Günther Deschner <gd at samba.org>
+   * BUG 12840: vfs_fruit: Add "fruit:model = <modelname>" parametric option.
+
+o  Dustin L. Howett
+   * BUG 12720: idmap_ad: Retry query_user exactly once if we get
+     TLDAP_SERVER_DOWN.
+
+o  Amitay Isaacs <amitay at gmail.com>
+   * BUG 12891: dbwrap_ctdb: Fix calculation of persistent flag.
+
+o  Thomas Jarosch <thomas.jarosch at intra2net.com>
+   * BUG 12927: s3: libsmb: Fix use-after-free when accessing pointer *p.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 12925: smbd: Fix a connection run-down race condition.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * tevent: version 0.9.33: make tevent_req_print() more robust against crashes.
+   * ldb: version 1.2.1
+   * BUG 12882: Do not install _ldb_text.py if we have system libldb.
+   * BUG 12890: s3:smbd: consistently use talloc_tos() memory for
+     rpc_pipe_open_interface().
+   * BUG 12900: Fix index out of bound in ldb_msg_find_common_values.
+
+o  Rowland Penny <rpenny at samba.org>
+   * BUG 12884: Easily edit a users object in AD, as if using 'ldbedit'.
+
+o  Bernhard M. Wiedemann <bwiedemann at suse.de>
+   * BUG 12906: s3: drop build_env
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 12882: waf: Do not install _ldb_text.py if we have system libldb.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 12898: ctdb-common: Set close-on-exec when creating PID file.
+
+
 CHANGES SINCE 4.7.0rc1
 ======================
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list