[SCM] Samba Website Repository - branch master updated

Jule Anger janger at samba.org
Wed Apr 19 10:23:54 UTC 2023


The branch, master has been updated
       via  52ed12d NEWS[4.18.2]: Samba 4.18.2 Available for Download
      from  a7132cd team: add Namjae Jeon to team list

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


- Log -----------------------------------------------------------------
commit 52ed12dd1897c7d0ca014719d92689e90b1fa83f
Author: Jule Anger <janger at samba.org>
Date:   Wed Apr 19 12:20:48 2023 +0200

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

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.18.2.html                        | 73 ++++++++++++++++++++++++
 posted_news/20230419-102312.4.18.2.body.html     | 13 +++++
 posted_news/20230419-102312.4.18.2.headline.html |  3 +
 4 files changed, 90 insertions(+)
 create mode 100644 history/samba-4.18.2.html
 create mode 100644 posted_news/20230419-102312.4.18.2.body.html
 create mode 100644 posted_news/20230419-102312.4.18.2.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 26c680d..a0e4de0 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.18.2.html">samba-4.18.2</a></li>
 			<li><a href="samba-4.18.1.html">samba-4.18.1</a></li>
 			<li><a href="samba-4.18.0.html">samba-4.18.0</a></li>
 			<li><a href="samba-4.17.7.html">samba-4.17.7</a></li>
diff --git a/history/samba-4.18.2.html b/history/samba-4.18.2.html
new file mode 100644
index 0000000..e6c3991
--- /dev/null
+++ b/history/samba-4.18.2.html
@@ -0,0 +1,73 @@
+<!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.18.2 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.18.2 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.18.2.tar.gz">Samba 4.18.2 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.18.2.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.18.1-4.18.2.diffs.gz">Patch (gzipped) against Samba 4.18.1</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.18.1-4.18.2.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.18.2
+                           April 19, 2023
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.18 release series.
+
+
+Changes since 4.18.1
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 15302: Log flood: smbd_calculate_access_mask_fsp: Access denied:
+     message level should be lower.
+   * BUG 15306: Floating point exception (FPE) via cli_pull_send at
+     source3/libsmb/clireadwrite.c.
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 15328: test_tstream_more_tcp_user_timeout_spin fails intermittently on
+     Rackspace GitLab runners.
+   * BUG 15329: Reduce flapping of ridalloc test.
+   * BUG 15351: large_ldap test is unreliable.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 15143: New filename parser doesn't check veto files smb.conf parameter.
+   * BUG 15354: mdssvc may crash when initializing.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 15313: large directory optimization broken for non-lcomp path elements.
+   * BUG 15357: streams_depot fails to create streams.
+   * BUG 15358: shadow_copy2 and streams_depot don't play well together.
+
+o  Rob van der Linde <rob at catalyst.net.nz>
+   * BUG 15316: Flapping tests in samba_tool_drs_show_repl.py.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 15317: winbindd idmap child contacts the domain controller without a
+     need.
+   * BUG 15318: idmap_autorid may fail to map sids of trusted domains for the
+     first time.
+   * BUG 15319: idmap_hash doesn't use ID_TYPE_BOTH for reverse mappings.
+   * BUG 15323: net ads search -P doesn't work against servers in other domains.
+   * BUG 15353: Temporary smbXsrv_tcon_global.tdb can't be parsed.
+
+o  Joseph Sutton <josephsutton at catalyst.net.nz>
+   * BUG 15316: Flapping tests in samba_tool_drs_show_repl.py.
+   * BUG 15343: Tests use depricated and removed methods like
+     assertRegexpMatches.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20230419-102312.4.18.2.body.html b/posted_news/20230419-102312.4.18.2.body.html
new file mode 100644
index 0000000..852cbf8
--- /dev/null
+++ b/posted_news/20230419-102312.4.18.2.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20230419-102312.4.18.2.body.html -->
+<h5><a name="4.18.2">19 April 2023</a></h5>
+<p class=headline>Samba 4.18.2 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.18 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.18.2.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.18.1-4.18.2.diffs.gz">patch against Samba 4.18.1</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.18.2.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20230419-102312.4.18.2.body.html -->
diff --git a/posted_news/20230419-102312.4.18.2.headline.html b/posted_news/20230419-102312.4.18.2.headline.html
new file mode 100644
index 0000000..907924f
--- /dev/null
+++ b/posted_news/20230419-102312.4.18.2.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20230419-102312.4.18.2.headline.html -->
+<li> 19 April 2023 <a href="#4.18.2">Samba 4.18.2 Available for Download</a></li>
+<!-- END: posted_news/20230419-102312.4.18.2.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list