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

Karolin Seeger kseeger at samba.org
Tue Jun 14 07:36:02 UTC 2016


The branch, v4-3-test has been updated
       via  55785c9 VERSION: Bump version up to 4.3.11...
       via  65573bb VERSION: Disable git snapshots for the 4.3.10 release.
       via  8935d6e WHATSNEW: Add release notes for Samba 4.3.10.
      from  a23461d lib: replace: snprintf - Fix length calculation for hex/octal 64-bit values.

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


- Log -----------------------------------------------------------------
commit 55785c95e7f74fb81fc95b435377a7879743dc37
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jun 14 09:34:22 2016 +0200

    VERSION: Bump version up to 4.3.11...
    
    and re-enable git snapshots.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 65573bb07a6f86179e789023a20bb7cace0bb37c
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jun 14 09:33:27 2016 +0200

    VERSION: Disable git snapshots for the 4.3.10 release.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 8935d6e4dfa3bfc10f3c2eaddeefc3b83a53219b
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jun 14 09:32:44 2016 +0200

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

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

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


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index 7631791..da996f5 100644
--- a/VERSION
+++ b/VERSION
@@ -25,7 +25,7 @@
 ########################################################
 SAMBA_VERSION_MAJOR=4
 SAMBA_VERSION_MINOR=3
-SAMBA_VERSION_RELEASE=10
+SAMBA_VERSION_RELEASE=11
 
 ########################################################
 # If a official release has a serious bug              #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 4e461bc..4bad9ab 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,3 +1,104 @@
+                   ==============================
+                   Release Notes for Samba 4.3.10
+                            June 15, 2016
+                   ==============================
+
+
+This is the latest stable release of Samba 4.3.
+
+
+Changes since 4.3.9:
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 10618: Do not ignore supplementary groups.
+
+o  Christian Ambach <ambi at samba.org>
+   * BUG 10796: s3:rpcclient: Make '--pw-nt-hash' option work.
+   * BUG 11354: s3:libsmb/clifile: Use correct value for MaxParameterCount for
+     setting EAs.
+   * BUG 11438: s3:smbd/service disable case-sensitivity for SMB2/3 connections.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 1703: s3:libnet:libnet_join: Add netbios aliases as SPNs.
+   * BUG 11721: vfs_fruit: Add an option that allows disabling POSIX rename
+     behaviour.
+
+o  Alexander Bokovoy <ab at samba.org>
+   * BUG 11936: s3-smbd: Support systemd 230.
+
+o  Jérémie Courrèges-Anglas <jca at wxcvbn.org>
+   * BUG 11864: Provide fallback code for non-portable clearenv(3).
+
+o  Günther Deschner <gd at samba.org>
+   * BUG 11864: s3:client:smbspool_krb5_wrapper: fix the non clearenv build.
+
+o  Robin McCorkell <robin at mccorkell.me.uk>
+   * BUG 11276: Correctly set cli->raw_status for libsmbclient in SMB2 code.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 11910: s3:smbd: Fix anonymous authentication if signing is mandatory.
+   * BUG 11912: libcli/auth: Let msrpc_parse() return talloc'ed empty strings.
+   * BUG 11914: s3:ntlm_auth: Make ntlm_auth_generate_session_info() more
+     complete.
+   * BUG 11927: s3:rpcclient: Make use of SMB_SIGNING_IPC_DEFAULT.
+
+o  Luca Olivetti <luca at wetron.es>
+   * BUG 11530: pdb: Fix segfault in pdb_ldap for missing gecos.
+
+o  Rowland Penny <rpenny at samba.org>
+   * BUG 11613: samba-tool: Allow 'samba-tool fsmo' to cope with empty or missing
+     fsmo roles.
+
+o  Anoop C S <anoopcs at redhat.com>
+   * BUG 11907: packaging: Set default limit for core file size in service
+     files.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 11922: s3-net: Convert the key_name to UTF8 during migration.
+   * BUG 11935: s3-smbspool: Log to stderr.
+
+o  Uri Simchoni <uri at samba.org>
+   * BUG 11900: heimdal: Encode/decode kvno as signed integer.
+   * BUG 11931: s3-quotas: Fix sysquotas_4B quota fetching for BSD.
+
+o  Raghavendra Talur <rtalur at redhat.com>
+   * BUG 11907: init: Set core file size to unlimited by default.
+
+o  Hemanth Thummala <hemanth.thummala at nutanix.com>
+   * BUG 11934: Fix memory leak in share mode locking.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 11844: smbd: Fix an assert.
+
+o  Lorinczy Zsigmond <lzsiga at freemail.c3.hu>
+   * BUG 11947: lib: replace: snprintf - Fix length calculation for hex/octal
+     64-bit values.
+
+
+#######################################
+Reporting bugs & Development Discussion
+#######################################
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical IRC channel on irc.freenode.net.
+
+If you do report problems then please try to send high quality
+feedback. If you don't provide vital information to help us track down
+the problem then you will probably be ignored.  All bug reports should
+be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+======================================================================
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+======================================================================
+
+
+Release notes for older releases follow:
+----------------------------------------
+
                    =============================
                    Release Notes for Samba 4.3.9
                             May 2, 2016
@@ -108,8 +209,7 @@ database (https://bugzilla.samba.org/).
 ======================================================================
 
 
-Release notes for older releases follow:
-----------------------------------------
+----------------------------------------------------------------------
 
 
                    =============================


-- 
Samba Shared Repository



More information about the samba-cvs mailing list