[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Thu Aug 31 07:01:51 UTC 2017


The branch, master has been updated
       via  cc21d90 Add Samba 4.5.13 to the list.
       via  f7a33cf NEWS[4.5.13]: Samba 4.5.13 Available for Download
      from  9a8e05c NEWS[4.7.0rc5]: Samba 4.7.0rc5 Available for Download

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


- Log -----------------------------------------------------------------
commit cc21d90a9149f43c8f70ea79b91e59c7eef91198
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Aug 31 09:01:34 2017 +0200

    Add Samba 4.5.13 to the list.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit f7a33cfb32ca107b77074de5e1b05bab7bff8438
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Aug 31 08:58:39 2017 +0200

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

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.5.13.html                        | 65 ++++++++++++++++++++++++
 posted_news/20170831-070047.4.5.13.body.html     | 13 +++++
 posted_news/20170831-070047.4.5.13.headline.html |  3 ++
 4 files changed, 82 insertions(+)
 create mode 100644 history/samba-4.5.13.html
 create mode 100644 posted_news/20170831-070047.4.5.13.body.html
 create mode 100644 posted_news/20170831-070047.4.5.13.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index b865261..1f66566 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -17,6 +17,7 @@
 			<li><a href="samba-4.6.2.html">samba-4.6.2</a></li>
 			<li><a href="samba-4.6.1.html">samba-4.6.1</a></li>
 			<li><a href="samba-4.6.0.html">samba-4.6.0</a></li>
+			<li><a href="samba-4.5.13.html">samba-4.5.13</a></li>
 			<li><a href="samba-4.5.12.html">samba-4.5.12</a></li>
 			<li><a href="samba-4.5.11.html">samba-4.5.11</a></li>
 			<li><a href="samba-4.5.10.html">samba-4.5.10</a></li>
diff --git a/history/samba-4.5.13.html b/history/samba-4.5.13.html
new file mode 100644
index 0000000..4290b07
--- /dev/null
+++ b/history/samba-4.5.13.html
@@ -0,0 +1,65 @@
+<!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.5.13 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.5.13 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.5.13.tar.gz">Samba 4.5.13 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.5.13.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.5.12-4.5.13.diffs.gz">Patch (gzipped) against Samba 4.5.12</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.5.12-4.5.13.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.5.13
+                           August 31, 2017
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.5 release series.
+
+
+Changes since 4.5.12:
+---------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 12836: s3: smbd: Fix a read after free if a chained SMB1 call goes
+     async.
+   * BUG 12899: 'smbclient setmode' no longer works to clear attribute bits due
+     to dialect upgrade.
+   * BUG 12913: SMBC_setatr() initially uses an SMB1 call before falling back.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 12791: Fix kernel oplock issues with named streams.
+   * BUG 12897: vfs_fruit: Don't use MS NFS ACEs with Windows clients.
+   * BUG 12910: s3/notifyd: Ensure notifyd doesn't return from
+     smbd_notifyd_init.
+   * BUG 12944: vfs_gpfs: handle EACCES when fetching DOS attributes from xattr.
+   * BUG 12885: Let non_widelink_open() chdir() to directories directly.
+
+o  Günther Deschner <gd at samba.org>
+   * BUG 12840: vfs_fruit: Add fruit:model = <modelname> parametric option.
+
+o  David Disseldorp <ddiss at samba.org>
+   * BUG 12911: vfs_ceph: fix cephwrap_chdir().
+
+o  Thomas Jarosch <thomas.jarosch at intra2net.com>
+   * BUG 12927: s3: libsmb: Fix use-after-free when accessing pointer *p.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 12782: winbindd changes the local password and gets
+     NT_STATUS_WRONG_PASSWORD for the remote change.
+   * BUG 12890: s3:smbd: consistently use talloc_tos() memory for
+     rpc_pipe_open_interface().
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20170831-070047.4.5.13.body.html b/posted_news/20170831-070047.4.5.13.body.html
new file mode 100644
index 0000000..18244b0
--- /dev/null
+++ b/posted_news/20170831-070047.4.5.13.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20170831-070047.4.5.13.body.html -->
+<h5><a name="4.5.13">31 August 2017</a></h5>
+<p class=headline>Samba 4.5.13 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.5 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.5.13.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.5.12-4.5.13.diffs.gz">patch against Samba 4.5.12</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.5.13.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20170831-070047.4.5.13.body.html -->
diff --git a/posted_news/20170831-070047.4.5.13.headline.html b/posted_news/20170831-070047.4.5.13.headline.html
new file mode 100644
index 0000000..09dbc27
--- /dev/null
+++ b/posted_news/20170831-070047.4.5.13.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20170831-070047.4.5.13.headline.html -->
+<li> 31 August 2017 <a href="#4.5.13">Samba 4.5.13 Available for Download</a></li>
+<!-- END: posted_news/20170831-070047.4.5.13.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list