[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Thu Mar 26 09:08:02 UTC 2020


The branch, master has been updated
       via  f9562f7 Add Samba 4.10.14 to the list.
       via  72ba9cd NEWS[4.10.14]: Samba 4.10.14 Available for Download
      from  1528c74 Fix date in release notes.

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


- Log -----------------------------------------------------------------
commit f9562f7c57c1dba580a663a992a18faa4dc4a5a2
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Mar 26 10:07:42 2020 +0100

    Add Samba 4.10.14 to the list.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 72ba9cd243ecefbb4f4c0600eb995991116a1fd6
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Mar 26 10:03:53 2020 +0100

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

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

Summary of changes:
 history/header_history.html                       |  1 +
 history/samba-4.10.14.html                        | 67 +++++++++++++++++++++++
 posted_news/20200326-090720.4.10.14.body.html     | 13 +++++
 posted_news/20200326-090720.4.10.14.headline.html |  3 +
 4 files changed, 84 insertions(+)
 create mode 100644 history/samba-4.10.14.html
 create mode 100644 posted_news/20200326-090720.4.10.14.body.html
 create mode 100644 posted_news/20200326-090720.4.10.14.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index d0bd3d0..ac570f7 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -18,6 +18,7 @@
 			<li><a href="samba-4.11.2.html">samba-4.11.2</a></li>
 			<li><a href="samba-4.11.1.html">samba-4.11.1</a></li>
 			<li><a href="samba-4.11.0.html">samba-4.11.0</a></li>
+			<li><a href="samba-4.10.14.html">samba-4.10.14</a></li>
 			<li><a href="samba-4.10.13.html">samba-4.10.13</a></li>
 			<li><a href="samba-4.10.12.html">samba-4.10.12</a></li>
 			<li><a href="samba-4.10.11.html">samba-4.10.11</a></li>
diff --git a/history/samba-4.10.14.html b/history/samba-4.10.14.html
new file mode 100644
index 0000000..cacaa5c
--- /dev/null
+++ b/history/samba-4.10.14.html
@@ -0,0 +1,67 @@
+<!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.10.14 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.10.14 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.10.14.tar.gz">Samba 4.10.14 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.10.14.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.10.13-4.10.14.diffs.gz">Patch (gzipped) against Samba 4.10.13</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.10.13-4.10.14.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ===============================
+                   Release Notes for Samba 4.10.14
+                           March 26, 2020
+                   ===============================
+
+
+This is the last bugfix release of the Samba 4.10 release series. There will be
+security releases only beyond this point.
+
+
+Changes since 4.10.13
+---------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 14239: s3: lib: nmblib. Clean up and harden nmb packet processing.
+   * BUG 14283: s3: VFS: full_audit. Use system session_info if called from a
+     temporary share definition.
+
+o  Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
+   * BUG 20193: nmblib: Avoid undefined behaviour in handle_name_ptrs().
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 14258: dsdb: Correctly handle memory in objectclass_attrs.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 14247: auth: Fix CID 1458418 Null pointer dereferences (REVERSE_INULL),
+     auth: Fix CID 1458420 Null pointer dereferences (REVERSE_INULL).
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 14247: winbind member (source3) fails local SAM auth with empty domain
+     name.
+   * BUG 14265: winbindd: Handling missing idmap in getgrgid().
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 14253: lib:util: Log mkdir error on correct debug levels.
+   * BUG 14266: wafsamba: Do not use 'rU' as the 'U' is deprecated in
+     Python 3.9.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 14274: ctdb-tcp: Make error handling for outbound connection
+     consistent.
+   * BUG 14295: Starting ctdb node that was powered off hard before results in
+     recovery loop.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20200326-090720.4.10.14.body.html b/posted_news/20200326-090720.4.10.14.body.html
new file mode 100644
index 0000000..e1c680d
--- /dev/null
+++ b/posted_news/20200326-090720.4.10.14.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20200326-090720.4.10.14.body.html -->
+<h5><a name="4.10.14">26 March 2020</a></h5>
+<p class=headline>Samba 4.10.14 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.10 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.10.14.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.10.13-4.10.14.diffs.gz">patch against Samba 4.10.13</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.10.14.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20200326-090720.4.10.14.body.html -->
diff --git a/posted_news/20200326-090720.4.10.14.headline.html b/posted_news/20200326-090720.4.10.14.headline.html
new file mode 100644
index 0000000..0c22f60
--- /dev/null
+++ b/posted_news/20200326-090720.4.10.14.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20200326-090720.4.10.14.headline.html -->
+<li> 26 March 2020 <a href="#4.10.14">Samba 4.10.14 Available for Download</a></li>
+<!-- END: posted_news/20200326-090720.4.10.14.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list