The branch, master has been updated
       via  3548fc7 Add Samba 4.13.9.
       via  d14e9b2 NEWS[4.13.9]: Samba 4.13.9 Available for Download
      from  8309630 CVE-2021-20254.html: ö -> ö

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


- Log -----------------------------------------------------------------
commit 3548fc7279e5ea85cc1748fdadeae60aba7d797c
Author: Karolin Seeger <ksee...@samba.org>
Date:   Tue May 11 12:26:05 2021 +0200

    Add Samba 4.13.9.
    
    Signed-off-by: Karolin Seeger <ksee...@samba.org>

commit d14e9b247517ba17fa5a8e221a1cbdcee010dc79
Author: Karolin Seeger <ksee...@samba.org>
Date:   Tue May 11 12:24:30 2021 +0200

    NEWS[4.13.9]: Samba 4.13.9 Available for Download
    
    Signed-off-by: Karolin Seeger <ksee...@samba.org>

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.13.9.html                        | 65 ++++++++++++++++++++++++
 posted_news/20210511-102540.4.13.9.body.html     | 13 +++++
 posted_news/20210511-102540.4.13.9.headline.html |  3 ++
 4 files changed, 82 insertions(+)
 create mode 100644 history/samba-4.13.9.html
 create mode 100644 posted_news/20210511-102540.4.13.9.body.html
 create mode 100644 posted_news/20210511-102540.4.13.9.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 73047a3..a4ae2ac 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -14,6 +14,7 @@
                        <li><a href="samba-4.14.2.html">samba-4.14.2</a></li>
                        <li><a href="samba-4.14.1.html">samba-4.14.1</a></li>
                        <li><a href="samba-4.14.0.html">samba-4.14.0</a></li>
+                       <li><a href="samba-4.13.9.html">samba-4.13.9</a></li>
                        <li><a href="samba-4.13.8.html">samba-4.13.8</a></li>
                        <li><a href="samba-4.13.7.html">samba-4.13.7</a></li>
                        <li><a href="samba-4.13.6.html">samba-4.13.6</a></li>
diff --git a/history/samba-4.13.9.html b/history/samba-4.13.9.html
new file mode 100644
index 0000000..b64e035
--- /dev/null
+++ b/history/samba-4.13.9.html
@@ -0,0 +1,65 @@
+<!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.13.9 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.13.9 Available for Download</H2>
+<p>
+<a 
href="https://download.samba.org/pub/samba/stable/samba-4.13.9.tar.gz";>Samba 
4.13.9 (gzipped)</a><br>
+<a 
href="https://download.samba.org/pub/samba/stable/samba-4.13.9.tar.asc";>Signature</a>
+</p>
+<p>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.13.8-4.13.9.diffs.gz";>Patch
 (gzipped) against Samba 4.13.8</a><br>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.13.8-4.13.9.diffs.asc";>Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.13.9
+                            May 11, 2021
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.13 release series.
+
+
+Changes since 4.13.8
+--------------------
+
+o  Jeremy Allison &lt;j...@samba.org&gt;
+   * BUG 14696: s3: smbd: SMB1 SMBsplwr doesn&apos;t send a reply packet on 
success.
+
+o  Andrew Bartlett &lt;abart...@samba.org&gt;
+   * BUG 14689: Add documentation for dsdb_group_audit and 
dsdb_group_json_audit
+     to &quot;log level&quot;, synchronise &quot;log level&quot; in smb.conf 
with the code.
+
+o  Ralph Boehme &lt;s...@samba.org&gt;
+   * BUG 14672: Fix smbd panic when two clients open same file.
+   * BUG 14675: Fix memory leak in the RPC server. 
+   * BUG 14679: s3: smbd: Fix deferred renames.
+
+o  Samuel Cabrero &lt;scabr...@samba.org&gt;
+   * BUG 14675: s3-iremotewinspool: Set the per-request memory context.
+
+o  Volker Lendecke &lt;v...@samba.org&gt;
+   * BUG 14675: rpc_server3: Fix a memleak for internal pipes.
+
+o  Stefan Metzmacher &lt;me...@samba.org&gt;
+   * BUG 11899: third_party: Update socket_wrapper to version 1.3.2.
+   * BUG 14640: third_party: Update socket_wrapper to version 1.3.3.
+
+
+o  Christof Schmitt &lt;c...@samba.org&gt;
+   * BUG 14663: idmap_rfc2307 and idmap_nss return wrong mapping for uid/gid
+     conflict.
+
+o  Martin Schwenke &lt;mar...@meltin.net
+   * BUG 14288: Fix the build on OmniOS.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20210511-102540.4.13.9.body.html 
b/posted_news/20210511-102540.4.13.9.body.html
new file mode 100644
index 0000000..e788734
--- /dev/null
+++ b/posted_news/20210511-102540.4.13.9.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20210511-102540.4.13.9.body.html -->
+<h5><a name="4.13.9">11 May 2021</a></h5>
+<p class=headline>Samba 4.13.9 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.13 release series.
+</p>
+<p>
+The uncompressed tarball has been signed using GnuPG (ID AA99442FB680B620).
+The source code can be <a 
href="https://download.samba.org/pub/samba/stable/samba-4.13.9.tar.gz";>downloaded
 now</a>.
+A <a 
href="https://download.samba.org/pub/samba/patches/samba-4.13.8-4.13.9.diffs.gz";>patch
 against Samba 4.13.8</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.13.9.html";>the 
release notes for more info</a>.
+</p>
+<!-- END: posted_news/20210511-102540.4.13.9.body.html -->
diff --git a/posted_news/20210511-102540.4.13.9.headline.html 
b/posted_news/20210511-102540.4.13.9.headline.html
new file mode 100644
index 0000000..37ade0e
--- /dev/null
+++ b/posted_news/20210511-102540.4.13.9.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20210511-102540.4.13.9.headline.html -->
+<li> 11 May 2021 <a href="#4.13.9">Samba 4.13.9 Available for Download</a></li>
+<!-- END: posted_news/20210511-102540.4.13.9.headline.html -->


-- 
Samba Website Repository

Reply via email to