[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Wed Jun 15 07:06:48 UTC 2016


The branch, master has been updated
       via  d6cc60a NEWS[4.3.10]: Samba 4.3.10 Available for Download
      from  4525c38 Remove another reference to Binary_Packages

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


- Log -----------------------------------------------------------------
commit d6cc60a0fa90e6b6a20f27a96894dc1a9eab8470
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jun 14 09:43:48 2016 +0200

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

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

Summary of changes:
 history/samba-4.3.10.html                        | 100 +++++++++++++++++++++++
 posted_news/20160614-074707.4.3.10.body.html     |  13 +++
 posted_news/20160614-074707.4.3.10.headline.html |   3 +
 3 files changed, 116 insertions(+)
 create mode 100644 history/samba-4.3.10.html
 create mode 100644 posted_news/20160614-074707.4.3.10.body.html
 create mode 100644 posted_news/20160614-074707.4.3.10.headline.html


Changeset truncated at 500 lines:

diff --git a/history/samba-4.3.10.html b/history/samba-4.3.10.html
new file mode 100644
index 0000000..b60c6ef
--- /dev/null
+++ b/history/samba-4.3.10.html
@@ -0,0 +1,100 @@
+<!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.3.10 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.3.10 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.3.10.tar.gz">Samba 4.3.10 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.3.10.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.3.9-4.3.10.diffs.gz">Patch (gzipped) against Samba 4.3.9</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.3.9-4.3.10.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.3.10
+                            June 15, 2016
+                   ==============================
+
+
+This is the latest stable release of Samba 4.3.
+
+
+Changes since 4.3.9:
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 10618: Do not ignore supplementary groups.
+
+o  Christian Ambach <ambi at samba.org>
+   * BUG 10796: s3:rpcclient: Make '--pw-nt-hash' option work.
+   * BUG 11354: s3:libsmb/clifile: Use correct value for MaxParameterCount for
+     setting EAs.
+   * BUG 11438: s3:smbd/service disable case-sensitivity for SMB2/3 connections.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 1703: s3:libnet:libnet_join: Add netbios aliases as SPNs.
+   * BUG 11721: vfs_fruit: Add an option that allows disabling POSIX rename
+     behaviour.
+
+o  Alexander Bokovoy <ab at samba.org>
+   * BUG 11936: s3-smbd: Support systemd 230.
+
+o  Jérémie Courrèges-Anglas <jca at wxcvbn.org>
+   * BUG 11864: Provide fallback code for non-portable clearenv(3).
+
+o  Günther Deschner <gd at samba.org>
+   * BUG 11864: s3:client:smbspool_krb5_wrapper: fix the non clearenv build.
+
+o  Robin McCorkell <robin at mccorkell.me.uk>
+   * BUG 11276: Correctly set cli->raw_status for libsmbclient in SMB2 code.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 11910: s3:smbd: Fix anonymous authentication if signing is mandatory.
+   * BUG 11912: libcli/auth: Let msrpc_parse() return talloc'ed empty strings.
+   * BUG 11914: s3:ntlm_auth: Make ntlm_auth_generate_session_info() more
+     complete.
+   * BUG 11927: s3:rpcclient: Make use of SMB_SIGNING_IPC_DEFAULT.
+
+o  Luca Olivetti <luca at wetron.es>
+   * BUG 11530: pdb: Fix segfault in pdb_ldap for missing gecos.
+
+o  Rowland Penny <rpenny at samba.org>
+   * BUG 11613: samba-tool: Allow 'samba-tool fsmo' to cope with empty or missing
+     fsmo roles.
+
+o  Anoop C S <anoopcs at redhat.com>
+   * BUG 11907: packaging: Set default limit for core file size in service
+     files.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 11922: s3-net: Convert the key_name to UTF8 during migration.
+   * BUG 11935: s3-smbspool: Log to stderr.
+
+o  Uri Simchoni <uri at samba.org>
+   * BUG 11900: heimdal: Encode/decode kvno as signed integer.
+   * BUG 11931: s3-quotas: Fix sysquotas_4B quota fetching for BSD.
+
+o  Raghavendra Talur <rtalur at redhat.com>
+   * BUG 11907: init: Set core file size to unlimited by default.
+
+o  Hemanth Thummala <hemanth.thummala at nutanix.com>
+   * BUG 11934: Fix memory leak in share mode locking.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 11844: smbd: Fix an assert.
+
+o  Lorinczy Zsigmond <lzsiga at freemail.c3.hu>
+   * BUG 11947: lib: replace: snprintf - Fix length calculation for hex/octal
+     64-bit values.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20160614-074707.4.3.10.body.html b/posted_news/20160614-074707.4.3.10.body.html
new file mode 100644
index 0000000..bc5ae8f
--- /dev/null
+++ b/posted_news/20160614-074707.4.3.10.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20160614-074707.4.3.10.body.html -->
+<h5><a name="4.3.10">15 June 2016</a></h5>
+<p class=headline>Samba 4.3.10 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.3 release series.
+</p>
+<p>
+The uncompressed tarball has been signed using GnuPG (ID 6568B7EA).
+The source code can be <a href="https://download.samba.org/pub/samba/stable/samba-4.3.10.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.3.9-4.3.10.diffs.gz">patch against Samba 4.3.9</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.3.10.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20160614-074707.4.3.10.body.html -->
diff --git a/posted_news/20160614-074707.4.3.10.headline.html b/posted_news/20160614-074707.4.3.10.headline.html
new file mode 100644
index 0000000..e90afe5
--- /dev/null
+++ b/posted_news/20160614-074707.4.3.10.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20160614-074707.4.3.10.headline.html -->
+<li> 15 June 2016 <a href="#4.3.10">Samba 4.3.10 Available for Download</a></li>
+<!-- END: posted_news/20160614-074707.4.3.10.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list