[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Thu Jan 23 15:45:31 UTC 2020


The branch, master has been updated
       via  cfa2c81 Add Samba 4.10.13.
       via  3c7ea61 NEWS[4.10.13]: Samba 4.10.13 Available for Download
      from  bb3a6d6 NEWS[4.12.0rc1]: Samba 4.12.0rc1 Available for Download

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


- Log -----------------------------------------------------------------
commit cfa2c8112c7f3df4131d3bdc974770ed9d549519
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Jan 23 16:45:12 2020 +0100

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

commit 3c7ea61e7146e05db8fd0f1d0e2cdd7733dab231
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Jan 23 16:41:08 2020 +0100

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

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

Summary of changes:
 history/header_history.html                       |   1 +
 history/samba-4.10.13.html                        | 100 ++++++++++++++++++++++
 posted_news/20200123-154448.4.10.13.body.html     |  13 +++
 posted_news/20200123-154448.4.10.13.headline.html |   3 +
 4 files changed, 117 insertions(+)
 create mode 100644 history/samba-4.10.13.html
 create mode 100644 posted_news/20200123-154448.4.10.13.body.html
 create mode 100644 posted_news/20200123-154448.4.10.13.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 6afeebd..2212cce 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -15,6 +15,7 @@
 			<li><a href="samba-4.11.2.html">samba-4.11.2</a></li>
 			<li><a href="samba-4.11.1.html">samba-4.11.1</a></li>
 			<li><a href="samba-4.11.0.html">samba-4.11.0</a></li>
+			<li><a href="samba-4.10.13.html">samba-4.10.13</a></li>
 			<li><a href="samba-4.10.12.html">samba-4.10.12</a></li>
 			<li><a href="samba-4.10.11.html">samba-4.10.11</a></li>
 			<li><a href="samba-4.10.10.html">samba-4.10.10</a></li>
diff --git a/history/samba-4.10.13.html b/history/samba-4.10.13.html
new file mode 100644
index 0000000..1767418
--- /dev/null
+++ b/history/samba-4.10.13.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.10.13 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.10.13 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.10.13.tar.gz">Samba 4.10.13 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.10.13.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.10.12-4.10.13.diffs.gz">Patch (gzipped) against Samba 4.10.12</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.10.12-4.10.13.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ===============================
+                   Release Notes for Samba 4.10.13
+                          January 23, 2020
+                   ===============================
+
+
+This is the latest stable release of the Samba 4.10 release series.
+
+
+Changes since 4.10.12
+----------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 14161: s3: libsmb: Ensure SMB1 cli_qpathinfo2() doesn't return an
+     inode number.
+   * BUG 14174: s3: utils: smbtree. Ensure we don't call cli_RNetShareEnum()
+     on an SMB1 connection.
+   * BUG 14176: s3: libsmb: Ensure return from net_share_enum_rpc() sets
+     cli->raw_status on error.
+   * BUG 14189: s3: smbd: SMB2 - Ensure we use the correct session_id if
+     encrypting an interim response.
+   * BUG 14205: s3: smbd: Only set xconn->smb1.negprot.done = true after
+     supported_protocols[protocol].proto_reply_fn() succeeds.
+
+o  Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
+   * BUG 14209: pygpo: Use correct method flags.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 13925: s3: Remove now unneeded call to cmdline_messaging_context().
+   * BUG 14069: Incomplete conversion of former parametric options.
+   * BUG 14070: Fix sync dosmode fallback in async dosmode codepath.
+   * BUG 14171: vfs_fruit returns capped resource fork length.
+   * BUG 13745: s3:printing: Fix %J substition.
+
+o  Isaac Boukris <iboukris at gmail.com>
+   * BUG 14116: libnet_join: Add SPNs for additional-dns-hostnames entries.
+
+o  Torsten Fohrer <torsten.fohrer at sbe.de>
+   * BUG 14209: Avoiding bad call flags with python 3.8, using METH_NOARGS
+     instead of zero.
+
+o  Björn Jacke <bjacke at samba.org>
+   * BUG 14122: docs-xml/winbindnssinfo: Clarify interaction with idmap_ad etc.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 14175: ctdb-tcp: Close inflight connecting TCP sockets after fork.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 14153: s4:dirsync: Fix interaction of dirsync and extended_dn controls.
+
+o  Gary Lockyer <gary at catalyst.net.nz>
+   * BUG 14199: upgradedns: Ensure lmdb lock files linked.
+
+o  Anoop C S <anoopcs at redhat.com>
+   * BUG 14182: s3: VFS: glusterfs: Reset nlinks for symlink entries during
+     readdir.
+
+o  Christof Schmitt <cs at samba.org>
+   * BUG 14140: wscript: Remove checks for shm_open and shmget.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 14101: libsmbclient: smbc_stat() doesn't return the correct st_mode
+     and also the uid/gid is not filled (SMBv1).
+   * BUG 14168: replace: Only link libnsl and libsocket if required.
+   * BUG 14219: librpc: Fix string length checking in
+     ndr_pull_charset_to_null().
+
+o  Uri Simchoni <uri at samba.org>
+   * BUG 13856: heimdal-build: Avoid hard-coded /usr/include/heimdal in
+     asn1_compile-generated code.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 14175: ctdb-tcp: Drop tracking of file descriptor for incoming
+     connections.
+   * BUG 14227: ctdb-scripts: Strip square brackets when gathering connection
+     info.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20200123-154448.4.10.13.body.html b/posted_news/20200123-154448.4.10.13.body.html
new file mode 100644
index 0000000..d928ff5
--- /dev/null
+++ b/posted_news/20200123-154448.4.10.13.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20200123-154448.4.10.13.body.html -->
+<h5><a name="4.10.13">23 January 2020</a></h5>
+<p class=headline>Samba 4.10.13 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.10 release series.
+</p>
+<p>
+The uncompressed tarball has been signed using GnuPG (ID 6F33915B6568B7EA).
+The source code can be <a href="https://download.samba.org/pub/samba/stable/samba-4.10.13.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.10.12-4.10.13.diffs.gz">patch against Samba 4.10.12</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.10.13.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20200123-154448.4.10.13.body.html -->
diff --git a/posted_news/20200123-154448.4.10.13.headline.html b/posted_news/20200123-154448.4.10.13.headline.html
new file mode 100644
index 0000000..77374ad
--- /dev/null
+++ b/posted_news/20200123-154448.4.10.13.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20200123-154448.4.10.13.headline.html -->
+<li> 23 January 2020 <a href="#4.10.13">Samba 4.10.13 Available for Download</a></li>
+<!-- END: posted_news/20200123-154448.4.10.13.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list