[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Tue Mar 12 08:24:30 UTC 2019


The branch, master has been updated
       via  f2b1d83 Add Samba 4.9.5.
       via  0f7afe3 NEWS[4.9.5]: Samba 4.9.5 Available for Download
      from  9843326 NEWS[4.10.0rc4]: Samba 4.10.0rc4 Available for Download

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


- Log -----------------------------------------------------------------
commit f2b1d836575b2465ca50073a6ea5982105f391ff
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Mar 12 09:24:15 2019 +0100

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

commit 0f7afe35d8a04b0ca9c5b4e118a2a6bd51229917
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Mar 12 09:22:46 2019 +0100

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

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

Summary of changes:
 history/header_history.html                     |   1 +
 history/samba-4.9.5.html                        | 140 ++++++++++++++++++++++++
 posted_news/20190312-082348.4.9.5.body.html     |  13 +++
 posted_news/20190312-082348.4.9.5.headline.html |   3 +
 4 files changed, 157 insertions(+)
 create mode 100644 history/samba-4.9.5.html
 create mode 100644 posted_news/20190312-082348.4.9.5.body.html
 create mode 100644 posted_news/20190312-082348.4.9.5.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 29bde65..1eb2399 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.9.5.html">samba-4.9.5</a></li>
 			<li><a href="samba-4.9.4.html">samba-4.9.4</a></li>
 			<li><a href="samba-4.9.3.html">samba-4.9.3</a></li>
 			<li><a href="samba-4.9.2.html">samba-4.9.2</a></li>
diff --git a/history/samba-4.9.5.html b/history/samba-4.9.5.html
new file mode 100644
index 0000000..f23a05a
--- /dev/null
+++ b/history/samba-4.9.5.html
@@ -0,0 +1,140 @@
+<!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.9.5 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.9.5 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.9.5.tar.gz">Samba 4.9.5 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.9.5.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.9.4-4.9.5.diffs.gz">Patch (gzipped) against Samba 4.9.4</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.9.4-4.9.5.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 4.9.5
+                           March 12, 2019
+                   =============================
+
+
+Changes since 4.9.4:
+--------------------
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 13714: audit_logging: Remove debug log header and JSON Authentication:
+     prefix.
+   * BUG 13760: Fix upgrade from 4.7 (or earlier) to 4.9.
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 11495: s3: lib: nmbname: Ensure we limit the NetBIOS name correctly.
+     CID: 1433607.
+   * BUG 13690: smbd: uid: Don't crash if 'force group' is added to an existing
+     share connection.
+   * BUG 13770: s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility
+     code.
+   * BUG 13803: s3: SMB1 POSIX mkdir does case insensitive name lookup.
+
+o  Christian Ambach <ambi at samba.org>
+   * BUG 13199: s3:utils/smbget fix recursive download with empty source
+     directories.
+
+o  Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
+   * BUG 13716: samba-tool drs showrepl: Do not crash if no dnsHostName found.
+
+o  Tim Beale <timbeale at catalyst.net.nz>
+   * BUG 13736: s3:libsmb: cli_smb2_list() can sometimes fail initially on a
+     connection.
+   * BUG 13747: join: Throw CommandError instead of Exception for simple errors.
+   * BUG 13762: ldb: Avoid inefficient one-level searches.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 13736: s3: libsmb: use smb2cli_conn_max_trans_size() in
+     cli_smb2_list().
+   * BUG 13776: tldap: Avoid use after free errors.
+   * BUG 13802: Fix idmap xid2sid cache churn.
+   * BUG 13812: access_check_max_allowed() doesn't process "Owner Rights" ACEs.
+
+o  Günther Deschner <gd at samba.org>
+   * BUG 13720: s3-smbd: Avoid assuming fsp is always intact after close_file
+     call.
+   * BUG 13725: s3-vfs-fruit: Add close call.
+   * BUG 13746: s3-smbd: Use fruit:model string for mDNS registration.
+   * BUG 13774: s3-vfs: add glusterfs_fuse vfs module.
+
+o  David Disseldorp <ddiss at samba.org>
+   * BUG 13766: printing: Check lp_load_printers() prior to pcap cache update.
+   * BUG 13807: vfs_ceph: vfs_ceph strict_allocate_ftruncate calls (local FS)
+     ftruncate and fallocate.
+
+o  Philipp Gesang <philipp.gesang at intra2net.com>
+   * BUG 13737: lib/audit_logging: Actually create talloc.
+
+o  Joe Guo <joeg at catalyst.net.nz>
+   * BUG 13728: netcmd/user: python[3]-gpgme unsupported and replaced by
+     python[3]-gpg.
+
+o  Aaron Haslett <aaronhaslett at catalyst.net.nz>
+   * BUG 13738: dns: Changing onelevel search for wildcard to subtree.
+
+o  Björn Jacke <bj at sernet.de>
+   * BUG 13721: samba-tool: Don't print backtrace on simple DNS errors.
+   * BUG 13759: sambaundoguididx: Use the right escaped oder unescaped sam ldb
+     files.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 13742: ctdb: Print locks latency in machinereadable stats.
+   * BUG 13786: messages_dgm: Messaging gets stuck when pids are recycled.
+
+o  Gary Lockyer <gary at catalyst.net.nz>
+   * BUG 13715: audit_logging: auth_json_audit required auth_json.
+   * BUG 13765: man pages: Document prefork process model.
+   * BUG 13773: CVE-2019-3824 ldb: Release ldb 1.4.6.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 13697: s3:auth: ignore create_builtin_guests() failing without a valid
+     idmap configuration.
+   * BUG 13722: s3:auth_winbind: Ignore a missing winbindd as NT4 PDC/BDC
+     without trusts.
+   * BUG 13723: s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd
+     is not available.
+   * BUG 13752: s4:server: Add support for 'smbcontrol samba shutdown' and
+     'smbcontrol <pid> debug/debuglevel'.
+
+o  Noel Power <noel.power at suse.com>
+   * BUG 13616: Python: Ensure ldb.Dn can doesn't rencoded str with py2.
+
+o  Anoop C S <anoopcs at redhat.com>
+   * BUG 13330: vfs_glusterfs: Adapt to changes in libgfapi signatures.
+   * BUG 13774: s3-vfs: Use ENOATTR in errno comparison for getxattr.
+
+o  Jiří Šašek <jiri.sasek at oracle.com>
+   * BUG 13704: notifyd: Fix SIGBUS on sparc.
+
+o  Christof Schmitt <cs at samba.org>
+   * BUG 13787: waf: Check for libnscd.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 13770: s3:vfs: Correctly check if OFD locks should be enabled or not.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 13717: lib/util: Count a trailing line that doesn't end in a newline.
+   * BUG 13800: Recovery lock bug fixes.
+
+o  Justin Stephenson <jstephen at redhat.com>
+   * BUG 13726: s3: net: Do not set NET_FLAGS_ANONYMOUS with -k.
+   * BUG 13727: s3:libsmb: Honor disable_netbios option in smbsock_connect_send.
+
+o  Ralph Wuerthner <ralph.wuerthner at de.ibm.com>
+   * BUG 13741: vfs_fileid: Fix get_connectpath_ino.
+   * BUG 13744: vfs_fileid: Fix fsname_norootdir algorithm.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20190312-082348.4.9.5.body.html b/posted_news/20190312-082348.4.9.5.body.html
new file mode 100644
index 0000000..356199a
--- /dev/null
+++ b/posted_news/20190312-082348.4.9.5.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20190312-082348.4.9.5.body.html -->
+<h5><a name="4.9.5">12 March 2019</a></h5>
+<p class=headline>Samba 4.9.5 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.9 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.9.5.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.9.4-4.9.5.diffs.gz">patch against Samba 4.9.4</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.9.5.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20190312-082348.4.9.5.body.html -->
diff --git a/posted_news/20190312-082348.4.9.5.headline.html b/posted_news/20190312-082348.4.9.5.headline.html
new file mode 100644
index 0000000..3517e09
--- /dev/null
+++ b/posted_news/20190312-082348.4.9.5.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20190312-082348.4.9.5.headline.html -->
+<li> 12 March 2019 <a href="#4.9.5">Samba 4.9.5 Available for Download</a></li>
+<!-- END: posted_news/20190312-082348.4.9.5.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list