The branch, master has been updated
       via  ea6f9a7 Add Samba 4.13.5 to the list.
       via  f616af6 NEWS[4.13.5]: Samba 4.13.5 Available for Download
      from  8c41327 NEWS[SambaXP2021]: SambaXP 2021

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


- Log -----------------------------------------------------------------
commit ea6f9a74cda6995e7be55c8595e45b5e8e2a5b27
Author: Karolin Seeger <ksee...@samba.org>
Date:   Tue Mar 9 12:04:55 2021 +0100

    Add Samba 4.13.5 to the list.
    
    Signed-off-by: Karolin Seeger <ksee...@samba.org>

commit f616af645fd3e4cf73d7a5d3465e2ad180fea078
Author: Karolin Seeger <ksee...@samba.org>
Date:   Tue Mar 9 11:59:35 2021 +0100

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

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.13.5.html                        | 74 ++++++++++++++++++++++++
 posted_news/20210309-110052.4.13.5.body.html     | 13 +++++
 posted_news/20210309-110052.4.13.5.headline.html |  3 +
 4 files changed, 91 insertions(+)
 create mode 100644 history/samba-4.13.5.html
 create mode 100644 posted_news/20210309-110052.4.13.5.body.html
 create mode 100644 posted_news/20210309-110052.4.13.5.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 7ab832d..67a4636 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.13.5.html">samba-4.13.5</a></li>
                        <li><a href="samba-4.13.4.html">samba-4.13.4</a></li>
                        <li><a href="samba-4.13.3.html">samba-4.13.3</a></li>
                        <li><a href="samba-4.13.2.html">samba-4.13.2</a></li>
diff --git a/history/samba-4.13.5.html b/history/samba-4.13.5.html
new file mode 100644
index 0000000..ae37e8a
--- /dev/null
+++ b/history/samba-4.13.5.html
@@ -0,0 +1,74 @@
+<!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.5 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.13.5 Available for Download</H2>
+<p>
+<a 
href="https://download.samba.org/pub/samba/stable/samba-4.13.5.tar.gz";>Samba 
4.13.5 (gzipped)</a><br>
+<a 
href="https://download.samba.org/pub/samba/stable/samba-4.13.5.tar.asc";>Signature</a>
+</p>
+<p>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.13.4-4.13.5.diffs.gz";>Patch
 (gzipped) against Samba 4.13.4</a><br>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.13.4-4.13.5.diffs.asc";>Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.13.5
+                           March 09, 2021
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.13 release series.
+
+
+Changes since 4.13.4
+--------------------
+
+o  Trever L. Adams &lt;trever.ad...@gmail.com&gt;
+   * BUG 14634: s3:modules:vfs_virusfilter: Recent talloc changes cause 
infinite
+     start-up failure.
+
+o  Jeremy Allison &lt;j...@samba.org&gt;
+   * BUG 13992: s3: libsmb: Add missing cli_tdis() in error path if encryption
+     setup failed on temp proxy connection.
+   * BUG 14604: smbd: In conn_force_tdis_done() when forcing a connection 
closed
+     force a full reload of services.
+
+o  Andrew Bartlett &lt;abart...@samba.org&gt;
+   * BUG 14593: dbcheck: Check Deleted Objects and reduce noise in reports 
about
+     expired tombstones.
+
+o  Ralph Boehme &lt;s...@samba.org
+   * BUG 14503: s3: Fix fcntl waf configure check.
+   * BUG 14602: s3/auth: Implement &quot;winbind:ignore domains&quot;.
+   * BUG 14617: smbd: Use fsp-&gt;conn-&gt;session_info for the initial
+     delete-on-close token.
+
+o  Peter Eriksson &lt;p...@lysator.liu.se&gt;
+   * BUG 14648: s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error
+     path.
+
+o  Bj&ouml;rn Jacke &lt;b...@sernet.de&gt;
+   * BUG 14624: classicupgrade: Treat old never expires value right.
+
+o  Volker Lendecke &lt;v...@samba.org&gt;
+   * BUG 14636: g_lock: Fix uninitalized variable reads.
+
+o  Stefan Metzmacher &lt;me...@samba.org&gt;
+   * BUG 13898: s3:pysmbd: Fix fd leak in py_smbd_create_file().
+
+o  Andreas Schneider &lt;a...@samba.org&gt;
+   * BUG 14625: lib:util: Avoid free&apos;ing our own pointer.
+
+o  Paul Wise &lt;pa...@bonedaddy.net&gt;
+   * BUG 12505: HEIMDAL: krb5_storage_free(NULL) should work.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20210309-110052.4.13.5.body.html 
b/posted_news/20210309-110052.4.13.5.body.html
new file mode 100644
index 0000000..c320801
--- /dev/null
+++ b/posted_news/20210309-110052.4.13.5.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20210309-110052.4.13.5.body.html -->
+<h5><a name="4.13.5">09 March 2021</a></h5>
+<p class=headline>Samba 4.13.5 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.5.tar.gz";>downloaded
 now</a>.
+A <a 
href="https://download.samba.org/pub/samba/patches/samba-4.13.4-4.13.5.diffs.gz";>patch
 against Samba 4.13.4</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.13.5.html";>the 
release notes for more info</a>.
+</p>
+<!-- END: posted_news/20210309-110052.4.13.5.body.html -->
diff --git a/posted_news/20210309-110052.4.13.5.headline.html 
b/posted_news/20210309-110052.4.13.5.headline.html
new file mode 100644
index 0000000..ca818c1
--- /dev/null
+++ b/posted_news/20210309-110052.4.13.5.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20210309-110052.4.13.5.headline.html -->
+<li> 09 March 2021 <a href="#4.13.5">Samba 4.13.5 Available for 
Download</a></li>
+<!-- END: posted_news/20210309-110052.4.13.5.headline.html -->


-- 
Samba Website Repository

Reply via email to