[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Thu Apr 26 07:30:11 UTC 2018


The branch, master has been updated
       via  d9e04d2 Add Samba 4.8.1.
       via  fd992df NEWS[4.8.1]: Samba 4.8.1 Available for Download
      from  b29be19 Add Samba 4.7.7 and 4.6.15 to the list.

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


- Log -----------------------------------------------------------------
commit d9e04d299202be49abea68f73215ada44d582d19
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Apr 26 09:29:53 2018 +0200

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

commit fd992df026991fa16ad9bcad64136e2d894e69f7
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Apr 26 09:26:11 2018 +0200

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

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

Summary of changes:
 history/header_history.html                     |   1 +
 history/samba-4.8.1.html                        | 107 ++++++++++++++++++++++++
 posted_news/20180426-072931.4.8.1.body.html     |  13 +++
 posted_news/20180426-072931.4.8.1.headline.html |   3 +
 4 files changed, 124 insertions(+)
 create mode 100644 history/samba-4.8.1.html
 create mode 100644 posted_news/20180426-072931.4.8.1.body.html
 create mode 100644 posted_news/20180426-072931.4.8.1.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 890f903..e8a3fd7 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -9,6 +9,7 @@
 		<li><a href="/samba/history/">Release Notes</a>
 		<li class="navSub">
 			<ul>
+			<li><a href="samba-4.8.1.html">samba-4.8.1</a></li>
 			<li><a href="samba-4.8.0.html">samba-4.8.0</a></li>
 			<li><a href="samba-4.7.7.html">samba-4.7.7</a></li>
 			<li><a href="samba-4.7.6.html">samba-4.7.6</a></li>
diff --git a/history/samba-4.8.1.html b/history/samba-4.8.1.html
new file mode 100644
index 0000000..b4b0954
--- /dev/null
+++ b/history/samba-4.8.1.html
@@ -0,0 +1,107 @@
+<!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.1 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.8.1 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.8.1.tar.gz">Samba 4.8.1 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.8.1.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.8.0-4.8.1.diffs.gz">Patch (gzipped) against Samba 4.8.0</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.8.0-4.8.1.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 4.8.1
+                           April 26, 2018
+                   =============================
+
+
+This is the latest stable release of the Samba 4.8 release series.
+
+
+Changes since 4.8.0:
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 13244: s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on
+     error, we don't own it here.
+   * BUG 13270: s3: smbd: Fix possible directory fd leak if the underlying OS
+     doesn't support fdopendir().
+   * BUG 13319: Round-tripping ACL get/set through vfs_fruit will increase the
+     number of ACE entries without limit.
+   * BUG 13347: s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically
+     debug credit issues.
+   * BUG 13358: s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE
+     without delete access.
+   * BUG 13372: s3: smbd: Fix memory leak in vfswrap_getwd().
+   * BUG 13375: s3: smbd: Unix extensions attempts to change wrong field in
+     fchown call.
+
+o  Björn Baumbach <bb at sernet.de>
+   * BUG 13337: ms_schema/samba-tool visualize: Fix python2.6 incompatibility.
+
+o  Timur I. Bakeyev <timur at iXsystems.com>
+   * BUG 13352: Fix invocation of gnutls_aead_cipher_encrypt().
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 13328: Windows 10 cannot logon on Samba NT4 domain.
+   * BUG 13332: winbindd: Recover loss of netlogon secure channel in case the
+     peer DC is rebooted.
+   * BUG 13363: s3:smbd: Don't use the directory cache for SMB2/3.
+
+o  Amitay Isaacs <amitay at gmail.com>
+   * BUG 13356: ctdb-client: Fix bugs in client code.
+   * BUG 13359: ctdb-scripts: Drop "net serverid wipe" from 50.samba event
+     script.
+
+o  Lutz Justen <ljusten at google.com>
+   * BUG 13368: s3: lib: messages: Don't use the result of sec_init() before
+     calling sec_init().
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 13273: libads: Fix the build '--without-ads'.
+   * BUG 13332: winbind: Keep "force_reauth" in invalidate_cm_connection,
+     add 'smbcontrol disconnect-dc'.
+   * BUG 13343: vfs_virusfilter: Fix CIDs 1428738-1428740.
+   * BUG 13367: dsdb: Fix CID 1034966 Uninitialized scalar variable.
+   * BUG 13370: rpc_server: Fix core dump in dfsgetinfo.
+   * BUG 13382: smbclient: Fix notify.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 13215: Fix smbd panic if the client-supplied channel sequence number
+     wraps.
+   * BUG 13328: Windows 10 cannot logon on Samba NT4 domain.
+   * BUG 13342: lib/util: Remove unused '#include <sys/syscall.h>' from
+     tests/tfork.c.
+   * BUG 13343:	Fix build errors with cc from developerstudio 12.5 on Solaris.
+   * BUG 13344: Fix the picky-developer build on FreeBSD 11.
+   * BUG 13345: s3:modules: Fix the build of vfs_aixacl2.c.
+
+o  Anton Nefedov
+   * BUG 13338: s3:smbd: map nterror on smb2_flush errorpath.
+
+o  Noel Power <noel.power at suse.com>
+   * BUG 13341: lib:replace: Fix linking when libtirpc-devel overwrites system
+     headers.
+
+o  Christof Schmitt <cs at samba.org>
+   * BUG 13312: winbindd: 'wbinfo --name-to-sid' returns misleading result on
+     invalid query.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 13376: s3:passdb: Do not return OK if we don't have pinfo set up.
+
+o  Eric Vannier <evannier at google.com>
+   * BUG 13302: Allow AESNI to be used on all processor supporting AESNI.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20180426-072931.4.8.1.body.html b/posted_news/20180426-072931.4.8.1.body.html
new file mode 100644
index 0000000..10510ff
--- /dev/null
+++ b/posted_news/20180426-072931.4.8.1.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20180426-072931.4.8.1.body.html -->
+<h5><a name="4.8.1">26 April 2018</a></h5>
+<p class=headline>Samba 4.8.1 Available for Download</p>
+<p>
+This is the first 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.1.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.8.0-4.8.1.diffs.gz">patch against Samba 4.8.0</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.8.1.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20180426-072931.4.8.1.body.html -->
diff --git a/posted_news/20180426-072931.4.8.1.headline.html b/posted_news/20180426-072931.4.8.1.headline.html
new file mode 100644
index 0000000..cc83713
--- /dev/null
+++ b/posted_news/20180426-072931.4.8.1.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20180426-072931.4.8.1.headline.html -->
+<li> 26 April 2018 <a href="#4.8.1">Samba 4.8.1 Available for Download</a></li>
+<!-- END: posted_news/20180426-072931.4.8.1.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list