[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Tue May 5 11:47:57 UTC 2020


The branch, master has been updated
       via  4e898b9 Add Samba 4.11.9.
       via  689512b NEWS[4.11.9]: Samba 4.11.9 Available for Download
      from  ad435d1 make dark mode dark less black

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


- Log -----------------------------------------------------------------
commit 4e898b9ca91dcaec0a9a9bb3d123ed557acca37c
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue May 5 13:47:41 2020 +0200

    Add Samba 4.11.9.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 689512b4615c3bc575a125733f4955e92c736776
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue May 5 13:46:01 2020 +0200

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

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.11.9.html                        | 85 ++++++++++++++++++++++++
 posted_news/20200505-114719.4.11.9.body.html     | 13 ++++
 posted_news/20200505-114719.4.11.9.headline.html |  3 +
 4 files changed, 102 insertions(+)
 create mode 100644 history/samba-4.11.9.html
 create mode 100644 posted_news/20200505-114719.4.11.9.body.html
 create mode 100644 posted_news/20200505-114719.4.11.9.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 41dbb23..3395864 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -12,6 +12,7 @@
 			<li><a href="samba-4.12.2.html">samba-4.12.2</a></li>
 			<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.9.html">samba-4.11.9</a></li>
 			<li><a href="samba-4.11.8.html">samba-4.11.8</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.11.9.html b/history/samba-4.11.9.html
new file mode 100644
index 0000000..69472ac
--- /dev/null
+++ b/history/samba-4.11.9.html
@@ -0,0 +1,85 @@
+<!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.11.9 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.11.9 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.11.9.tar.gz">Samba 4.11.9 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.11.9.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.11.8-4.11.9.diffs.gz">Patch (gzipped) against Samba 4.11.8</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.11.8-4.11.9.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.11.9
+                            May 05, 2020
+		   ==============================
+
+
+This is the latest stable release of the Samba 4.11 release series.
+
+
+Changes since 4.11.8
+--------------------
+
+o  Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
+   * BUG 14242: nmblib: Avoid undefined behaviour in handle_name_ptrs().
+
+o  Björn Baumbach <bb at sernet.de>
+   * BUG 14296: 'samba-tool group' commands do not handle group names with
+     special chars correctly.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 14237: smbd: avoid calling vfs_file_id_from_sbuf() if statinfo is not
+     valid.
+   * BUG 14293: Missing check for DMAPI offline status in async DOS attributes.
+   * 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.
+   * BUG 14320: smbd mistakenly updates a file's write-time on close.
+
+o  Alexander Bokovoy <ab at samba.org>
+   * BUG 14359: RPC handles cannot be differentiated in source3 RPC server.
+
+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: Fix fruit:time machine max size on arm.
+
+o  Amitay Isaacs <amitay at gmail.com>
+   * BUG 14294: CTDB recovery corner cases can cause record resurrection and
+     node banning.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 14348: ctdb: Fix a memleak.
+   * libsmb: Don't try to find posix stat info in SMBC_getatr().
+
+o  Noel Power <noel.power at suse.com>
+   * BUG 14295: ctdb-tcp: Move free of inbound queue to TCP restart.
+   * BUG 14344: s3/librpc/crypto: Fix double free with unresolved credential
+     cache.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 14336: s3:libads: Fix ads_get_upn().
+
+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-recoverd: Avoid dereferencing NULL rec->nodemap.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20200505-114719.4.11.9.body.html b/posted_news/20200505-114719.4.11.9.body.html
new file mode 100644
index 0000000..d753946
--- /dev/null
+++ b/posted_news/20200505-114719.4.11.9.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20200505-114719.4.11.9.body.html -->
+<h5><a name="4.11.9">05 May 2020</a></h5>
+<p class=headline>Samba 4.11.9 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.11 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.11.9.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.11.8-4.11.9.diffs.gz">patch against Samba 4.11.8</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.11.9.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20200505-114719.4.11.9.body.html -->
diff --git a/posted_news/20200505-114719.4.11.9.headline.html b/posted_news/20200505-114719.4.11.9.headline.html
new file mode 100644
index 0000000..d268a2e
--- /dev/null
+++ b/posted_news/20200505-114719.4.11.9.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20200505-114719.4.11.9.headline.html -->
+<li> 05 May 2020 <a href="#4.11.9">Samba 4.11.9 Available for Download</a></li>
+<!-- END: posted_news/20200505-114719.4.11.9.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list