[SCM] Samba Website Repository - branch master updated
Karolin Seeger
kseeger at samba.org
Wed Oct 26 07:08:32 UTC 2016
The branch, master has been updated
via 3c0fb52 NEWS[4.5.1]: Samba 4.5.1 Available for Download
from a2079f4 Fix the date of Lars death
https://git.samba.org/?p=samba-web.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 3c0fb528ce1aefea511635ca557a25708455e098
Author: Karolin Seeger <kseeger at samba.org>
Date: Mon Oct 24 21:46:07 2016 +0200
NEWS[4.5.1]: Samba 4.5.1 Available for Download
Signed-off-by: Karolin Seeger <kseeger at samba.org>
-----------------------------------------------------------------------
Summary of changes:
history/samba-4.5.1.html | 126 ++++++++++++++++++++++++
posted_news/20161026-070803.4.5.1.body.html | 13 +++
posted_news/20161026-070803.4.5.1.headline.html | 3 +
3 files changed, 142 insertions(+)
create mode 100644 history/samba-4.5.1.html
create mode 100644 posted_news/20161026-070803.4.5.1.body.html
create mode 100644 posted_news/20161026-070803.4.5.1.headline.html
Changeset truncated at 500 lines:
diff --git a/history/samba-4.5.1.html b/history/samba-4.5.1.html
new file mode 100644
index 0000000..eae62d9
--- /dev/null
+++ b/history/samba-4.5.1.html
@@ -0,0 +1,126 @@
+<!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.5.1 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.5.1 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.5.1.tar.gz">Samba 4.5.1 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.5.1.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.5.0-4.5.1.diffs.gz">Patch (gzipped) against Samba 4.5.0</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.5.0-4.5.1.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+ =============================
+ Release Notes for Samba 4.5.1
+ October 26, 2016
+ =============================
+
+
+This is the latest stable release of the Samba 4.5 release series.
+
+Major enhancements in Samba 4.5.1 include:
+
+o Let winbindd discard expired kerberos tickets when built against
+ (internal) heimdal (BUG #12369).
+o REGRESSION: smbd segfaults on startup, tevent context being freed
+ (BUG #12283).
+
+
+Changes since 4.5.0:
+--------------------
+
+o Jeremy Allison <jra at samba.org>
+ * BUG 11259: smbd contacts a domain controller for each session.
+ * BUG 12272: Fix messaging subsystem crash.
+ * BUG 12283: REGRESSION: smbd segfaults on startup, tevent context being
+ freed.
+ * BUG 12381: s3: cldap: cldap_multi_netlogon_send() fails with one bad IPv6
+ address.
+ * BUG 12383: s3: libsmb: Fix cut and paste error using the wrong structure
+ type.
+
+o Christian Ambach <ambi at samba.org>
+ * BUG 9945: Setting specific logger levels in smb.conf makes 'samba-tool drs
+ showrepl' crash.
+
+o Andrew Bartlett <abartlet at samba.org>
+ * BUG 12382: Tombstone expunge does not remove old links.
+
+o Björn Baumbach <bb at sernet.de>
+ * BUG 8618: s3-printing: Fix migrate printer code.
+
+o Ralph Boehme <slow at samba.org>
+ * BUG 12256: s3/smbd: In call_trans2qfilepathinfo call lstat when dealing
+ with posix pathnames.
+ * BUG 12261: s3/smbd: Set FILE_ATTRIBUTE_DIRECTORY as necessary.
+
+o Günther Deschner <gd at samba.org>
+ * BUG 12285: "DriverVersion" registry backend parsing incorrect in spoolss.
+
+o David Disseldorp <ddiss at samba.org>
+ * BUG 12144: smbd/ioctl: Match WS2016 ReFS get compression behaviour.
+
+o Amitay Isaacs <amitay at gmail.com>
+ * BUG 12259: ctdb-protocol: Fix marshalling for GET_DB_SEQNUM control
+ request.
+ * BUG 12275: ctdb-recovery-helper: Add missing initialisation of ban_credits.
+ * BUG 12287: CTDB PID file handling is too weak.
+
+o Volker Lendecke <vl at samba.org>
+ * BUG 12045: gencache: Bail out of stabilize if we can not get the allrecord
+ lock.
+ * BUG 12268: smbd: Reset O_NONBLOCK on open files.
+ * BUG 12283: glusterfs: Avoid tevent_internal.h.
+ * BUG 12291: source3/lib/msghdr.c, line 208: syntax error before or at: ;.
+ * BUG 12374: spoolss: Fix caching of printername->sharename.
+
+o Stefan Metzmacher <metze at samba.org>
+ * BUG 12283: REGRESSION: smbd segfaults on startup, tevent context being
+ freed.
+ * BUG 12369: Let winbindd discard expired kerberos tickets when built against
+ (internal) heimdal.
+
+o Noel Power <noel.power at suse.com>
+ * BUG 12298: s3/winbindd: Fix using default domain with user at domain.com
+ format.
+
+o Christof Schmitt <cs at samba.org>
+ * BUG 12295: winbind: Fix passing idmap failure from wb_sids2xids back to
+ callers.
+
+o Andreas Schneider <asn at samba.org>
+ * BUG 12269: nss_wins has incorrect function definitions for gethostbyname*.
+ * BUG 12276: s3-lib: Fix %G substitution in AD member environment.
+ * BUG 12364: s3-utils: Fix loading smb.conf in smbcquotas.
+
+o Garming Sam <garming at catalyst.net.nz>
+ * BUG 12286: kcc: Don't check schedule if None.
+ * BUG 12382: Tombstone expunge does not remove old links.
+
+o Anoop C S <anoopcs at redhat.com>
+ * BUG 12377: vfs_glusterfs: Fix a memory leak in connect path.
+
+o Martin Schwenke <martin at meltin.net>
+ * BUG 12254: CTDB IP takeover does not complete if there are no public
+ addresses configured.
+ * BUG 12255: ctdb-packaging: Fix systemd network dependency.
+ * BUG 12287: CTDB PID file handling is too weak.
+
+o Uri Simchoni <uri at samba.org>
+ * BUG 12270: smbcquotas: Fix error message listing quotas.
+ * BUG 12273: s3-sysquotas: Correctly restore path when finding mount point.
+ * BUG 12288: cliquota: Fix param count when setting fs quota.
+ * BUG 12289: smbd: Free talloc context if no quota records are available.
+ * BUG 12307: ntquotas: Support "freeing" an empty quota list.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20161026-070803.4.5.1.body.html b/posted_news/20161026-070803.4.5.1.body.html
new file mode 100644
index 0000000..6958c9a
--- /dev/null
+++ b/posted_news/20161026-070803.4.5.1.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20161026-070803.4.5.1.body.html -->
+<h5><a name="4.5.1">26 October 2016</a></h5>
+<p class=headline>Samba 4.5.1 Available for Download</p>
+<p>
+This is the first stable release of the Samba 4.5 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.5.1.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.5.0-4.5.1.diffs.gz">patch against Samba 4.5.0</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.5.1.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20161026-070803.4.5.1.body.html -->
diff --git a/posted_news/20161026-070803.4.5.1.headline.html b/posted_news/20161026-070803.4.5.1.headline.html
new file mode 100644
index 0000000..1396db5
--- /dev/null
+++ b/posted_news/20161026-070803.4.5.1.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20161026-070803.4.5.1.headline.html -->
+<li> 26 October 2016 <a href="#4.5.1">Samba 4.5.1 Available for Download</a></li>
+<!-- END: posted_news/20161026-070803.4.5.1.headline.html -->
--
Samba Website Repository
More information about the samba-cvs
mailing list