[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Wed Feb 14 10:50:45 UTC 2018


The branch, master has been updated
       via  1a0c2f6 Add Samba 4.6.13.
       via  82bfcb5 NEWS[4.6.13]: Samba 4.6.13 Available for Download
      from  9b0a6df NEWS[4.8.0rc3]: Samba 4.8.0rc3 Available for Download

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


- Log -----------------------------------------------------------------
commit 1a0c2f6bdce50a5ead37502f8961361cdc7533ea
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Feb 14 11:50:17 2018 +0100

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

commit 82bfcb59e60951e8c95accef98be2687338cdf74
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Feb 14 11:48:36 2018 +0100

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

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.6.13.html                        | 69 ++++++++++++++++++++++++
 posted_news/20180214-104938.4.6.13.body.html     | 13 +++++
 posted_news/20180214-104938.4.6.13.headline.html |  3 ++
 4 files changed, 86 insertions(+)
 create mode 100644 history/samba-4.6.13.html
 create mode 100644 posted_news/20180214-104938.4.6.13.body.html
 create mode 100644 posted_news/20180214-104938.4.6.13.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 1b4f1f1..fadbcd2 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -15,6 +15,7 @@
 			<li><a href="samba-4.7.2.html">samba-4.7.2</a></li>
 			<li><a href="samba-4.7.1.html">samba-4.7.1</a></li>
 			<li><a href="samba-4.7.0.html">samba-4.7.0</a></li>
+			<li><a href="samba-4.6.13.html">samba-4.6.13</a></li>
 			<li><a href="samba-4.6.12.html">samba-4.6.12</a></li>
 			<li><a href="samba-4.6.11.html">samba-4.6.11</a></li>
 			<li><a href="samba-4.6.10.html">samba-4.6.10</a></li>
diff --git a/history/samba-4.6.13.html b/history/samba-4.6.13.html
new file mode 100644
index 0000000..3de54f0
--- /dev/null
+++ b/history/samba-4.6.13.html
@@ -0,0 +1,69 @@
+<!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.6.13 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.6.13 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.6.13.tar.gz">Samba 4.6.13 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.6.13.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.6.12-4.6.13.diffs.gz">Patch (gzipped) against Samba 4.6.12</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.6.12-4.6.13.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.6.13
+                         February 14, 2017
+                   =============================
+
+
+This is the latest stable release of the Samba 4.6 release series.
+
+
+Changes since 4.6.12:
+---------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 13193: s3: smbd: Use identical logic to test for kernel oplocks on a
+     share.
+
+o  Love Hornquist Astrand <lha at h5l.org>
+   * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in
+     clientPublicValue.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 13181: vfs_fruit: Fail to copy file with empty FinderInfo from Windows
+     client to Samba share with fruit.
+
+o  David Disseldorp <ddiss at suse.de>
+   * BUG 13208: vfs_default: Use VFS statvfs macro in fs_capabilities.
+   * BUG 13250: build: Fix ceph_statx check when configured with libcephfs_dir.
+
+o  Amitay Isaacs <amitay at gmail.com>
+   * BUG 13188: ctdb-recovery-helper: Deregister message handler in error
+     paths.
+
+o  Christof Schmitt <cs at samba.org>
+   * BUG 13189: smbd: Fix coredump on failing chdir during logoff.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in
+     clientPublicValue.
+   * BUG 13132: s4:kdc: Only map SDB_ERR_NOT_FOUND_HERE to
+     HDB_ERR_NOT_FOUND_HERE.
+   * BUG 13195: g_lock: fix cleanup of stale entries in g_lock_trylock().
+
+o  Uri Simchoni <uri at samba.org>
+   * BUG 13176: Fix POSIX ACL support on hpux and possibly other
+     big-endian OSs.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20180214-104938.4.6.13.body.html b/posted_news/20180214-104938.4.6.13.body.html
new file mode 100644
index 0000000..ba7414e
--- /dev/null
+++ b/posted_news/20180214-104938.4.6.13.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20180214-104938.4.6.13.body.html -->
+<h5><a name="4.6.13">14 February 2018</a></h5>
+<p class=headline>Samba 4.6.13 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.6 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.6.13.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.6.12-4.6.13.diffs.gz">patch against Samba 4.6.12</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.6.13.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20180214-104938.4.6.13.body.html -->
diff --git a/posted_news/20180214-104938.4.6.13.headline.html b/posted_news/20180214-104938.4.6.13.headline.html
new file mode 100644
index 0000000..98e0489
--- /dev/null
+++ b/posted_news/20180214-104938.4.6.13.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20180214-104938.4.6.13.headline.html -->
+<li> 14 February 2018 <a href="#4.6.13">Samba 4.6.13 Available for Download</a></li>
+<!-- END: posted_news/20180214-104938.4.6.13.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list