[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Tue Oct 9 08:08:20 UTC 2018


The branch, master has been updated
       via  920552a Add Samba 4.8.6.
       via  716154f NEWS[4.8.6]: Samba 4.8.6 Available for Download
      from  1c436b1 Add Samba 4.9.1 to the list.

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


- Log -----------------------------------------------------------------
commit 920552a9ff27126d27adc7d2372b566601335703
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Oct 9 10:08:01 2018 +0200

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

commit 716154f66c966adc43bcb05bc23233712d455cda
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Oct 9 10:05:59 2018 +0200

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

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

Summary of changes:
 history/header_history.html                     |  1 +
 history/samba-4.8.6.html                        | 67 +++++++++++++++++++++++++
 posted_news/20181009-080731.4.8.6.body.html     | 13 +++++
 posted_news/20181009-080731.4.8.6.headline.html |  3 ++
 4 files changed, 84 insertions(+)
 create mode 100644 history/samba-4.8.6.html
 create mode 100644 posted_news/20181009-080731.4.8.6.body.html
 create mode 100644 posted_news/20181009-080731.4.8.6.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 6144061..215747b 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -11,6 +11,7 @@
 			<ul>
 			<li><a href="samba-4.9.1.html">samba-4.9.1</a></li>
 			<li><a href="samba-4.9.0.html">samba-4.9.0</a></li>
+			<li><a href="samba-4.8.6.html">samba-4.8.6</a></li>
 			<li><a href="samba-4.8.5.html">samba-4.8.5</a></li>
 			<li><a href="samba-4.8.4.html">samba-4.8.4</a></li>
 			<li><a href="samba-4.8.3.html">samba-4.8.3</a></li>
diff --git a/history/samba-4.8.6.html b/history/samba-4.8.6.html
new file mode 100644
index 0000000..edfea6a
--- /dev/null
+++ b/history/samba-4.8.6.html
@@ -0,0 +1,67 @@
+<!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.8.6 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.8.6 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.8.6.tar.gz">Samba 4.8.6 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.8.6.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.8.5-4.8.6.diffs.gz">Patch (gzipped) against Samba 4.8.5</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.8.5-4.8.6.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 4.8.6
+                           October 9, 2018
+                   =============================
+
+
+This is the latest stable release of the Samba 4.8 release series.
+
+
+Changes since 4.8.5:
+--------------------
+
+o  Paulo Alcantara <paulo at paulo.ac>
+   * BUG 13578: s3: util: Do not take over stderr when there is no log file.
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 13585: s3: smbd: Ensure get_real_filename() copes with empty pathnames.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 13441: vfs_fruit: delete 0 byte size streams if AAPL is enabled.
+   * BUG 13549: s3:smbd: Durable Reconnect fails because cookie.allow_reconnect
+     is not set.
+
+o  Alexander Bokovoy <ab at samba.org>
+   * BUG 13539: krb5-samba: Interdomain trust uses different salt principal.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 13362: Fix possible memory leak in the Samba process.
+   * BUG 13441: vfs_fruit: Don't unlink the main file.
+   * BUG 13602: smbd: Fix a memleak in async search ask sharemode.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 11517: Fix Samba GPO issue when Trust is enabled.
+   * BUG 13539: samba-tool: Add virtualKerberosSalt attribute to 'user
+     getpassword/syncpasswords'.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 13606: wafsamba: Fix 'make -j<jobs>'.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 13592: ctdbd logs an error until it can successfully connect to
+     eventd.
+   * BUG 13617: Fix race conditions in CTDB recovery lock.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20181009-080731.4.8.6.body.html b/posted_news/20181009-080731.4.8.6.body.html
new file mode 100644
index 0000000..47045fb
--- /dev/null
+++ b/posted_news/20181009-080731.4.8.6.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20181009-080731.4.8.6.body.html -->
+<h5><a name="4.8.6">09 October 2018</a></h5>
+<p class=headline>Samba 4.8.6 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.8 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.8.6.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.8.5-4.8.6.diffs.gz">patch against Samba 4.8.5</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.8.6.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20181009-080731.4.8.6.body.html -->
diff --git a/posted_news/20181009-080731.4.8.6.headline.html b/posted_news/20181009-080731.4.8.6.headline.html
new file mode 100644
index 0000000..46b72ba
--- /dev/null
+++ b/posted_news/20181009-080731.4.8.6.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20181009-080731.4.8.6.headline.html -->
+<li> 09 October 2018 <a href="#4.8.6">Samba 4.8.6 Available for Download</a></li>
+<!-- END: posted_news/20181009-080731.4.8.6.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list