The branch, master has been updated
       via  e944c5e NEWS[4.21.5]: Samba 4.21.5 Available for Download
      from  55bb048 NEWS[4.20.8]: Samba 4.20.8 Available for Download

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


- Log -----------------------------------------------------------------
commit e944c5e9e7241d8f8453d693316b8f95e50cc5e7
Author: Jule Anger <jan...@samba.org>
Date:   Mon Mar 31 16:48:52 2025 +0200

    NEWS[4.21.5]: Samba 4.21.5 Available for Download
    
    Signed-off-by: Jule Anger <jan...@samba.org>

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

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


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 30f9862..d44e619 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -10,6 +10,7 @@
                <li class="navSub">
                        <ul>
                        <li><a href="samba-4.22.0.html">samba-4.22.0</a></li>
+                       <li><a href="samba-4.21.5.html">samba-4.21.5</a></li>
                        <li><a href="samba-4.21.4.html">samba-4.21.4</a></li>
                        <li><a href="samba-4.21.3.html">samba-4.21.3</a></li>
                        <li><a href="samba-4.21.2.html">samba-4.21.2</a></li>
diff --git a/history/samba-4.21.5.html b/history/samba-4.21.5.html
new file mode 100644
index 0000000..e3df17d
--- /dev/null
+++ b/history/samba-4.21.5.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.21.5 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.21.5 Available for Download</H2>
+<p>
+<a 
href="https://download.samba.org/pub/samba/stable/samba-4.21.5.tar.gz";>Samba 
4.21.5 (gzipped)</a><br>
+<a 
href="https://download.samba.org/pub/samba/stable/samba-4.21.5.tar.asc";>Signature</a>
+</p>
+<p>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.21.4-4.21.5.diffs.gz";>Patch
 (gzipped) against Samba 4.21.4</a><br>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.21.4-4.21.5.diffs.asc";>Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.21.5
+                           March 31, 2025
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.21 release series.
+
+
+Changes since 4.21.4
+--------------------
+
+o  Douglas Bagnall &lt;douglas.bagn...@catalyst.net.nz&gt;
+   * BUG 15795: ldb index cache is too small on known large transactions
+     (schemaupgrade, provision).
+
+o  Ralph Boehme &lt;s...@samba.org&gt;
+   * BUG 15822: Enable support for cephfs case insensitive behavior.
+   * BUG 15823: Subnet based interfaces definition not listening on all covered
+     IP addresses.
+
+o  Pavel Filipensk&yacute; &lt;pfilipen...@samba.org&gt;
+   * BUG 15727: net ad join fails with &quot;Failed to join domain: failed to 
create
+     kerberos keytab&quot;.
+
+o  Xavi Hernandez &lt;xhernan...@redhat.com&gt;
+   * BUG 15822: Enable support for cephfs case insensitive behavior.
+
+o  Volker Lendecke &lt;v...@samba.org&gt;
+   * BUG 15791: Remove of file or directory not possible with vfs_acl_tdb.
+
+o  Andr&yacute;as Leroux &lt;aler...@tranquil.it&gt;
+   * BUG 15795: ldb index cache is too small on known large transactions
+     (schemaupgrade, provision).
+
+o  Anoop C S &lt;anoo...@samba.org&gt;
+   * BUG 15797: Unable to connect to CephFS subvolume shares with
+     vfs_shadow_copy2.
+   * BUG 15810: Add async io API from libcephfs to ceph_new VFS module.
+   * BUG 15818: vfs_ceph_new module does not work with other modules for
+     snapshot management.
+   * BUG 15822: Enable support for cephfs case insensitive behavior.
+   * BUG 15834: vfs_ceph_new: Add path based fallback for SMB_VFS_FCHOWN,
+     SMB_VFS_FCHMOD and SMB_VFS_FNTIMES.
+
+o  Martin Schwenke &lt;mschwe...@ddn.com&gt;
+   * BUG 15820: Incorrect FSF address in ctdb pcp scripts.
+
+o  Shachar Sharon &lt;ssha...@redhat.com&gt;
+   * BUG 15810: Add async io API from libcephfs to ceph_new VFS module.
+
+o  Andrea Venturoli &lt;m...@netfence.it&gt;
+   * BUG 15804: &quot;samba-tool domain backup offline&quot; hangs.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20250331-144956.4.21.5.body.html 
b/posted_news/20250331-144956.4.21.5.body.html
new file mode 100644
index 0000000..a2461e5
--- /dev/null
+++ b/posted_news/20250331-144956.4.21.5.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20250331-144956.4.21.5.body.html -->
+<h5><a name="4.21.5">31 March 2025</a></h5>
+<p class=headline>Samba 4.21.5 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.21 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.21.5.tar.gz";>downloaded
 now</a>.
+A <a 
href="https://download.samba.org/pub/samba/patches/samba-4.21.4-4.21.5.diffs.gz";>patch
 against Samba 4.21.4</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.21.5.html";>the 
release notes for more info</a>.
+</p>
+<!-- END: posted_news/20250331-144956.4.21.5.body.html -->
diff --git a/posted_news/20250331-144956.4.21.5.headline.html 
b/posted_news/20250331-144956.4.21.5.headline.html
new file mode 100644
index 0000000..44a4a72
--- /dev/null
+++ b/posted_news/20250331-144956.4.21.5.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20250331-144956.4.21.5.headline.html -->
+<li> 31 March 2025 <a href="#4.21.5">Samba 4.21.5 Available for 
Download</a></li>
+<!-- END: posted_news/20250331-144956.4.21.5.headline.html -->


-- 
Samba Website Repository

Reply via email to