[SCM] Samba Website Repository - branch master updated

Jule Anger janger at samba.org
Tue Jun 28 06:49:34 UTC 2022


The branch, master has been updated
       via  fcc8a9f NEWS[4.15.8]: Samba 4.15.8 Available for Download
      from  5453aae team: add Paulo and David M. to team list

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


- Log -----------------------------------------------------------------
commit fcc8a9ff33503ab83da21a768e9c507bf6ec3247
Author: Jule Anger <janger at samba.org>
Date:   Tue Jun 28 08:48:06 2022 +0200

    NEWS[4.15.8]: Samba 4.15.8 Available for Download
    
    Signed-off-by: Jule Anger <janger at samba.org>

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.15.8.html                        | 77 ++++++++++++++++++++++++
 posted_news/20220628-064846.4.15.8.body.html     | 13 ++++
 posted_news/20220628-064846.4.15.8.headline.html |  3 +
 4 files changed, 94 insertions(+)
 create mode 100644 history/samba-4.15.8.html
 create mode 100644 posted_news/20220628-064846.4.15.8.body.html
 create mode 100644 posted_news/20220628-064846.4.15.8.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 63f47b8..70cb1ff 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -12,6 +12,7 @@
 			<li><a href="samba-4.16.2.html">samba-4.16.2</a></li>
 			<li><a href="samba-4.16.1.html">samba-4.16.1</a></li>
 			<li><a href="samba-4.16.0.html">samba-4.16.0</a></li>
+			<li><a href="samba-4.15.8.html">samba-4.15.8</a></li>
 			<li><a href="samba-4.15.7.html">samba-4.15.7</a></li>
 			<li><a href="samba-4.15.6.html">samba-4.15.6</a></li>
 			<li><a href="samba-4.15.5.html">samba-4.15.5</a></li>
diff --git a/history/samba-4.15.8.html b/history/samba-4.15.8.html
new file mode 100644
index 0000000..3c8be92
--- /dev/null
+++ b/history/samba-4.15.8.html
@@ -0,0 +1,77 @@
+<!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.15.8 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.15.8 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.15.8.tar.gz">Samba 4.15.8 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.15.8.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.15.7-4.15.8.diffs.gz">Patch (gzipped) against Samba 4.15.7</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.15.7-4.15.8.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.15.8
+                           June 28, 2022
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.15 release series.
+
+
+Changes since 4.15.7
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 15042: Use pathref fd instead of io fd in vfs_default_durable_cookie.
+   * BUG 15099: Setting fruit:resource = stream in vfs_fruit causes a panic.
+
+o  Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
+   * BUG 14986: Add support for bind 9.18.
+   * BUG 15076: logging dsdb audit to specific files does not work.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 15069: vfs_gpfs with vfs_shadowcopy2 fail to restore file if original
+     file had been deleted.
+
+o  Samuel Cabrero <scabrero at samba.org>
+   * BUG 15087: netgroups support removed.
+
+o  Samuel Cabrero <scabrero at suse.de>
+   * BUG 14674: net ads info shows LDAP Server: 0.0.0.0 depending on contacted
+     server.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 15071: waf produces incorrect names for python extensions with Python
+     3.11.
+
+o  Noel Power <noel.power at suse.com>
+   * BUG 15100: smbclient commands del & deltree fail with
+     NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS.
+
+o  Christof Schmitt <cs at samba.org>
+   * BUG 15055: vfs_gpfs recalls=no option prevents listing files.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 15071: waf produces incorrect names for python extensions with Python
+     3.11.
+   * BUG 15091: Compile error in source3/utils/regedit_hexedit.c.
+   * BUG 15108: ldconfig: /lib64/libsmbconf.so.0 is not a symbolic link.
+
+o  Andreas Schneider <asn at cryptomilk.org>
+   * BUG 15054: smbd doesn't handle UPNs for looking up names.
+
+o  Robert Sprowson <webpages at sprow.co.uk>
+   * BUG 14443: Out-by-4 error in smbd read reply max_send clamp.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20220628-064846.4.15.8.body.html b/posted_news/20220628-064846.4.15.8.body.html
new file mode 100644
index 0000000..048b32a
--- /dev/null
+++ b/posted_news/20220628-064846.4.15.8.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20220628-064846.4.15.8.body.html -->
+<h5><a name="4.15.8">28 June 2022</a></h5>
+<p class=headline>Samba 4.15.8 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.15 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.15.8.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.15.7-4.15.8.diffs.gz">patch against Samba 4.15.7</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.15.8.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20220628-064846.4.15.8.body.html -->
diff --git a/posted_news/20220628-064846.4.15.8.headline.html b/posted_news/20220628-064846.4.15.8.headline.html
new file mode 100644
index 0000000..63379ea
--- /dev/null
+++ b/posted_news/20220628-064846.4.15.8.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20220628-064846.4.15.8.headline.html -->
+<li> 28 June 2022 <a href="#4.15.8">Samba 4.15.8 Available for Download</a></li>
+<!-- END: posted_news/20220628-064846.4.15.8.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list