[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Tue Apr 7 06:50:17 UTC 2020


The branch, master has been updated
       via  7e102d4 Add Samba 4.12.1 to the list.
       via  f100ca0 NEWS[4.12.1]: Samba 4.12.1 Available for Download
      from  a955fae Add another cross-link to the security releases and process

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


- Log -----------------------------------------------------------------
commit 7e102d46541c9e9e8f2583166c172618611c7bf1
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Apr 7 08:49:56 2020 +0200

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

commit f100ca0e654ce046fa28b06dc48fe94a8afc838d
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Apr 7 08:47:18 2020 +0200

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

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.12.1.html                        | 74 ++++++++++++++++++++++++
 posted_news/20200407-064929.4.12.1.body.html     | 13 +++++
 posted_news/20200407-064929.4.12.1.headline.html |  3 +
 4 files changed, 91 insertions(+)
 create mode 100644 history/samba-4.12.1.html
 create mode 100644 posted_news/20200407-064929.4.12.1.body.html
 create mode 100644 posted_news/20200407-064929.4.12.1.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index ac570f7..6691a15 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.12.1.html">samba-4.12.1</a></li>
 			<li><a href="samba-4.12.0.html">samba-4.12.0</a></li>
 			<li><a href="samba-4.11.7.html">samba-4.11.7</a></li>
 			<li><a href="samba-4.11.6.html">samba-4.11.6</a></li>
diff --git a/history/samba-4.12.1.html b/history/samba-4.12.1.html
new file mode 100644
index 0000000..8f1a1dc
--- /dev/null
+++ b/history/samba-4.12.1.html
@@ -0,0 +1,74 @@
+<!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.12.1 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.12.1 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.12.1.tar.gz">Samba 4.12.1 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.12.1.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.12.0-4.12.1.diffs.gz">Patch (gzipped) against Samba 4.12.0</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.12.0-4.12.1.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.12.1
+                           April 07, 2020
+		   ==============================
+
+
+This is the latest stable release of the Samba 4.12 release series.
+
+
+Changes since 4.12.0
+--------------------
+
+o  Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
+   * BUG 14295: nmblib: Avoid undefined behaviour in handle_name_ptrs().
+
+o  Björn Baumbach <bb at sernet.de>
+   * BUG 14296: samba-tool group: Handle group names with special chars
+     correctly.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 14293: Add missing check for DMAPI offline status in async DOS
+     attributes.
+   * BUG 14295: Starting ctdb node that was powered off hard before results in
+     recovery loop.
+   * BUG 14307: smbd: Ignore set NTACL requests which contain S-1-5-88 NFS ACEs.
+   * BUG 14316: vfs_recycle: Prevent flooding the log if we're called on
+     non-existant paths.
+
+o  Günther Deschner <gd at samba.org>
+   * BUG 14313: librpc: Fix IDL for svcctl_ChangeServiceConfigW.
+   * BUG 14327: nsswitch: Fix use-after-free causing segfault in
+     _pam_delete_cred.
+
+o  Art M. Gallagher <repos at artmg.net>
+   * BUG 13622: fruit:time machine max size is broken on arm.
+
+o  Amitay Isaacs <amitay at gmail.com>
+   * BUG 14294: CTDB recovery corner cases can cause record resurrection and
+     node banning.
+
+o  Noel Power <noel.power at suse.com>
+   * BUG 14332: s3/utils: Fix double free error with smbtree.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 14294: CTDB recovery corner cases can cause record resurrection and
+     node banning.
+   * BUG 14295: Starting ctdb node that was powered off hard before results in
+     recovery loop.
+   * BUG 14324: CTDB recovery daemon can crash due to dereference of NULL
+     pointer.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20200407-064929.4.12.1.body.html b/posted_news/20200407-064929.4.12.1.body.html
new file mode 100644
index 0000000..a25f3d4
--- /dev/null
+++ b/posted_news/20200407-064929.4.12.1.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20200407-064929.4.12.1.body.html -->
+<h5><a name="4.12.1">07 April 2020</a></h5>
+<p class=headline>Samba 4.12.1 Available for Download</p>
+<p>
+This is the first stable release of the Samba 4.12 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.12.1.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.12.0-4.12.1.diffs.gz">patch against Samba 4.12.0</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.12.1.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20200407-064929.4.12.1.body.html -->
diff --git a/posted_news/20200407-064929.4.12.1.headline.html b/posted_news/20200407-064929.4.12.1.headline.html
new file mode 100644
index 0000000..6e894a4
--- /dev/null
+++ b/posted_news/20200407-064929.4.12.1.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20200407-064929.4.12.1.headline.html -->
+<li> 07 April 2020 <a href="#4.12.1">Samba 4.12.1 Available for Download</a></li>
+<!-- END: posted_news/20200407-064929.4.12.1.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list