[SCM] Samba Website Repository - branch master updated
Jule Anger
janger at samba.org
Thu Aug 15 12:05:25 UTC 2024
The branch, master has been updated
via f012538 Add 4.20.3 and 4.20.4
via 9a09d48 NEWS[4.19.8]: Samba 4.19.8 Available for Download
from 338f129 NEWS[4.21.0rc2]: Samba 4.21.0rc2 Available for Download
https://git.samba.org/?p=samba-web.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit f012538d0a75e8f8550ccffd8b7f18baa842df2e
Author: Jule Anger <janger at samba.org>
Date: Thu Aug 15 14:05:12 2024 +0200
Add 4.20.3 and 4.20.4
Signed-off-by: Jule Anger <janger at samba.org>
commit 9a09d485b872c01e5edd3975040339114cb8a5d5
Author: Jule Anger <janger at samba.org>
Date: Thu Aug 15 14:02:25 2024 +0200
NEWS[4.19.8]: Samba 4.19.8 Available for Download
Signed-off-by: Jule Anger <janger at samba.org>
-----------------------------------------------------------------------
Summary of changes:
history/header_history.html | 3 +
history/samba-4.19.8.html | 100 +++++++++++++++++++++++
posted_news/20240815-120314.4.19.8.body.html | 13 +++
posted_news/20240815-120314.4.19.8.headline.html | 3 +
4 files changed, 119 insertions(+)
create mode 100644 history/samba-4.19.8.html
create mode 100644 posted_news/20240815-120314.4.19.8.body.html
create mode 100644 posted_news/20240815-120314.4.19.8.headline.html
Changeset truncated at 500 lines:
diff --git a/history/header_history.html b/history/header_history.html
index 3e20311..af38f19 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -9,9 +9,12 @@
<li><a href="/samba/history/">Release Notes</a>
<li class="navSub">
<ul>
+ <li><a href="samba-4.20.4.html">samba-4.20.4</a></li>
+ <li><a href="samba-4.20.3.html">samba-4.20.3</a></li>
<li><a href="samba-4.20.2.html">samba-4.20.2</a></li>
<li><a href="samba-4.20.1.html">samba-4.20.1</a></li>
<li><a href="samba-4.20.0.html">samba-4.20.0</a></li>
+ <li><a href="samba-4.19.8.html">samba-4.19.8.</a></li>
<li><a href="samba-4.19.7.html">samba-4.19.7.</a></li>
<li><a href="samba-4.19.6.html">samba-4.19.6.</a></li>
<li><a href="samba-4.19.5.html">samba-4.19.5.</a></li>
diff --git a/history/samba-4.19.8.html b/history/samba-4.19.8.html
new file mode 100644
index 0000000..f01e25d
--- /dev/null
+++ b/history/samba-4.19.8.html
@@ -0,0 +1,100 @@
+<!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.19.8 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.19.8 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.19.8.tar.gz">Samba 4.19.8 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.19.8.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.19.7-4.19.8.diffs.gz">Patch (gzipped) against Samba 4.19.7</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.19.7-4.19.8.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+ ==============================
+ Release Notes for Samba 4.19.8
+ August 15, 2024
+ ==============================
+
+
+This is the latest stable release of the Samba 4.19 release series.
+
+
+Changes since 4.19.7
+--------------------
+
+o Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
+ * BUG 15671: Invalid client warning about command line passwords.
+ * BUG 15672: Version string is truncated in manpages.
+ * BUG 15673: --version-* options are still not ergonomic, and they reject
+ tilde characters.
+ * BUG 15674: cmdline_burn does not always burn secrets.
+ * BUG 15685: Samba doesn't parse SDDL found in defaultSecurityDescriptor in
+ AD_DS_Classes_Windows_Server_v1903.ldf.
+
+o Andrew Bartlett <abartlet at samba.org>
+ * BUG 15654: We have added new options --vendor-name and --vendor-patch-
+ revision arguments to ./configure to allow distributions and packagers to
+ put their name in the Samba version string so that when debugging Samba the
+ source of the binary is obvious.
+ * BUG 15655: When claims enabled with heimdal kerberos, unable to log on to a
+ Windows computer when user account need to change their own
+ password.
+
+o Ralph Boehme <slow at samba.org>
+ * BUG 15676: Fix clock skew error message and memory cache clock skew
+ recovery.
+
+o Günther Deschner <gd at samba.org>
+ * BUG 15665: CTDB RADOS mutex helper misses namespace support.
+
+o Pavel Filipenský <pfilipensky at samba.org>
+ * BUG 15660: The images don't build after the git security release and CentOS
+ 8 Stream is EOL.
+
+o Xavi Hernandez <xhernandez at redhat.com>
+ * BUG 15678: Fix unnecessary delays in CTDB while processing requests under
+ high load.
+
+o Stefan Metzmacher <metze at samba.org>
+ * BUG 13019: Dynamic DNS updates with the internal DNS are not working.
+ * BUG 15620: s4:nbt_server: does not provide unexpected handling, so winbindd
+ can't use nmb requests instead cldap.
+ * BUG 15660: The images don't build after the git security release and CentOS
+ 8 Stream is EOL.
+ * BUG 15664: Panic in vfs_offload_token_db_fetch_fsp().
+ * BUG 15666: "client use kerberos" and --use-kerberos is ignored for the
+ machine account.
+
+o Noel Power <noel.power at suse.com>
+ * BUG 15435: Regression DFS not working with widelinks = true.
+
+o Andreas Schneider <asn at samba.org>
+ * BUG 15660: The images don't build after the git security release and CentOS
+ 8 Stream is EOL.
+ * BUG 15673: --version-* options are still not ergonomic, and they reject
+ tilde characters.
+
+o Jo Sutton <josutton at catalyst.net.nz>
+ * BUG 15655: When claims enabled with heimdal kerberos, unable to log on to a
+ Windows computer when user account need to change their own
+ password.
+
+o Joseph Sutton <josephsutton at catalyst.net.nz>
+ * BUG 15655: When claims enabled with heimdal kerberos, unable to log on to a
+ Windows computer when user account need to change their own
+ password.
+
+o Jones Syue <jonessyue at qnap.com>
+ * BUG 15677: ntlm_auth make logs more consistent with length check.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20240815-120314.4.19.8.body.html b/posted_news/20240815-120314.4.19.8.body.html
new file mode 100644
index 0000000..578b897
--- /dev/null
+++ b/posted_news/20240815-120314.4.19.8.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20240815-120314.4.19.8.body.html -->
+<h5><a name="4.19.8">15 August 2024</a></h5>
+<p class=headline>Samba 4.19.8 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.19 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.19.8.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.19.7-4.19.8.diffs.gz">patch against Samba 4.19.7</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.19.8.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20240815-120314.4.19.8.body.html -->
diff --git a/posted_news/20240815-120314.4.19.8.headline.html b/posted_news/20240815-120314.4.19.8.headline.html
new file mode 100644
index 0000000..8af7aab
--- /dev/null
+++ b/posted_news/20240815-120314.4.19.8.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20240815-120314.4.19.8.headline.html -->
+<li> 15 August 2024 <a href="#4.19.8">Samba 4.19.8 Available for Download</a></li>
+<!-- END: posted_news/20240815-120314.4.19.8.headline.html -->
--
Samba Website Repository
More information about the samba-cvs
mailing list