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

Karolin Seeger kseeger at samba.org
Tue Nov 1 11:26:49 UTC 2016


The branch, v4-3-test has been updated
       via  e24f2f5 WHATSNEW: Bump version up 4.3.13...
       via  fa51afd VERSION: Disable git snapshots for the 4.3.12 release.
       via  5ed0e07 WHATSNEW: Add release notes for Samba 4.3.12.
      from  2017335 s3:libads: don't use MEMORY:ads_sasl_spnego_bind nor set "KRB5CCNAME"

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


- Log -----------------------------------------------------------------
commit e24f2f5cd27025aa4118900eebe2041d42a3c115
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Nov 1 12:08:30 2016 +0100

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

commit fa51afd7c48a8d4d4b12968331c2c14e8ed04c1a
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Nov 1 12:07:30 2016 +0100

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

commit 5ed0e075f103571c7b540375a71b391d3353544b
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Nov 1 12:07:02 2016 +0100

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

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

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


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index b3e535d..6ab305f 100644
--- a/VERSION
+++ b/VERSION
@@ -25,7 +25,7 @@
 ########################################################
 SAMBA_VERSION_MAJOR=4
 SAMBA_VERSION_MINOR=3
-SAMBA_VERSION_RELEASE=12
+SAMBA_VERSION_RELEASE=13
 
 ########################################################
 # If a official release has a serious bug              #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 0eccb25..b03de04 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,4 +1,115 @@
                    ==============================
+                   Release Notes for Samba 4.3.12
+                          November 3, 2016
+                   ==============================
+
+
+This is the last bug-fix release of Samba 4.3. There will be only security
+updates beyond this point.
+
+Major enhancements in Samba 4.3.12 include:
+
+o  Let winbindd discard expired kerberos tickets when built against
+   (internal) heimdal (BUG #12369).
+o  REGRESSION: smbd segfaults on startup, tevent context being freed
+   (BUG #12283).
+
+
+Changes since 4.3.11:
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 11838:  s4: ldb: Ignore case of "range" in sscanf as we've already
+     checked for its presence.
+   * BUG 12021: Fix smbd crash (Signal 4) on File Delete.
+   * BUG 12135: libgpo: Correctly use the 'server' parameter after parsing it
+     out of the GPO path.
+   * BUG 12139: s3: oplock: Fix race condition when closing an oplocked file.
+   * BUG 12272: Fix messaging subsystem crash.
+   * BUG 12283: REGRESSION: smbd segfaults on startup, tevent context being
+     freed.
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 12025: param: Correct the defaults for "dcerpc endpoint services".
+   * BUG 12026: build: Always build eventlog6.
+   * BUG 12154: ldb-samba: Add "secret" as a value to hide in LDIF files.
+   * BUG 12178: dbcheck: Abandon dbcheck if we get an error during a
+     transaction.
+
+o  Björn Baumbach <bb at sernet.de>
+   * BUG 8618: s3-printing: Fix migrate printer code.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 11801: Fix crash in mdssvc with older glib2 versions.
+   * BUG 11961: idmap_autorid allocates ids for unknown SIDs from other
+     backends.
+   * BUG 12005: smbd: Ignore ctdb tombstone records in
+     fetch_share_mode_unlocked_parser().
+   * BUG 12016: cleanupd terminates main smbd on exit.
+   * BUG 12028: vfs_acl_xattr: Objects without NT ACL xattr.
+   * BUG 12105: async_req: Make async_connect_send() "reentrant".
+   * BUG 12177: vfs_acl_common: Fix unexpected synthesized default ACL from
+     vfs_acl_xattr.
+   * BUG 12181: vfs_acl_xattr|tdb: Enforced settings when
+     "ignore system acls = yes".
+
+o  Günther Deschner <gd at samba.org>
+   * BUG 12285: s3-spoolss: Fix winreg_printer_ver_to_qword.
+
+o  Amitay Isaacs <amitay at gmail.com>
+   * BUG 11770: Reset TCP Connections during IP failover.
+
+o  Volker Lendecke <vl at samba.org>
+   * glusterfs: Avoid tevent_internal.h.
+   * BUG 11994: gensec/spnego: Work around missing server mechListMIC in SMB
+     servers.
+   * BUG 12268: smbd: Reset O_NONBLOCK on open files.
+   * BUG 12374: spoolss: Fix caching of printername->sharename.
+   * BUG 12045: gencache: Bail out of stabilize if we can not get the allrecord
+     lock.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 12007: libads: Ensure the right ccache is used during spnego bind.
+   * BUG 12129: samba-tool/ldapcmp: Ignore differences of whenChanged.
+   * BUG 12283: REGRESSION: smbd segfaults on startup, tevent context being
+     freed.
+   * BUG 12369: Let winbindd discard expired kerberos tickets when built against
+     (internal) heimdal.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 12106: ctdb-scripts: Fix regression in updateip code.
+   * BUG 12110: ctdb-daemon: Fix several Coverity IDs.
+
+o  Uri Simchoni <uri at samba.org>
+   * BUG 12006: auth: Fix a memory leak in gssapi_get_session_key().
+   * BUG 12149: smbd: Allow reading files based on FILE_EXECUTE access right.
+   * BUG 12172: Fix access of snapshot folders via SMB1.
+
+
+#######################################
+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.11
                             July 07, 2016
                    ==============================
@@ -68,8 +179,8 @@ database (https://bugzilla.samba.org/).
 ======================================================================
 
 
-Release notes for older releases follow:
-----------------------------------------
+----------------------------------------------------------------------
+
 
                    ==============================
                    Release Notes for Samba 4.3.10


-- 
Samba Shared Repository



More information about the samba-cvs mailing list