[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Wed Jul 14 08:16:16 UTC 2021


The branch, master has been updated
       via  2b3c9b5 Add Samba 4.13.10.
       via  d1feb7c NEWS[4.13.10]: Samba 4.13.10 Available for Download
      from  af20d51 Add Samba 4.14.6.

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


- Log -----------------------------------------------------------------
commit 2b3c9b5b229913cf71439db70bbf55c5d662f1ee
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Jul 14 10:16:00 2021 +0200

    Add Samba 4.13.10.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit d1feb7caf307b11f9163b43225deeb93d7410eb1
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Jul 14 10:14:08 2021 +0200

    NEWS[4.13.10]: Samba 4.13.10 Available for Download
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

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

Summary of changes:
 history/header_history.html                       |  1 +
 history/samba-4.13.10.html                        | 65 +++++++++++++++++++++++
 posted_news/20210714-081532.4.13.10.body.html     | 13 +++++
 posted_news/20210714-081532.4.13.10.headline.html |  3 ++
 4 files changed, 82 insertions(+)
 create mode 100644 history/samba-4.13.10.html
 create mode 100644 posted_news/20210714-081532.4.13.10.body.html
 create mode 100644 posted_news/20210714-081532.4.13.10.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index d6f2cef..25a507f 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -16,6 +16,7 @@
 			<li><a href="samba-4.14.2.html">samba-4.14.2</a></li>
 			<li><a href="samba-4.14.1.html">samba-4.14.1</a></li>
 			<li><a href="samba-4.14.0.html">samba-4.14.0</a></li>
+			<li><a href="samba-4.13.10.html">samba-4.13.10</a></li>
 			<li><a href="samba-4.13.9.html">samba-4.13.9</a></li>
 			<li><a href="samba-4.13.8.html">samba-4.13.8</a></li>
 			<li><a href="samba-4.13.7.html">samba-4.13.7</a></li>
diff --git a/history/samba-4.13.10.html b/history/samba-4.13.10.html
new file mode 100644
index 0000000..d7162cb
--- /dev/null
+++ b/history/samba-4.13.10.html
@@ -0,0 +1,65 @@
+<!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.13.10 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.13.10 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.13.10.tar.gz">Samba 4.13.10 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.13.10.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.13.9-4.13.10.diffs.gz">Patch (gzipped) against Samba 4.13.9</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.13.9-4.13.10.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ===============================
+                   Release Notes for Samba 4.13.10
+                            July 14, 2021
+                   ===============================
+
+
+This is the latest stable release of the Samba 4.13 release series.
+
+
+Changes since 4.13.9
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 14708: s3: smbd: Ensure POSIX default ACL is mapped into returned
+     Windows ACL for directory handles.
+   * BUG 14721: Take a copy to make sure we don't reference free'd memory.
+   * BUG 14722: s3: lib: Fix talloc heirarcy error in parent_smb_fname().
+   * BUG 14736: s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in
+     change_file_owner_to_parent() error path.
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 14575: samba-tool: Give better error information when the
+     'domain backup restore' fails with a duplicate SID.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 14714: smbd: Correctly initialize close timestamp fields.
+   * BUG 14740: Spotlight RPC service doesn't work with vfs_glusterfs.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 14475: ctdb: Fix a crash in run_proc_signal_handler().
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 14750: gensec_krb5: Restore ipv6 support for kpasswd.
+   * BUG 14752: smbXsrv_{open,session,tcon}: Protect
+     smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records.
+
+o  Joseph Sutton <josephsutton at catalyst.net.nz>
+   * BUG 14027: samba-tool domain backup offline doesn't work against bind DLZ
+     backend.
+   * BUG 14669: netcmd: Use next_free_rid() function to calculate a SID for
+     restoring a backup.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20210714-081532.4.13.10.body.html b/posted_news/20210714-081532.4.13.10.body.html
new file mode 100644
index 0000000..5c74459
--- /dev/null
+++ b/posted_news/20210714-081532.4.13.10.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20210714-081532.4.13.10.body.html -->
+<h5><a name="4.13.10">14 July 2021</a></h5>
+<p class=headline>Samba 4.13.10 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.13 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.13.10.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.13.9-4.13.10.diffs.gz">patch against Samba 4.13.9</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.13.10.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20210714-081532.4.13.10.body.html -->
diff --git a/posted_news/20210714-081532.4.13.10.headline.html b/posted_news/20210714-081532.4.13.10.headline.html
new file mode 100644
index 0000000..14a9ae0
--- /dev/null
+++ b/posted_news/20210714-081532.4.13.10.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20210714-081532.4.13.10.headline.html -->
+<li> 14 July 2021 <a href="#4.13.10">Samba 4.13.10 Available for Download</a></li>
+<!-- END: posted_news/20210714-081532.4.13.10.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list