[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Tue Dec 8 09:14:34 UTC 2015


The branch, master has been updated
       via  0bf2f45 NEWS[4.2.6]: [ANNOUNCE] Samba 4.2.6 Available for Donwload
       via  16bcb52 Add Samba 4.2.6 release.
      from  3fe77b5 NEWS[4.3.2]: Samba 4.3.2 Available for Download

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


- Log -----------------------------------------------------------------
commit 0bf2f45cf69a864daf3ae558f664d70c10e0ff7a
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Dec 8 10:13:48 2015 +0100

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

commit 16bcb522c6eafac337a7c37beee4a61ecb04cc35
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Dec 8 10:09:26 2015 +0100

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

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

Summary of changes:
 history/header_history.html                     |  1 +
 history/samba-4.2.6.html                        | 78 +++++++++++++++++++++++++
 posted_news/20151208-090955.4.2.6.body.html     | 16 +++++
 posted_news/20151208-090955.4.2.6.headline.html |  3 +
 4 files changed, 98 insertions(+)
 create mode 100755 history/samba-4.2.6.html
 create mode 100644 posted_news/20151208-090955.4.2.6.body.html
 create mode 100644 posted_news/20151208-090955.4.2.6.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 926ee31..cd20021 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -11,6 +11,7 @@
 			<ul>
 			<li><a href="samba-4.3.1.html">samba-4.3.1</a></li>
 			<li><a href="samba-4.3.0.html">samba-4.3.0</a></li>
+			<li><a href="samba-4.2.6.html">samba-4.2.6</a></li>
 			<li><a href="samba-4.2.5.html">samba-4.2.5</a></li>
 			<li><a href="samba-4.2.4.html">samba-4.2.4</a></li>
 			<li><a href="samba-4.2.3.html">samba-4.2.3</a></li>
diff --git a/history/samba-4.2.6.html b/history/samba-4.2.6.html
new file mode 100755
index 0000000..9c51dd8
--- /dev/null
+++ b/history/samba-4.2.6.html
@@ -0,0 +1,78 @@
+<!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 - Release Notes Archive</title>
+</head>
+
+<body>
+
+   <H2>Samba 4.2.6 Available for Download</H2>
+
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 4.2.6
+                         December 08, 2015
+                   =============================
+
+
+This is the latest stable release of Samba 4.2.
+
+
+Changes since 4.2.5:
+--------------------
+
+o   Michael Adam <obnox at samba.org>
+    * BUG 11365: ctdb: Strip trailing spaces from nodes file.
+    * BUG 11577: ctdb: Open the RO tracking db with perms 0600 instead of 0000.
+    * BUG 11619: doc: Fix a typo in the smb.conf manpage.
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 11452: s3-smbd: Fix old DOS client doing wildcard delete - gives a
+      attribute type of zero.
+    * BUG 11565: auth: gensec: Fix a memory leak.
+    * BUG 11566: lib: util: Make non-critical message a warning.
+    * BUG 11589: s3: smbd: If EA's are turned off on a share don't allow an SMB2
+      create containing them.
+    * BUG 11615: s3: smbd: have_file_open_below() fails to enumerate open files
+      below an open directory handle.
+
+
+o   Ralph Boehme <slow at samba.org>
+    * BUG 11564: async_req: Fix non-blocking connect().
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 11243: vfs_gpfs: Re-enable share modes.
+    * BUG 11570: smbd: Send SMB2 oplock breaks unencrypted.
+
+
+o   YvanM <yvan.masson at openmailbox.org>
+    * BUG 11584: manpage: Correct small typo error.
+
+
+o   Marc Muehlfeld <mmuehlfeld at samba.org>
+    * BUG 9912: Changing log level of two entries to from 1 to 3.
+
+
+o   Andreas Schneider <asn at samba.org>
+    * BUG 11346: wafsamba: Also build libraries with RELRO protection.
+    * BUG 11563: nss_wins: Do not run into use after free issues when we access
+      memory allocated on the globals and the global being reinitialized.
+
+
+o   Karolin Seeger <kseeger at samba.org>
+    * BUG 11619: docs: Fix some typos in the idmap config section of man 5
+      smb.conf.
+
+
+o   Noel Power <noel.power at suse.com>
+    * BUG 11569: Fix winbindd crashes with samlogon for trusted domain user.
+    * BUG 11597: Backport some valgrind fixes from upstream master.
+</pre>
+
+</body>
+</html>
diff --git a/posted_news/20151208-090955.4.2.6.body.html b/posted_news/20151208-090955.4.2.6.body.html
new file mode 100644
index 0000000..6b0ad46
--- /dev/null
+++ b/posted_news/20151208-090955.4.2.6.body.html
@@ -0,0 +1,16 @@
+<!-- BEGIN: posted_news/20151208-090955.4.2.6.body.html -->
+<h5><a name="4.2.6">08 December 2015</a></h5>
+<p class=headline>[ANNOUNCE] Samba 4.2.6 Available for Donwload</p>
+<p>
+This is the latest stable release of the Samba 4.2 series.
+</p>
+<p>
+The uncompressed tarballs and patch files have been signed
+using GnuPG (ID 6568B7EA).  The source code can be
+<a href="http://samba.org/samba/ftp/stable/samba-4.2.6.tar.gz">downloaded 
+now</a>. A <a href="http://samba.org/samba/ftp/patches/patch-4.2.5-4.2.6.diffs.gz">
+patch against Samba 4.2.5</a> is also available. See 
+<a href="http://samba.org/samba/history/samba-4.2.6.html">the release notes for
+more info</a>.
+</p>
+<!-- END: posted_news/20151208-090955.4.2.6.body.html -->
diff --git a/posted_news/20151208-090955.4.2.6.headline.html b/posted_news/20151208-090955.4.2.6.headline.html
new file mode 100644
index 0000000..afc96a2
--- /dev/null
+++ b/posted_news/20151208-090955.4.2.6.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20151208-090955.4.2.6.headline.html -->
+<li> 08 December 2015 <a href="#4.2.6">[ANNOUNCE] Samba 4.2.6 Available for Donwload</a></li>
+<!-- END: posted_news/20151208-090955.4.2.6.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list