[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Thu Jan 14 08:35:20 UTC 2021


The branch, master has been updated
       via  c6e6b21 NEWS[4.12.11]: Samba 4.12.11 Available for Download
       via  cc32f49 Add Samba 4.12.11.
      from  78f730d remove jcifs from related sites

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


- Log -----------------------------------------------------------------
commit c6e6b211bc91cd675adaaed6f0dea5c0fb6c8540
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Jan 14 09:32:28 2021 +0100

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

commit cc32f49571ec725f705a71857b094789d30303b4
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Jan 14 09:34:34 2021 +0100

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

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

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


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index f8a3a00..9d7e75f 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -13,6 +13,7 @@
 			<li><a href="samba-4.13.2.html">samba-4.13.2</a></li>
 			<li><a href="samba-4.13.1.html">samba-4.13.1</a></li>
 			<li><a href="samba-4.13.0.html">samba-4.13.0</a></li>
+			<li><a href="samba-4.12.11.html">samba-4.12.11</a></li>
 			<li><a href="samba-4.12.10.html">samba-4.12.10</a></li>
 			<li><a href="samba-4.12.9.html">samba-4.12.9</a></li>
 			<li><a href="samba-4.12.8.html">samba-4.12.8</a></li>
diff --git a/history/samba-4.12.11.html b/history/samba-4.12.11.html
new file mode 100644
index 0000000..ef7f87f
--- /dev/null
+++ b/history/samba-4.12.11.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.12.11 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.12.11 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.12.11.tar.gz">Samba 4.12.11 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.12.11.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.12.10-4.12.11.diffs.gz">Patch (gzipped) against Samba 4.12.10</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.12.10-4.12.11.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ===============================
+                   Release Notes for Samba 4.12.11
+                          January 14, 2021
+                   ===============================
+
+
+This is the latest stable release of the Samba 4.12 release series.
+
+
+Changes since 4.12.10
+---------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 14210: libcli: smb2: Never print length if smb2_signing_key_valid()
+     fails for crypto blob.
+   * BUG 14486: s3: modules: gluster. Fix the error I made in preventing talloc
+     leaks from a function.
+   * BUG 14515: s3: smbd: Don't overwrite contents of fsp->aio_requests[0] with
+     NULL via TALLOC_FREE().
+   * BUG 14568: s3: spoolss: Make parameters in call to user_ok_token() match
+     all other uses.
+   * BUG 14590: s3: smbd: Quiet log messages from usershares for an unknown
+     share.
+
+o  Dimitry Andric <dimitry at andric.com>
+   * BUG 14605: lib: Avoid declaring zero-length VLAs in various messaging
+     functions.
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 14579: Do not create an empty DB when accessing a sam.ldb.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 14248: samba process does not honor "max log size".
+   * BUG 14587: vfs_zfsacl: add missing inherited flag on hidden "magic"
+     everyone@ ACE.
+   * BUG 14596: vfs_fruit may close wrong backend fd.
+   * BUG 14596: TODO
+
+o  Günther Deschner <gd at samba.org>
+   * BUG 14486: s3-vfs_glusterfs: always disable write-behind translator.
+
+o  Arne Kreddig <arne at kreddig.net>
+   * BUG 14606: vfs_virusfilter: Allocate separate memory for config char*.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 14596: vfs_fruit may close wrong backend fd.
+
+o  Anoop C S <anoopcs at samba.org>
+   * BUG 14486: manpages/vfs_glusterfs: Mention silent skipping of write-behind
+     translator.
+   * BUG 14573: vfs_shadow_copy2: Preserve all open flags assuming ROFS.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 14601: s3:lib: Create the cache path of user gencache recursively.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 14594: Be more flexible with repository names in CentOS 8 test
+     environments.
+
+o  Jones Syue <jonessyue at qnap.com>
+   * BUG 14514: interface: Fix if_index is not parsed correctly.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20210114-083455.4.12.11.body.html b/posted_news/20210114-083455.4.12.11.body.html
new file mode 100644
index 0000000..c77d532
--- /dev/null
+++ b/posted_news/20210114-083455.4.12.11.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20210114-083455.4.12.11.body.html -->
+<h5><a name="4.12.11">14 January 2021</a></h5>
+<p class=headline>Samba 4.12.11 Available for Download</p>
+<p>
+This is the latest 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.11.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.12.10-4.12.11.diffs.gz">patch against Samba 4.12.10</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.12.11.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20210114-083455.4.12.11.body.html -->
diff --git a/posted_news/20210114-083455.4.12.11.headline.html b/posted_news/20210114-083455.4.12.11.headline.html
new file mode 100644
index 0000000..b6aa49a
--- /dev/null
+++ b/posted_news/20210114-083455.4.12.11.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20210114-083455.4.12.11.headline.html -->
+<li> 14 January 2021 <a href="#4.12.11">Samba 4.12.11 Available for Download</a></li>
+<!-- END: posted_news/20210114-083455.4.12.11.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list