The branch, master has been updated
       via  c0fcfd1 Add Samba 4.9.2.
       via  cac784c NEWS[4.9.2]: Samba 4.9.2 Available for Download
      from  9787703 Add Samba 4.7.11.

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


- Log -----------------------------------------------------------------
commit c0fcfd19dd3ce222ebc6b460e919b3c0bac3a063
Author: Karolin Seeger <[email protected]>
Date:   Thu Nov 8 09:26:01 2018 +0100

    Add Samba 4.9.2.
    
    Signed-off-by: Karolin Seeger <[email protected]>

commit cac784ccd94cb6843a1b6ffa3b4c889f3f0f82b9
Author: Karolin Seeger <[email protected]>
Date:   Thu Nov 8 09:16:36 2018 +0100

    NEWS[4.9.2]: Samba 4.9.2 Available for Download
    
    Signed-off-by: Karolin Seeger <[email protected]>

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

Summary of changes:
 history/header_history.html                     |  1 +
 history/samba-4.9.2.html                        | 93 +++++++++++++++++++++++++
 posted_news/20181108-082018.4.9.2.body.html     | 13 ++++
 posted_news/20181108-082018.4.9.2.headline.html |  3 +
 4 files changed, 110 insertions(+)
 create mode 100644 history/samba-4.9.2.html
 create mode 100644 posted_news/20181108-082018.4.9.2.body.html
 create mode 100644 posted_news/20181108-082018.4.9.2.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 7f9d996..bfc59e0 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.9.2.html">samba-4.9.2</a></li>
                        <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>
diff --git a/history/samba-4.9.2.html b/history/samba-4.9.2.html
new file mode 100644
index 0000000..7988b42
--- /dev/null
+++ b/history/samba-4.9.2.html
@@ -0,0 +1,93 @@
+<!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.9.2 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.9.2 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.9.2.tar.gz";>Samba 
4.9.2 (gzipped)</a><br>
+<a 
href="https://download.samba.org/pub/samba/stable/samba-4.9.2.tar.asc";>Signature</a>
+</p>
+<p>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.9.1-4.9.2.diffs.gz";>Patch
 (gzipped) against Samba 4.9.1</a><br>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.9.1-4.9.2.diffs.asc";>Signature</a>
+</p>
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 4.9.2
+                         November 08, 2018
+                   =============================
+
+
+This is the latest stable release of the Samba 4.9 release series.
+
+
+Changes since 4.9.1:
+--------------------
+
+o  Andrew Bartlett &lt;[email protected]&gt;
+   * BUG 13418: dsdb: Add comments explaining the limitations of our current
+     backlink behaviour.
+   * BUG 13621: Fix problems running domain backups (handling SMBv2, sites).
+
+o  Tim Beale &lt;[email protected]&gt;
+   * BUG 13621: Fix problems running domain backups (handling SMBv2, sites).
+
+o  Ralph Boehme &lt;[email protected]&gt;
+   * BUG 13465: testparm: Fix crashes with PANIC: Messaging not initialized on
+     SLES 12 SP3.
+   * BUG 13642: Make vfs_fruit able to cleanup AppleDouble files.
+   * BUG 13646: File saving issues with vfs_fruit on samba &gt;= 4.8.5.
+   * BUG 13649: Enabling vfs_fruit looses FinderInfo.
+   * BUG 13667: Cancelling of SMB2 aio reads and writes returns wrong error
+     NT_STATUS_INTERNAL_ERROR.
+
+o  Amitay Isaacs &lt;[email protected]&gt;
+   * BUG 13641: Fix CTDB recovery record resurrection from inactive nodes and
+     simplify vacuuming.
+
+o  Volker Lendecke &lt;[email protected]&gt;
+   * BUG 13465: examples: Fix the smb2mount build.
+   * BUG 13629: libtevent: Fix build due to missing open_memstream on Illiumos.
+   * BUG 13662: winbindd_cache: Fix timeout calculation for sid&lt;-&gt;name 
cache.
+
+o  Gary Lockyer &lt;[email protected]&gt;
+   * BUG 13653: dsdb encrypted_secrets: Allow &quot;ldb:// and 
&quot;mdb://&quot; in file path.
+
+o  Stefan Metzmacher &lt;[email protected]&gt;
+   * BUG 13418: Extended DN SID component missing for member after switching
+     group membership.
+   * BUG 13624: Return STATUS_SESSION_EXPIRED error encrypted, if the request
+     was encrypted.
+
+o  David Mulder &lt;[email protected]&gt;
+   * BUG 13621: python: Allow forced signing via smb.SMB().
+   * BUG 13665: lib:socket: If returning early, set ifaces.
+
+o  Noel Power &lt;[email protected]&gt;
+   * BUG 13616: ldb: Bump ldb version to 1.4.3, Python: Ensure ldb.Dn can 
accept
+     utf8 encoded unicode.
+
+o  Christof Schmitt &lt;[email protected]&gt;
+   * BUG 13465: testparm: Fix crashes with PANIC: Messaging not initialized on
+     SLES 12 SP3.
+   * BUG 13673: smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY
+     attribute.
+
+o  Andreas Schneider &lt;[email protected]&gt;
+   * BUG 13601: waf: Add -fstack-clash-protection.
+   * BUG 13668: winbind: Fix segfault if an invalid passdb backend is
+     configured.
+
+o  Martin Schwenke &lt;[email protected]&gt;
+   * BUG 13659: Fix bugs in CTDB event handling.
+   * BUG 13670: Misbehaving nodes are sometimes not banned.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20181108-082018.4.9.2.body.html 
b/posted_news/20181108-082018.4.9.2.body.html
new file mode 100644
index 0000000..3a63754
--- /dev/null
+++ b/posted_news/20181108-082018.4.9.2.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20181108-082018.4.9.2.body.html -->
+<h5><a name="4.9.2">08 November 2018</a></h5>
+<p class=headline>Samba 4.9.2 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.9 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.9.2.tar.gz";>downloaded
 now</a>.
+A <a 
href="https://download.samba.org/pub/samba/patches/samba-4.9.1-4.9.2.diffs.gz";>patch
 against Samba 4.9.1</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.9.2.html";>the release 
notes for more info</a>.
+</p>
+<!-- END: posted_news/20181108-082018.4.9.2.body.html -->
diff --git a/posted_news/20181108-082018.4.9.2.headline.html 
b/posted_news/20181108-082018.4.9.2.headline.html
new file mode 100644
index 0000000..ecc586c
--- /dev/null
+++ b/posted_news/20181108-082018.4.9.2.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20181108-082018.4.9.2.headline.html -->
+<li> 08 November 2018 <a href="#4.9.2">Samba 4.9.2 Available for 
Download</a></li>
+<!-- END: posted_news/20181108-082018.4.9.2.headline.html -->


-- 
Samba Website Repository

Reply via email to