[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Tue Apr 20 10:07:32 UTC 2021


The branch, master has been updated
       via  dadbd28 Add Samba 4.14.3 to the list.
       via  e7fa145 NEWS[4.14.3]: Samba 4.14.3 Available for Download
      from  03b684e add width/height value for paypal logo

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


- Log -----------------------------------------------------------------
commit dadbd28cb3e326aacd828e062c307242d26e7d1b
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Apr 20 12:07:16 2021 +0200

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

commit e7fa145d5e9b9968619995048552a9ce0d1f03c4
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Apr 20 12:05:43 2021 +0200

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

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

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


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 81d04cf..e7bf5c2 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.14.3.html">samba-4.14.3</a></li>
 			<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>
diff --git a/history/samba-4.14.3.html b/history/samba-4.14.3.html
new file mode 100644
index 0000000..55dcaeb
--- /dev/null
+++ b/history/samba-4.14.3.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.14.3 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.14.3 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.14.3.tar.gz">Samba 4.14.3 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.14.3.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.14.2-4.14.3.diffs.gz">Patch (gzipped) against Samba 4.14.2</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.14.2-4.14.3.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.14.3
+                           April 20, 2021
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.14 release series.
+
+
+Changes since 4.14.2
+--------------------
+
+o  Trever L. Adams <trever.adams at gmail.com>
+   * BUG 14671: s3:modules:vfs_virusfilter: Recent New_VFS changes break
+     vfs_virusfilter_openat.
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 14586: build: Notice if flex is missing at configure time.
+
+o  Ralph Boehme <slow at samba.org>
+   * 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 <scabrero at samba.org>
+   * BUG 14675: s3-iremotewinspool: Set the per-request memory context.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 14675: Fix memory leak in the RPC server.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * 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  David Mulder <dmulder at suse.com>
+   * BUG 14665: samba-gpupdate: Test that sysvol paths download in
+     case-insensitive way.
+
+o  Sachin Prabhu <sprabhu at redhat.com>
+   * BUG 14662: smbd: Ensure errno is preserved across fsp destructor.
+
+o  Christof Schmitt <cs at samba.org>
+   * BUG 14663: idmap_rfc2307 and idmap_nss return wrong mapping for uid/gid
+     conflict.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 14288: build: Only add -Wl,--as-needed when supported.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20210420-100655.4.14.3.body.html b/posted_news/20210420-100655.4.14.3.body.html
new file mode 100644
index 0000000..f8c4937
--- /dev/null
+++ b/posted_news/20210420-100655.4.14.3.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20210420-100655.4.14.3.body.html -->
+<h5><a name="4.14.3">20 April 2021</a></h5>
+<p class=headline>Samba 4.14.3 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.14 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.14.3.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.14.2-4.14.3.diffs.gz">patch against Samba 4.14.2</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.14.3.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20210420-100655.4.14.3.body.html -->
diff --git a/posted_news/20210420-100655.4.14.3.headline.html b/posted_news/20210420-100655.4.14.3.headline.html
new file mode 100644
index 0000000..5afeb3b
--- /dev/null
+++ b/posted_news/20210420-100655.4.14.3.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20210420-100655.4.14.3.headline.html -->
+<li> 20 April 2021 <a href="#4.14.3">Samba 4.14.3 Available for Download</a></li>
+<!-- END: posted_news/20210420-100655.4.14.3.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list