The branch, master has been updated
       via  e80cb27 Add Samba 4.8.2.
       via  584082b NEWS[4.8.2]: Samba 4.8.2 Available for Download
      from  d9e04d2 Add Samba 4.8.1.

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


- Log -----------------------------------------------------------------
commit e80cb2716497290fefc74dc9a004a351c995c3c1
Author: Karolin Seeger <ksee...@samba.org>
Date:   Wed May 16 12:18:23 2018 +0200

    Add Samba 4.8.2.
    
    Signed-off-by: Karolin Seeger <ksee...@samba.org>

commit 584082b92b54b1a69780274931254968b1ed72b4
Author: Karolin Seeger <ksee...@samba.org>
Date:   Wed May 16 12:15:50 2018 +0200

    NEWS[4.8.2]: Samba 4.8.2 Available for Download
    
    Signed-off-by: Karolin Seeger <ksee...@samba.org>

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

Summary of changes:
 history/header_history.html                     |  1 +
 history/samba-4.8.2.html                        | 90 +++++++++++++++++++++++++
 posted_news/20180516-101759.4.8.2.body.html     | 13 ++++
 posted_news/20180516-101759.4.8.2.headline.html |  3 +
 4 files changed, 107 insertions(+)
 create mode 100644 history/samba-4.8.2.html
 create mode 100644 posted_news/20180516-101759.4.8.2.body.html
 create mode 100644 posted_news/20180516-101759.4.8.2.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index e8a3fd7..731f4bd 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.8.2.html">samba-4.8.2</a></li>
                        <li><a href="samba-4.8.1.html">samba-4.8.1</a></li>
                        <li><a href="samba-4.8.0.html">samba-4.8.0</a></li>
                        <li><a href="samba-4.7.7.html">samba-4.7.7</a></li>
diff --git a/history/samba-4.8.2.html b/history/samba-4.8.2.html
new file mode 100644
index 0000000..bfecb9e
--- /dev/null
+++ b/history/samba-4.8.2.html
@@ -0,0 +1,90 @@
+<!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.2 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.8.2 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.8.2.tar.gz";>Samba 
4.8.2 (gzipped)</a><br>
+<a 
href="https://download.samba.org/pub/samba/stable/samba-4.8.2.tar.asc";>Signature</a>
+</p>
+<p>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.8.1-4.8.2.diffs.gz";>Patch
 (gzipped) against Samba 4.8.1</a><br>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.8.1-4.8.2.diffs.asc";>Signature</a>
+</p>
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 4.8.2
+                            May 16, 2018
+                   =============================
+
+
+This is the latest stable release of the Samba 4.8 release series.
+
+Major bug fixes include:
+------------------------
+
+   o After update to 4.8.0 DC failed with &quot;Failed to find our own
+     NTDS Settings objectGUID&quot; (bug #13335).
+
+Changes since 4.8.1:
+--------------------
+
+o  Jeremy Allison &lt;j...@samba.org&gt;
+   * BUG 13380: s3: smbd: Generic fix for incorrect reporting of stream dos
+     attributes on a directory.
+   * BUG 13412: ceph: VFS: Add asynchronous fsync to ceph module, fake using
+     synchronous call.
+   * BUG 13419: s3: libsmbclient: Fix hard-coded connection error return of
+     ETIMEDOUT.
+
+o  Andrew Bartlett &lt;abart...@samba.org&gt;
+   * BUG 13306: ldb: Release ldb 1.3.3:
+     * Fix failure to upgrade to the GUID index DB format.
+     * Add tests for GUID index behaviour.
+   * BUG 13420: s4-lsa: Fix use-after-free in LSA server.
+   * BUG 13430: winbindd: Do re-connect if the RPC call fails in the passdb
+     case.
+
+o  Ralph Boehme &lt;s...@samba.org&gt;
+   * BUG 13416: s3:cleanupd: Sends MSG_SMB_UNLOCK twice to interested peers.
+   * BUG 13414: s3:cleanupd: Use MSG_SMB_BRL_VALIDATE to signal cleanupd
+     unclean process shutdown.
+
+o  David Disseldorp &lt;dd...@samba.org&gt;
+   * BUG 13425: vfs_ceph: add fake async pwrite/pread send/recv hooks.
+
+o  Amitay Isaacs &lt;ami...@gmail.com&gt;
+   * BUG 13411: ctdb-client: Remove ununsed functions from old client code.
+
+o  Bj&ouml;rn Jacke &lt;bja...@samba.org&gt;
+   * BUG 13395: printing: Return the same error code as windows does on upload
+     failures.
+
+o  Gary Lockyer &lt;g...@catalyst.net.nz&gt;
+   * BUG 13335: After update to 4.8.0 DC failed with &quot;Failed to find our 
own
+     NTDS Settings objectGUID&quot;.
+
+o  Stefan Metzmacher &lt;me...@samba.org&gt;
+   * BUG 13400: nsswitch: Fix memory leak in winbind_open_pipe_sock() when the
+     privileged pipe is not accessable.
+   * BUG 13420: s4:lsa_lookup: remove TALLOC_FREE(state) after all
+     dcesrv_lsa_Lookup{Names,Sids}_base_map() calls.
+
+o  Vandana Rungta &lt;vrun...@amazon.com&gt;
+   * BUG 13424: s3: VFS: Fix memory leak in vfs_ceph.
+
+o  Christof Schmitt &lt;c...@samba.org&gt;
+   * BUG 13407: rpc_server: Fix NetSessEnum with stale sessions.
+
+o  Andreas Schneider &lt;a...@samba.org&gt;
+   * BUG 13417: s3:smbspool: Fix cmdline argument handling.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20180516-101759.4.8.2.body.html 
b/posted_news/20180516-101759.4.8.2.body.html
new file mode 100644
index 0000000..0cf233d
--- /dev/null
+++ b/posted_news/20180516-101759.4.8.2.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20180516-101759.4.8.2.body.html -->
+<h5><a name="4.8.2">16 May 2018</a></h5>
+<p class=headline>Samba 4.8.2 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.2.tar.gz";>downloaded
 now</a>.
+A <a 
href="https://download.samba.org/pub/samba/patches/samba-4.8.1-4.8.2.diffs.gz";>patch
 against Samba 4.8.1</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.8.2.html";>the release 
notes for more info</a>.
+</p>
+<!-- END: posted_news/20180516-101759.4.8.2.body.html -->
diff --git a/posted_news/20180516-101759.4.8.2.headline.html 
b/posted_news/20180516-101759.4.8.2.headline.html
new file mode 100644
index 0000000..fe901ee
--- /dev/null
+++ b/posted_news/20180516-101759.4.8.2.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20180516-101759.4.8.2.headline.html -->
+<li> 16 May 2018 <a href="#4.8.2">Samba 4.8.2 Available for Download</a></li>
+<!-- END: posted_news/20180516-101759.4.8.2.headline.html -->


-- 
Samba Website Repository

Reply via email to