[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Thu Jul 6 08:30:52 UTC 2017


The branch, master has been updated
       via  06f7945 NEWS[4.5.11]: Samba 4.5.11 Available for Download
      from  2ce82ef NEWS[4.7.0rc1]: Samba 4.7.0rc1 Available for Download

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


- Log -----------------------------------------------------------------
commit 06f7945c3f9dbb80927f93a2b5313883dea25d3b
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Jul 6 10:26:58 2017 +0200

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

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

Summary of changes:
 history/samba-4.5.11.html                        | 89 ++++++++++++++++++++++++
 posted_news/20170706-083016.4.5.11.body.html     | 13 ++++
 posted_news/20170706-083016.4.5.11.headline.html |  3 +
 3 files changed, 105 insertions(+)
 create mode 100644 history/samba-4.5.11.html
 create mode 100644 posted_news/20170706-083016.4.5.11.body.html
 create mode 100644 posted_news/20170706-083016.4.5.11.headline.html


Changeset truncated at 500 lines:

diff --git a/history/samba-4.5.11.html b/history/samba-4.5.11.html
new file mode 100644
index 0000000..0aa372f
--- /dev/null
+++ b/history/samba-4.5.11.html
@@ -0,0 +1,89 @@
+<!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.5.11 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.5.11 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.5.11.tar.gz">Samba 4.5.11 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.5.11.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.5.10-4.5.11.diffs.gz">Patch (gzipped) against Samba 4.5.10</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.5.10-4.5.11.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.5.11
+                            July 6, 2017
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.5 release series.
+
+
+Changes since 4.5.10:
+---------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 12793: s3: smbd: Fix open_files.idl to correctly ignore
+     share_mode_lease *lease in share_mode_entry.
+   * BUG 12804: s3: VFS: Catia: Ensure path name is also converted.
+   * BUG 12818: s3: smbd: When deleting an fsp pointer ensure we don't keep
+     any references to it around.
+   * BUG 12831: s3: libsmb: Correctly save and restore connection tcon
+     in 'smbclient', 'smbcacls' and 'smbtorture3'.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 12798: s3/smbd: Fix exclusive lease optimisation.
+
+o  Amitay Isaacs <amitay at gmail.com>
+   * BUG 12856: ctdb-scripts: Don't send empty argument string to logger.
+   * BUG 12857: ctdb-recovery: Do not run local ip verification when in
+     recovery.
+
+o  Daniel Kobras <d.kobras at science-computing.de>
+   * BUG 12860: s3: smbd: Fix regression with non-wide symlinks to directories
+     over SMB3.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 12768: samba-tool: Fix log message of 'samba-tool user syncpasswords'.
+   * BUG 12772: s3:smbd: unimplement FSCTL_VALIDATE_NEGOTIATE_INFO with
+     "server max protocol = SMB2_02".
+   * BUG 12788: auth/spnego: Fix gensec_update_ev() argument order for
+     the SPNEGO_FALLBACK case.
+   * BUG 12832: s3:smb2_create: Avoid reusing the 'tevent_req' within
+     smbd_smb2_create_send().
+   * BUG 12844: Related requests with TreeConnect fail with
+     NETWORK_NAME_DELETED.
+   * BUG 12845: Related requests with SessionSetup fail with INTERNAL_ERROR.
+   * BUG 12859: ldb: protect Samba < 4.7 against incompatible ldb
+     versions and require ldb < 1.2.0.
+   * BUG 12862: auth/ntlmssp: Enforce NTLMSSP_NEGOTIATE_NTLM2 for the NTLMv2
+     client case.
+
+o  Michael Saxl <mike at mwsys.mine.bz>
+   * BUG 10490: s3:gse_krb5: Fix a possible crash in
+     fill_mem_keytab_from_system_keytab().
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 12808: libcli:smb2: Gracefully handle not supported for
+     FSCTL_VALIDATE_NEGOTIATE_INFO.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 12802: 'ctdb nodestatus' incorrectly displays status for all nodes
+     with wrong exit code.
+   * BUG 12837: ctdb-scripts: NFS call-out failures should cause event failure.
+
+o  Richard Sharpe <richard.sharpe at primarydata.com>
+   * BUG 15852: There are valid paths where conn->lsa_pipe_tcp->transport
+     is NULL.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20170706-083016.4.5.11.body.html b/posted_news/20170706-083016.4.5.11.body.html
new file mode 100644
index 0000000..4478928
--- /dev/null
+++ b/posted_news/20170706-083016.4.5.11.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20170706-083016.4.5.11.body.html -->
+<h5><a name="4.5.11">06 July 2017</a></h5>
+<p class=headline>Samba 4.5.11 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.5 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.5.11.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.5.10-4.5.11.diffs.gz">patch against Samba 4.5.10</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.5.11.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20170706-083016.4.5.11.body.html -->
diff --git a/posted_news/20170706-083016.4.5.11.headline.html b/posted_news/20170706-083016.4.5.11.headline.html
new file mode 100644
index 0000000..d326dec
--- /dev/null
+++ b/posted_news/20170706-083016.4.5.11.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20170706-083016.4.5.11.headline.html -->
+<li> 06 July 2017 <a href="#4.5.11">Samba 4.5.11 Available for Download</a></li>
+<!-- END: posted_news/20170706-083016.4.5.11.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list