The branch, master has been updated
       via  faa03b5 Add Samba 4.8.9.
       via  10da62e NEWS[4.8.9]: Samba 4.8.9 Available for Download
      from  8079dc1 NEWS[4.10.0rc2]: Samba 4.10.0rc2 Available for Download

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


- Log -----------------------------------------------------------------
commit faa03b5455050f02bcf256a55281ecfea2a6e674
Author: Karolin Seeger <ksee...@samba.org>
Date:   Thu Feb 7 10:28:25 2019 +0100

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

commit 10da62e05aa6a02a7b84773426d0497cd012aa57
Author: Karolin Seeger <ksee...@samba.org>
Date:   Thu Feb 7 10:27:09 2019 +0100

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

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

Summary of changes:
 history/header_history.html                     |  1 +
 history/samba-4.8.9.html                        | 84 +++++++++++++++++++++++++
 posted_news/20190207-092804.4.8.9.body.html     | 13 ++++
 posted_news/20190207-092804.4.8.9.headline.html |  3 +
 4 files changed, 101 insertions(+)
 create mode 100644 history/samba-4.8.9.html
 create mode 100644 posted_news/20190207-092804.4.8.9.body.html
 create mode 100644 posted_news/20190207-092804.4.8.9.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 0144df8..29bde65 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -14,6 +14,7 @@
                        <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.9.html">samba-4.8.9</a></li>
                        <li><a href="samba-4.8.8.html">samba-4.8.8</a></li>
                        <li><a href="samba-4.8.7.html">samba-4.8.7</a></li>
                        <li><a href="samba-4.8.6.html">samba-4.8.6</a></li>
diff --git a/history/samba-4.8.9.html b/history/samba-4.8.9.html
new file mode 100644
index 0000000..ad488ae
--- /dev/null
+++ b/history/samba-4.8.9.html
@@ -0,0 +1,84 @@
+<!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.9 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.8.9 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.8.9.tar.gz";>Samba 
4.8.9 (gzipped)</a><br>
+<a 
href="https://download.samba.org/pub/samba/stable/samba-4.8.9.tar.asc";>Signature</a>
+</p>
+<p>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.8.8-4.8.9.diffs.gz";>Patch
 (gzipped) against Samba 4.8.8</a><br>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.8.8-4.8.9.diffs.asc";>Signature</a>
+</p>
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 4.8.9
+                         February 7, 2019
+                   =============================
+
+
+This is the latest stable release of the Samba 4.8 release series.
+
+
+Changes since 4.8.8:
+--------------------
+
+o  Jeremy Allison &lt;j...@samba.org&gt;
+   * BUG 11495: s3: lib: nmbname: Ensure we limit the NetBIOS name correctly.
+     CID: 1433607.
+
+o  Christian Ambach &lt;a...@samba.org&gt;
+   * BUG 13199: s3:utils/smbget: Fix recursive download with empty source
+     directories.
+
+o  Tim Beale &lt;timbe...@catalyst.net.nz&gt;
+   * BUG 13736: s3:libsmb: cli_smb2_list() can sometimes fail initially on a
+     connection.
+   * BUG 13747: join: Throw CommandError instead of Exception for simple 
errors.
+
+o  Ralph Boehme &lt;s...@samba.org&gt;
+   * BUG 13688: Windows 2016 fails to restore previous version of a file from a
+     shadow_copy2 snapshot.
+   * BUG 13455: Restoring previous version of stream with vfs_shadow_copy2 
fails
+     with NT_STATUS_OBJECT_NAME_INVALID.
+   * BUG 13736: s3: libsmb: Use smb2cli_conn_max_trans_size() in
+     cli_smb2_list().
+
+o  G&uuml;nther Deschner &lt;g...@samba.org&gt;
+   * BUG 13708: s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs.
+   * BUG 13720: s3-smbd: Avoid assuming fsp is always intact after close_file
+     call.
+   * BUG 13725: s3-vfs-fruit,s3-vfs-streams_xattr: Add close call.
+   * BUG 13774: s3-vfs: Add glusterfs_fuse vfs module.
+
+o  Aaron Haslett &lt;aaronhasl...@catalyst.net.nz&gt;
+   * BUG 13738: dns: Changing onelevel search for wildcard to subtree.
+
+o  Stefan Metzmacher &lt;me...@samba.org&gt;
+   * BUG 13722: s3:auth_winbind: Ignore a missing winbindd as NT4 PDC/BDC
+     without trusts.
+   * BUG 13723: s3:auth_winbind: Return NT_STATUS_NO_LOGON_SERVERS if winbindd
+     is not available.
+   * BUG 13752: s4:messaging: Add support &apos;smbcontrol &lt;pid&gt; 
debug/debuglevel&apos;.
+
+o  Anoop C S &lt;anoo...@redhat.com&gt;
+   * BUG 13330: vfs_glusterfs: Adapt to changes in libgfapi signatures.
+   * BUG 13774: s3-vfs: Use ENOATTR in errno comparison for getxattr.
+
+o  Martin Schwenke &lt;mar...@meltin.net&gt;
+   * BUG 13717: lib/util: Count a trailing line that doesn&apos;t end in a 
newline.
+
+o  Ralph Wuerthner &lt;ralph.wuerth...@de.ibm.com&gt;
+   * BUG 13741: vfs_fileid: Fix get_connectpath_ino.
+   * BUG 13744: vfs_fileid: Fix fsname_norootdir algorithm.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20190207-092804.4.8.9.body.html 
b/posted_news/20190207-092804.4.8.9.body.html
new file mode 100644
index 0000000..4b49be4
--- /dev/null
+++ b/posted_news/20190207-092804.4.8.9.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20190207-092804.4.8.9.body.html -->
+<h5><a name="4.8.9">07 February 2019</a></h5>
+<p class=headline>Samba 4.8.9 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.9.tar.gz";>downloaded
 now</a>.
+A <a 
href="https://download.samba.org/pub/samba/patches/samba-4.8.8-4.8.9.diffs.gz";>patch
 against Samba 4.8.8</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.8.9.html";>the release 
notes for more info</a>.
+</p>
+<!-- END: posted_news/20190207-092804.4.8.9.body.html -->
diff --git a/posted_news/20190207-092804.4.8.9.headline.html 
b/posted_news/20190207-092804.4.8.9.headline.html
new file mode 100644
index 0000000..ffe4bad
--- /dev/null
+++ b/posted_news/20190207-092804.4.8.9.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20190207-092804.4.8.9.headline.html -->
+<li> 07 February 2019 <a href="#4.8.9">Samba 4.8.9 Available for 
Download</a></li>
+<!-- END: posted_news/20190207-092804.4.8.9.headline.html -->


-- 
Samba Website Repository

Reply via email to