[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Wed Dec 20 20:44:45 UTC 2017


The branch, master has been updated
       via  04ed364 Add Samba 4.6.12.
       via  5214a65 NEWS[4.6.12]: Samba 4.6.12 Available for Download
      from  dd8b73c Revert "samba.entities: Add doc.version entity."

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


- Log -----------------------------------------------------------------
commit 04ed3644b202d1d06caa06f69be0a297dbb2eb56
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Dec 20 21:44:27 2017 +0100

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

commit 5214a65b69fa615ef4b7e9d9834927d2a08b8820
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Dec 20 21:42:09 2017 +0100

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

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.6.12.html                        | 94 ++++++++++++++++++++++++
 posted_news/20171220-204342.4.6.12.body.html     | 13 ++++
 posted_news/20171220-204342.4.6.12.headline.html |  3 +
 4 files changed, 111 insertions(+)
 create mode 100644 history/samba-4.6.12.html
 create mode 100644 posted_news/20171220-204342.4.6.12.body.html
 create mode 100644 posted_news/20171220-204342.4.6.12.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index fea500a..643ca6f 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -13,6 +13,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.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>
 			<li><a href="samba-4.6.9.html">samba-4.6.9</a></li>
diff --git a/history/samba-4.6.12.html b/history/samba-4.6.12.html
new file mode 100644
index 0000000..b58f88f
--- /dev/null
+++ b/history/samba-4.6.12.html
@@ -0,0 +1,94 @@
+<!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.12 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.6.12 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.6.12.tar.gz">Samba 4.6.12 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.6.12.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.6.11-4.6.12.diffs.gz">Patch (gzipped) against Samba 4.6.11</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.6.11-4.6.12.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.6.12
+                          December 20, 2017
+                   =============================
+
+
+This is the latest stable release of the Samba 4.6 release series.
+
+
+smbclient reparse point symlink parameters reversed
+===================================================
+
+A bug in smbclient caused the 'symlink' command to reverse the
+meaning of the new name and link target parameters when creating a
+reparse point symlink against a Windows server.
+
+This only affects using the smbclient 'symlink' command against
+a Windows server, not a Samba server using the UNIX extensions
+(the parameter order is correct in that case) so no existing
+user scripts that depend on creating symlinks on Samba servers
+need to change.
+
+As this is a little used feature the ordering of these parameters
+has been reversed to match the parameter ordering of the UNIX
+extensions 'symlink' command. This means running 'symlink' against
+both Windows and Samba now uses the same paramter ordering in both
+cases. 
+
+The usage message for this command has also been improved to remove confusion.
+
+
+Changes since 4.6.11:
+---------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 13140: s3: smbclient: Implement 'volume' command over SMB2.
+   * BUG 13171: s3: libsmb: Fix valgrind read-after-free error in
+     cli_smb2_close_fnum_recv().
+   * BUG 13172: s3: libsmb: Fix reversing of oldname/newname paths when creating
+     a reparse point symlink on Windows from smbclient.
+
+o  Timur I. Bakeyev <timur at iXsystems.com>
+   * BUG 12934: Build man page for vfs_zfsacl.8 with Samba.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 6133: vfs_zfsacl: Fix compilation error.
+   * BUG 13051: "smb encrypt" setting changes are not fully applied until full
+     smbd restart.
+   * BUG 13052: winbindd: Fix idmap_rid dependency on trusted domain list.
+   * BUG 13155: vfs_fruit: Proper VFS-stackable conversion of FinderInfo.
+
+o  Amitay Isaacs <amitay at gmail.com>
+   * BUG 13153: ctdb: sock_daemon leaks memory.
+   * BUG 13154: TCP tickles not getting synchronised on CTDB restart.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 13150: winbindd: Parent and child share a ctdb connection.
+   * BUG 13179: pthreadpool: Fix starvation after fork.
+   * BUG 13180: ctdb: Messaging initialisation for CTDB does not register
+     unique ID.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 13149: libnet_join: Fix 'net rpc oldjoin'.
+
+o  Noel Power <noel.power at suse.com>
+   * BUG 13166: s3:libads: net ads keytab list fails with "Key table name
+     malformed".
+
+o  Christof Schmitt <cs at samba.org>
+   * BUG 13170: pthreadpool: Undo put_job when returning error.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20171220-204342.4.6.12.body.html b/posted_news/20171220-204342.4.6.12.body.html
new file mode 100644
index 0000000..b1ebd36
--- /dev/null
+++ b/posted_news/20171220-204342.4.6.12.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20171220-204342.4.6.12.body.html -->
+<h5><a name="4.6.12">20 December 2017</a></h5>
+<p class=headline>Samba 4.6.12 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.12.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.6.11-4.6.12.diffs.gz">patch against Samba 4.6.11</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.6.12.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20171220-204342.4.6.12.body.html -->
diff --git a/posted_news/20171220-204342.4.6.12.headline.html b/posted_news/20171220-204342.4.6.12.headline.html
new file mode 100644
index 0000000..def41b9
--- /dev/null
+++ b/posted_news/20171220-204342.4.6.12.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20171220-204342.4.6.12.headline.html -->
+<li> 20 December 2017 <a href="#4.6.12">Samba 4.6.12 Available for Download</a></li>
+<!-- END: posted_news/20171220-204342.4.6.12.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list