[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Tue Aug 25 07:52:56 UTC 2020


The branch, master has been updated
       via  464fbd0 Add Samba 4.11.12 to the list.
       via  447c9f3 NEWS[4.11.12]: Samba 4.11.12 Available for Download
      from  b5b291f NEWS[4.13.0rc2]: Samba 4.13.0rc2 Available for Download

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


- Log -----------------------------------------------------------------
commit 464fbd01e86048b792180157bc510cf90a27bf6e
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Aug 25 09:52:38 2020 +0200

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

commit 447c9f36115d1cc091d3a828043facde5633c6ea
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Aug 25 09:50:12 2020 +0200

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

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

Summary of changes:
 history/header_history.html                       |  1 +
 history/samba-4.11.12.html                        | 68 +++++++++++++++++++++++
 posted_news/20200825-075214.4.11.12.body.html     | 13 +++++
 posted_news/20200825-075214.4.11.12.headline.html |  3 +
 4 files changed, 85 insertions(+)
 create mode 100644 history/samba-4.11.12.html
 create mode 100644 posted_news/20200825-075214.4.11.12.body.html
 create mode 100644 posted_news/20200825-075214.4.11.12.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 8bcf5ae..9aac8ce 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -16,6 +16,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.12.html">samba-4.11.12</a></li>
 			<li><a href="samba-4.11.11.html">samba-4.11.11</a></li>
 			<li><a href="samba-4.11.10.html">samba-4.11.10</a></li>
 			<li><a href="samba-4.11.9.html">samba-4.11.9</a></li>
diff --git a/history/samba-4.11.12.html b/history/samba-4.11.12.html
new file mode 100644
index 0000000..79b8dcc
--- /dev/null
+++ b/history/samba-4.11.12.html
@@ -0,0 +1,68 @@
+<!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.12 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.11.12 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.11.12.tar.gz">Samba 4.11.12 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.11.12.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.11.11-4.11.12.diffs.gz">Patch (gzipped) against Samba 4.11.11</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.11.11-4.11.12.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ===============================
+                   Release Notes for Samba 4.11.12
+                           August 25, 2020
+		   ===============================
+
+
+This is the latest stable release of the Samba 4.11 release series.
+
+
+Changes since 4.11.11
+---------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 14403: s3: libsmb: Fix SMB2 client rename bug to a Windows server.
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 14424: dsdb: Allow "password hash userPassword schemes = CryptSHA256"
+     to work on RHEL7.
+   * BUG 14450: dbcheck: Allow a dangling forward link outside our known NCs.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 14426: lib/debug: Set the correct default backend loglevel to
+     MAX_DEBUG_LEVEL.
+   * BUG 14428: s3:smbd: PANIC: assert failed in get_lease_type().
+
+o  Günther Deschner <gd at samba.org>
+   * BUG 14370: lib/util: do not install "test_util_paths".
+
+o  Amit Kumar <amitkuma at redhat.com>
+   * BUG 14345: lib:util: Fix smbclient -l basename dir.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 14428: s3:smbd: PANIC: assert failed in get_lease_type().
+
+o  Christof Schmitt <cs at samba.org>
+   * BUG 14166: util: Allow symlinks in directory_create_or_exist.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 14358: docs: Fix documentation for require_membership_of of
+     pam_winbind.
+
+o  Andrew <awalker at ixsystems.com>
+   * BUG 14425: s3:winbind:idmap_ad: Make failure to get attrnames for schema
+     mode fatal.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20200825-075214.4.11.12.body.html b/posted_news/20200825-075214.4.11.12.body.html
new file mode 100644
index 0000000..ac66593
--- /dev/null
+++ b/posted_news/20200825-075214.4.11.12.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20200825-075214.4.11.12.body.html -->
+<h5><a name="4.11.12">25 August 2020</a></h5>
+<p class=headline>Samba 4.11.12 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.12.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.11.11-4.11.12.diffs.gz">patch against Samba 4.11.11</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.11.12.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20200825-075214.4.11.12.body.html -->
diff --git a/posted_news/20200825-075214.4.11.12.headline.html b/posted_news/20200825-075214.4.11.12.headline.html
new file mode 100644
index 0000000..e0fb346
--- /dev/null
+++ b/posted_news/20200825-075214.4.11.12.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20200825-075214.4.11.12.headline.html -->
+<li> 25 August 2020 <a href="#4.11.12">Samba 4.11.12 Available for Download</a></li>
+<!-- END: posted_news/20200825-075214.4.11.12.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list