[SCM] Samba Website Repository - branch master updated

Jule Anger janger at samba.org
Tue Apr 26 14:39:48 UTC 2022


The branch, master has been updated
       via  1115258 NEWS[4.15.7]: Samba 4.15.7 Available for Download
      from  dc35372 remove gekko from support/austria.html on their request

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


- Log -----------------------------------------------------------------
commit 11152583f46def4221b963fd2960a42f53c61c46
Author: Jule Anger <janger at samba.org>
Date:   Tue Apr 26 16:37:23 2022 +0200

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

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.15.7.html                        | 81 ++++++++++++++++++++++++
 posted_news/20220426-143820.4.15.7.body.html     | 13 ++++
 posted_news/20220426-143820.4.15.7.headline.html |  3 +
 4 files changed, 98 insertions(+)
 create mode 100644 history/samba-4.15.7.html
 create mode 100644 posted_news/20220426-143820.4.15.7.body.html
 create mode 100644 posted_news/20220426-143820.4.15.7.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 5d51675..2797bd6 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -10,6 +10,7 @@
 		<li class="navSub">
 			<ul>
 			<li><a href="samba-4.16.0.html">samba-4.16.0</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>
 			<li><a href="samba-4.15.4.html">samba-4.15.4</a></li>
diff --git a/history/samba-4.15.7.html b/history/samba-4.15.7.html
new file mode 100644
index 0000000..e72c3a0
--- /dev/null
+++ b/history/samba-4.15.7.html
@@ -0,0 +1,81 @@
+<!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.7 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.15.7 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.15.7.tar.gz">Samba 4.15.7 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.15.7.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.15.6-4.15.7.diffs.gz">Patch (gzipped) against Samba 4.15.6</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.15.6-4.15.7.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.15.7
+                           April 26, 2022
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.15 release series.
+
+
+Changes since 4.15.6
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 14831: Share and server swapped in smbget password prompt.
+   * BUG 15022: Durable handles won't reconnect if the leased file is written
+     to.
+   * BUG 15023: rmdir silently fails if directory contains unreadable files and
+     hide unreadable is yes.
+   * BUG 15038: SMB2_CLOSE_FLAGS_FULL_INFORMATION fails to return information on
+     renamed file handle.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 14957: vfs_shadow_copy2 breaks "smbd async dosmode" sync fallback.
+   * BUG 15035: shadow_copy2 fails listing snapshotted dirs with
+     shadow:fixinodes.
+
+o  Samuel Cabrero <scabrero at samba.org>
+   * BUG 15046: PAM Kerberos authentication incorrectly fails with a clock skew
+     error.
+
+o  Pavel Filipenský <pfilipen at redhat.com>
+   * BUG 15041: username map - samba erroneously applies unix group memberships
+     to user account entries.
+
+o  Elia Geretto <elia.f.geretto at gmail.com>
+   * BUG 14983: NT_STATUS_ACCESS_DENIED translates into EPERM instead of EACCES
+     in SMBC_server_internal.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 13879: Simple bind doesn't work against an RODC (with non-preloaded
+     users).
+   * BUG 14641: Crash of winbind on RODC.
+   * BUG 14865: uncached logon on RODC always fails once.
+   * BUG 14951: KVNO off by 100000.
+   * BUG 15001: LDAP simple binds should honour "old password allowed period".
+   * BUG 15003: wbinfo -a doesn't work reliable with upn names.
+
+o  Garming Sam <garming at catalyst.net.nz>
+   * BUG 13879: Simple bind doesn't work against an RODC (with non-preloaded
+     users).
+
+o  Christof Schmitt <cs at samba.org>
+   * BUG 15027: Uninitialized litemask in variable in vfs_gpfs module.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 15016: Regression: create krb5 conf = yes doesn't work with a single
+     KDC.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20220426-143820.4.15.7.body.html b/posted_news/20220426-143820.4.15.7.body.html
new file mode 100644
index 0000000..5fcd837
--- /dev/null
+++ b/posted_news/20220426-143820.4.15.7.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20220426-143820.4.15.7.body.html -->
+<h5><a name="4.15.7">26 April 2022</a></h5>
+<p class=headline>Samba 4.15.7 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.7.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.15.6-4.15.7.diffs.gz">patch against Samba 4.15.6</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.15.7.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20220426-143820.4.15.7.body.html -->
diff --git a/posted_news/20220426-143820.4.15.7.headline.html b/posted_news/20220426-143820.4.15.7.headline.html
new file mode 100644
index 0000000..5b9b511
--- /dev/null
+++ b/posted_news/20220426-143820.4.15.7.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20220426-143820.4.15.7.headline.html -->
+<li> 26 April 2022 <a href="#4.15.7">Samba 4.15.7 Available for Download</a></li>
+<!-- END: posted_news/20220426-143820.4.15.7.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list