[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Tue Jun 6 08:00:59 UTC 2017


The branch, master has been updated
       via  88f2169 Add Samba 4.6.5.
       via  1c61956 NEWS[4.6.5]: Samba 4.6.5 Available for Download
      from  21e143f s/enterprisesamba.com/samba.plus/

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


- Log -----------------------------------------------------------------
commit 88f21690c8e06c5bfe10b233472d87720cfdc20e
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jun 6 10:00:43 2017 +0200

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

commit 1c61956958c2282d611de008bc810698007fac21
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jun 6 09:51:39 2017 +0200

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

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

Summary of changes:
 history/header_history.html                     |  1 +
 history/samba-4.6.5.html                        | 82 +++++++++++++++++++++++++
 posted_news/20170606-075952.4.6.5.body.html     | 13 ++++
 posted_news/20170606-075952.4.6.5.headline.html |  3 +
 4 files changed, 99 insertions(+)
 create mode 100644 history/samba-4.6.5.html
 create mode 100644 posted_news/20170606-075952.4.6.5.body.html
 create mode 100644 posted_news/20170606-075952.4.6.5.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 8eb4409..ec2e727 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.6.5.html">samba-4.6.5</a></li>
 			<li><a href="samba-4.6.4.html">samba-4.6.4</a></li>
 			<li><a href="samba-4.6.3.html">samba-4.6.3</a></li>
 			<li><a href="samba-4.6.2.html">samba-4.6.2</a></li>
diff --git a/history/samba-4.6.5.html b/history/samba-4.6.5.html
new file mode 100644
index 0000000..2b31276
--- /dev/null
+++ b/history/samba-4.6.5.html
@@ -0,0 +1,82 @@
+<!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.6.5 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.6.5 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.6.5.tar.gz">Samba 4.6.5 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.6.5.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.6.4-4.6.5.diffs.gz">Patch (gzipped) against Samba 4.6.4</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.6.4-4.6.5.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 4.6.5
+                            June 6, 2017
+                   =============================
+
+
+This is the latest stable release of the Samba 4.6 release series.
+
+
+Changes since 4.6.4:
+---------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 12804: s3: VFS: Catia: Ensure path name is also converted.
+
+o  Christian Ambach <ambi at samba.org>
+   * BUG 12765: s3:smbcacls add prompt for password.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 12562: vfs_acl_xattr|tdb: Ensure create mask is at least 0666 if
+     ignore_system_acls is set.
+   * BUG 12702: Wrong sid->uid mapping for SIDs residing in sIDHistory.
+   * BUG 12749: vfs_fruit: lp_case_sensitive() does not return a bool.
+   * BUG 12766: s3/smbd: Update exclusive oplock optimisation to the lease area.
+   * BUG 12798: s3/smbd: Fix exclusive lease optimisation.
+
+o  Alexander Bokovoy <ab at samba.org>
+   * BUG 12751: Allow passing trusted domain password as plain-text to PASSDB
+     layer.
+   * BUG 12764: systemd: Fix detection of libsystemd.
+
+o  Amitay Isaacs <amitay at gmail.com>
+   * BUG 12697: ctdb-readonly: Avoid a tight loop waiting for revoke to
+     complete.
+   * BUG 12770: ctdb-logging: Initialize DEBUGLEVEL before changing the value.
+
+o  Shilpa Krishnareddy <skrishnareddy at panzura.com>
+   * BUG 12756: notify: Fix ordering of events in notifyd.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 12757: idmap_rfc2307: Lookup of more than two SIDs fails.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 12767: samba-tool: Let 'samba-tool user syncpasswords' report deletions
+     immediately.
+
+o  Doug Nazar <nazard at nazar.ca>
+   * BUG 12760: s3: smbd: inotify_map_mask_to_filter incorrectly indexes an
+     array.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 12687: vfs_expand_msdfs tries to open the remote address as a file
+     path.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 12802: 'ctdb nodestatus' incorrectly displays status for all nodes with
+     wrong exit code.
+   * BUG 12814: ctdb-common: Fix crash in logging initialisation.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20170606-075952.4.6.5.body.html b/posted_news/20170606-075952.4.6.5.body.html
new file mode 100644
index 0000000..3cdc760
--- /dev/null
+++ b/posted_news/20170606-075952.4.6.5.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20170606-075952.4.6.5.body.html -->
+<h5><a name="4.6.5">06 June 2017</a></h5>
+<p class=headline>Samba 4.6.5 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.6 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.6.5.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.6.4-4.6.5.diffs.gz">patch against Samba 4.6.4</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.6.5.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20170606-075952.4.6.5.body.html -->
diff --git a/posted_news/20170606-075952.4.6.5.headline.html b/posted_news/20170606-075952.4.6.5.headline.html
new file mode 100644
index 0000000..bf0bd1b
--- /dev/null
+++ b/posted_news/20170606-075952.4.6.5.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20170606-075952.4.6.5.headline.html -->
+<li> 06 June 2017 <a href="#4.6.5">Samba 4.6.5 Available for Download</a></li>
+<!-- END: posted_news/20170606-075952.4.6.5.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list