[SCM] Samba Website Repository - branch master updated
Jule Anger
janger at samba.org
Wed Jun 19 14:33:28 UTC 2024
The branch, master has been updated
via 4257c72 NEWS[4.20.2]: Samba 4.20.2 Available for Download
from 19e1100 NEWS[4.19.7]: Samba 4.19.7 Available for Download
https://git.samba.org/?p=samba-web.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 4257c7205fcf9e2af4eb3ef6b84326bd2de2759c
Author: Jule Anger <janger at samba.org>
Date: Wed Jun 19 16:32:01 2024 +0200
NEWS[4.20.2]: Samba 4.20.2 Available for Download
Signed-off-by: Jule Anger <janger at samba.org>
-----------------------------------------------------------------------
Summary of changes:
history/header_history.html | 1 +
history/samba-4.20.2.html | 82 ++++++++++++++++++++++++
posted_news/20240619-143251.4.20.2.body.html | 13 ++++
posted_news/20240619-143251.4.20.2.headline.html | 3 +
4 files changed, 99 insertions(+)
create mode 100644 history/samba-4.20.2.html
create mode 100644 posted_news/20240619-143251.4.20.2.body.html
create mode 100644 posted_news/20240619-143251.4.20.2.headline.html
Changeset truncated at 500 lines:
diff --git a/history/header_history.html b/history/header_history.html
index 7ddf607..3e20311 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.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.7.html">samba-4.19.7.</a></li>
diff --git a/history/samba-4.20.2.html b/history/samba-4.20.2.html
new file mode 100644
index 0000000..17d71e7
--- /dev/null
+++ b/history/samba-4.20.2.html
@@ -0,0 +1,82 @@
+<!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.20.2 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.20.2 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.20.2.tar.gz">Samba 4.20.2 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.20.2.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.20.1-4.20.2.diffs.gz">Patch (gzipped) against Samba 4.20.1</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.20.1-4.20.2.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+ ==============================
+ Release Notes for Samba 4.20.2
+ June 19, 2024
+ ==============================
+
+
+This is the latest stable release of the Samba 4.20 release series.
+
+
+Changes since 4.20.1
+--------------------
+
+o Jeremy Allison <jra at samba.org>
+ * BUG 15662: vfs_widelinks with DFS shares breaks case insensitivity.
+
+o Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
+ * BUG 13213: Samba build is not reproducible.
+ * BUG 15569: ldb qsort might r/w out of bounds with an intransitive compare
+ function.
+ * BUG 15625: Many qsort() comparison functions are non-transitive, which can
+ lead to out-of-bounds access in some circumstances.
+
+o Andrew Bartlett <abartlet at samba.org>
+ * BUG 15638: Need to change gitlab-ci.yml tags in all branches to avoid CI
+ bill.
+ * 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.
+
+o Günther Deschner <gd at samba.org>
+ * BUG 15665: CTDB RADOS mutex helper misses namespace support.
+
+o Stefan Metzmacher <metze at samba.org>
+ * BUG 13019: Dynamic DNS updates with the internal DNS are not working.
+ * BUG 14981: netr_LogonSamLogonEx returns NR_STATUS_ACCESS_DENIED with
+ SysvolReady=0.
+ * BUG 15412: Anonymous smb3 signing/encryption should be allowed (similar to
+ Windows Server 2022).
+ * BUG 15573: Panic in dreplsrv_op_pull_source_apply_changes_trigger.
+ * BUG 15620: s4:nbt_server: does not provide unexpected handling, so winbindd
+ can't use nmb requests instead cldap.
+ * BUG 15642: winbindd, net ads join and other things don't work on an ipv6
+ only host.
+ * BUG 15659: Segmentation fault when deleting files in vfs_recycle.
+ * 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 15633: samba-gpupdate - Invalid NtVer in netlogon_samlogon_response.
+ * BUG 15653: idmap_ad creates an incorrect local krb5.conf in case of trusted
+ domain lookups.
+ * BUG 15660: The images don't build after the git security release and CentOS
+ 8 Stream is EOL.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20240619-143251.4.20.2.body.html b/posted_news/20240619-143251.4.20.2.body.html
new file mode 100644
index 0000000..361910e
--- /dev/null
+++ b/posted_news/20240619-143251.4.20.2.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20240619-143251.4.20.2.body.html -->
+<h5><a name="4.20.2">19 June 2024</a></h5>
+<p class=headline>Samba 4.20.2 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.20 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.20.2.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.20.1-4.20.2.diffs.gz">patch against Samba 4.20.1</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.20.2.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20240619-143251.4.20.2.body.html -->
diff --git a/posted_news/20240619-143251.4.20.2.headline.html b/posted_news/20240619-143251.4.20.2.headline.html
new file mode 100644
index 0000000..a85cdb6
--- /dev/null
+++ b/posted_news/20240619-143251.4.20.2.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20240619-143251.4.20.2.headline.html -->
+<li> 19 June 2024 <a href="#4.20.2">Samba 4.20.2 Available for Download</a></li>
+<!-- END: posted_news/20240619-143251.4.20.2.headline.html -->
--
Samba Website Repository
More information about the samba-cvs
mailing list