[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Tue Jan 28 10:27:07 UTC 2020


The branch, master has been updated
       via  ed5e94d Add Samba 4.11.6.
       via  548a3e3 NEWS[4.11.6]: Samba 4.11.6 Available for Download
      from  cfa2c81 Add Samba 4.10.13.

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


- Log -----------------------------------------------------------------
commit ed5e94df580d5cb7123597634c263e64a2d08be2
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jan 28 11:25:32 2020 +0100

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

commit 548a3e3e5435f78e14e231c60a0ef7c85aa620f1
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jan 28 11:23:58 2020 +0100

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

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.11.6.html                        | 71 ++++++++++++++++++++++++
 posted_news/20200128-102511.4.11.6.body.html     | 13 +++++
 posted_news/20200128-102511.4.11.6.headline.html |  3 +
 4 files changed, 88 insertions(+)
 create mode 100644 history/samba-4.11.6.html
 create mode 100644 posted_news/20200128-102511.4.11.6.body.html
 create mode 100644 posted_news/20200128-102511.4.11.6.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 2212cce..c700772 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.11.6.html">samba-4.11.6</a></li>
 			<li><a href="samba-4.11.5.html">samba-4.11.5</a></li>
 			<li><a href="samba-4.11.4.html">samba-4.11.4</a></li>
 			<li><a href="samba-4.11.3.html">samba-4.11.3</a></li>
diff --git a/history/samba-4.11.6.html b/history/samba-4.11.6.html
new file mode 100644
index 0000000..e5d7cd6
--- /dev/null
+++ b/history/samba-4.11.6.html
@@ -0,0 +1,71 @@
+<!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.6 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.11.6 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.11.6.tar.gz">Samba 4.11.6 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.11.6.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.11.5-4.11.6.diffs.gz">Patch (gzipped) against Samba 4.11.5</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.11.5-4.11.6.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.11.6
+                          January 28, 2020
+		   ==============================
+
+
+This is the latest stable release of the Samba 4.11 release series.
+
+
+Changes since 4.11.5:
+---------------------
+
+o  Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
+   * BUG 14209: pygpo: Use correct method flags.
+
+o  David Disseldorp <ddiss at samba.org>
+   * BUG 14216: vfs_ceph_snapshots: Fix root relative path handling.
+
+o  Torsten Fohrer <torsten.fohrer at sbe.de>
+   * BUG 14209: Avoiding bad call flags with python 3.8, using METH_NOARGS
+     instead of zero.
+
+o  Fabrice Fontaine <fontaine.fabrice at gmail.com>
+   * BUG 14218: source4/utils/oLschema2ldif: Include stdint.h before cmocka.h.
+
+o  Björn Jacke <bjacke at samba.org>
+   * BUG 14122: docs-xml/winbindnssinfo: Clarify interaction with idmap_ad etc.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 14251: smbd: Fix the build with clang.
+
+o  Gary Lockyer <gary at catalyst.net.nz>
+   * BUG 14199: upgradedns: Ensure lmdb lock files linked.
+
+o  Anoop C S <anoopcs at redhat.com>
+   * BUG 14182: s3: VFS: glusterfs: Reset nlinks for symlink entries during
+     readdir.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 14101: smbc_stat() doesn't return the correct st_mode and also the
+     uid/gid is not filled (SMBv1) file.
+   * BUG 14219: librpc: Fix string length checking in
+     ndr_pull_charset_to_null().
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 14227: ctdb-scripts: Strip square brackets when gathering connection
+     info.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20200128-102511.4.11.6.body.html b/posted_news/20200128-102511.4.11.6.body.html
new file mode 100644
index 0000000..82f8e54
--- /dev/null
+++ b/posted_news/20200128-102511.4.11.6.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20200128-102511.4.11.6.body.html -->
+<h5><a name="4.11.6">28 January 2020</a></h5>
+<p class=headline>Samba 4.11.6 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.6.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.11.5-4.11.6.diffs.gz">patch against Samba 4.11.5</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.11.6.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20200128-102511.4.11.6.body.html -->
diff --git a/posted_news/20200128-102511.4.11.6.headline.html b/posted_news/20200128-102511.4.11.6.headline.html
new file mode 100644
index 0000000..555f2a5
--- /dev/null
+++ b/posted_news/20200128-102511.4.11.6.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20200128-102511.4.11.6.headline.html -->
+<li> 28 January 2020 <a href="#4.11.6">Samba 4.11.6 Available for Download</a></li>
+<!-- END: posted_news/20200128-102511.4.11.6.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list