[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Thu Nov 3 07:42:49 UTC 2016


The branch, master has been updated
       via  c6074b2 NEWS[4.3.12]: Samba 4.3.12 Available for Download
       via  5acdd43 Add 4.5.1 and 4.3.12 to the list of releases.
      from  5a7c01b NEWS[4.4.7]: Samba 4.4.7 Available for Download

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c6074b2475abbe641c5dfcc943e48658d7031133
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Nov 1 12:37:14 2016 +0100

    NEWS[4.3.12]: Samba 4.3.12 Available for Download
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 5acdd435a9e44f89f3193886ee0c3c7e74555f62
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Nov 3 08:41:40 2016 +0100

    Add 4.5.1 and 4.3.12 to the list of releases.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

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

Summary of changes:
 history/header_history.html                      |   2 +
 history/samba-4.3.12.html                        | 110 +++++++++++++++++++++++
 posted_news/20161103-074209.4.3.12.body.html     |  13 +++
 posted_news/20161103-074209.4.3.12.headline.html |   3 +
 4 files changed, 128 insertions(+)
 create mode 100644 history/samba-4.3.12.html
 create mode 100644 posted_news/20161103-074209.4.3.12.body.html
 create mode 100644 posted_news/20161103-074209.4.3.12.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 8ef7130..d4da07d 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -9,6 +9,7 @@
 		<li><a href="/samba/history/">Release Notes</a>
 		<li class="navSub">
 			<ul>
+			<li><a href="samba-4.5.1.html">samba-4.5.1</a></li>
 			<li><a href="samba-4.5.0.html">samba-4.5.0</a></li>
 			<li><a href="samba-4.4.6.html">samba-4.4.6</a></li>
 			<li><a href="samba-4.4.5.html">samba-4.4.5</a></li>
@@ -17,6 +18,7 @@
 			<li><a href="samba-4.4.2.html">samba-4.4.2</a></li>
 			<li><a href="samba-4.4.1.html">samba-4.4.1 (do not use)</a></li>
 			<li><a href="samba-4.4.0.html">samba-4.4.0</a></li>
+			<li><a href="samba-4.3.12.html">samba-4.3.12</a></li>
 			<li><a href="samba-4.3.11.html">samba-4.3.11</a></li>
 			<li><a href="samba-4.3.10.html">samba-4.3.10</a></li>
 			<li><a href="samba-4.3.9.html">samba-4.3.9</a></li>
diff --git a/history/samba-4.3.12.html b/history/samba-4.3.12.html
new file mode 100644
index 0000000..80d513b
--- /dev/null
+++ b/history/samba-4.3.12.html
@@ -0,0 +1,110 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Samba 4.3.12 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.3.12 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.3.12.tar.gz">Samba 4.3.12 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.3.12.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.3.11-4.3.12.diffs.gz">Patch (gzipped) against Samba 4.3.11</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.3.11-4.3.12.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   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.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20161103-074209.4.3.12.body.html b/posted_news/20161103-074209.4.3.12.body.html
new file mode 100644
index 0000000..1aa993d
--- /dev/null
+++ b/posted_news/20161103-074209.4.3.12.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20161103-074209.4.3.12.body.html -->
+<h5><a name="4.3.12">03 November 2016</a></h5>
+<p class=headline>Samba 4.3.12 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.3 release series.
+</p>
+<p>
+The uncompressed tarball has been signed using GnuPG (ID 6F33915B6568B7EA).
+The source code can be <a href="https://download.samba.org/pub/samba/stable/samba-4.3.12.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.3.11-4.3.12.diffs.gz">patch against Samba 4.3.11</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.3.12.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20161103-074209.4.3.12.body.html -->
diff --git a/posted_news/20161103-074209.4.3.12.headline.html b/posted_news/20161103-074209.4.3.12.headline.html
new file mode 100644
index 0000000..be09159
--- /dev/null
+++ b/posted_news/20161103-074209.4.3.12.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20161103-074209.4.3.12.headline.html -->
+<li> 03 November 2016 <a href="#4.3.12">Samba 4.3.12 Available for Download</a></li>
+<!-- END: posted_news/20161103-074209.4.3.12.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list