[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Tue Oct 27 10:35:03 UTC 2015


The branch, master has been updated
       via  e6f28dc Add release notes for Samba 4.2.5.
       via  1cbc2e2 NEWS[4.2.5]: Samba 4.2.5 Available for Download
      from  b381034 NEWS[4.3.1]: Samba 4.3.1 Available for Download

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


- Log -----------------------------------------------------------------
commit e6f28dc97cf97eb7ade2f909793382dbfbad9ee2
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Oct 27 11:34:39 2015 +0100

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

commit 1cbc2e203c9c77634603ccb30df451777c9dde81
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Oct 27 10:58:26 2015 +0100

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

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

Summary of changes:
 history/{samba-4.3.1.html => samba-4.2.5.html}  | 68 ++++++++++++-------------
 posted_news/20151027-082043.4.2.5.body.html     | 16 ++++++
 posted_news/20151027-082043.4.2.5.headline.html |  3 ++
 3 files changed, 53 insertions(+), 34 deletions(-)
 copy history/{samba-4.3.1.html => samba-4.2.5.html} (52%)
 mode change 100644 => 100755
 create mode 100644 posted_news/20151027-082043.4.2.5.body.html
 create mode 100644 posted_news/20151027-082043.4.2.5.headline.html


Changeset truncated at 500 lines:

diff --git a/history/samba-4.3.1.html b/history/samba-4.2.5.html
old mode 100644
new mode 100755
similarity index 52%
copy from history/samba-4.3.1.html
copy to history/samba-4.2.5.html
index 79818d5..1b1db54
--- a/history/samba-4.3.1.html
+++ b/history/samba-4.2.5.html
@@ -1,82 +1,82 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
+
 <head>
-<title>Samba 4.3.1 - Release Notes</title>
+<title>Samba - Release Notes Archive</title>
 </head>
+
 <body>
-<H2>Samba 4.3.1 Available for Download</H2>
-<p>
-<a href="https://download.samba.org/pub/samba/stable/samba-4.3.1.tar.gz">Samba 4.3.1 (gzipped)</a><br>
-<a href="https://download.samba.org/pub/samba/stable/samba-4.3.1.tar.asc">Signature</a>
-</p>
-<p>
-<a href="https://download.samba.org/pub/samba/patches/samba-4.3.0-4.3.1.diffs.gz">Patch (gzipped) against Samba 4.3.0</a><br>
-<a href="https://download.samba.org/pub/samba/patches/samba-4.3.0-4.3.1.diffs.asc">Signature</a>
-</p>
+
+   <H2>Samba 4.2.5 Available for Download</H2>
+
 <p>
 <pre>
                    =============================
-                   Release Notes for Samba 4.3.1
-                         October 20, 2015
+                   Release Notes for Samba 4.2.5
+                         October 27, 2015
                    =============================
 
 
-This is the latest stable release of Samba 4.3.
+This is the latest stable release of Samba 4.2.
 
 
-Changes since 4.3.0:
+Changes since 4.2.4:
 --------------------
 
 o   Jeremy Allison <jra at samba.org>
-    * BUG 10252: s3: smbd: Fix our access-based enumeration on "hide unreadable"
+    * BUG 10252: s3: smbd: Fix our access-based enumeration on "hide unreadable"
       to match Windows.
     * BUG 10634: smbd: Fix file name buflen and padding in notify repsonse.
     * BUG 11486: s3: smbd: Fix mkdir race condition.
     * BUG 11522: s3: smbd: Fix opening/creating :stream files on the root share
       directory.
-    * BUG 11535: s3: smbd: Fix NULL pointer bug introduced by previous 'raw'
-    * stream fix (bug #11522).
+    * BUG 11535: s3: smbd: Fix NULL pointer bug introduced by previous 'raw'
+      stream fix (bug #11522).
     * BUG 11555: s3: lsa: lookup_name() logic for unqualified (no DOMAIN\
       component) names is incorrect.
 
+
 o   Ralph Boehme <slow at samba.org>
     * BUG 11535: s3: smbd: Fix a crash in unix_convert().
     * BUG 11543: vfs_fruit: Return value of ad_pack in vfs_fruit.c.
-    * BUG 11549: s3:locking: Initialize lease pointer in
-      share_mode_traverse_fn().
+    * BUG 11549: Fix bug in smbstatus where the lease info is not printed.
     * BUG 11550: s3:smbstatus: Add stream name to share_entry_forall().
-    * BUG 11555: s3:lib: Validate domain name in lookup_wellknown_name().
+    * BUG 11555: s3:lib: validate domain name in lookup_wellknown_name().
+
 
-o   Günther Deschner <gd at samba.org>
+o   Günther Deschner <gd at samba.org>
     * BUG 11038: kerberos: Make sure we only use prompter type when available.
 
+
+o   Björn Jacke <bj at sernet.de>
+    * BUG 10365: nss_winbind: Fix hang on Solaris on big groups.
+    * BUG 11355: build: Use as-needed linker flag also on OpenBSD.
+
+
 o   Volker Lendecke <vl at samba.org>
     * BUG 11038: winbind: Fix 100% loop.
-    * BUG 11053: source3/lib/msghdr.c: Fix compiling error on Solaris.
+    * BUG 11381: Fix a deadlock in tdb.
+
 
 o   Stefan Metzmacher <metze at samba.org>
-    * BUG 11316: s3:ctdbd_conn: make sure we destroy tevent_fd before closing
+    * BUG 11316: s3:ctdbd_conn: Make sure we destroy tevent_fd before closing
       the socket.
-    * BUG 11515: s4:lib/messaging: Use 'msg.lock' and 'msg.sock' for messaging
-      related subdirs.
-    * BUG 11526: lib/param: Fix hiding of FLAG_SYNONYM values.
+    * BUG 11327: dcerpc.idl: accept invalid dcerpc_bind_nak pdus.
 
-o   Björn Jacke <bj at sernet.de>
-    * BUG 10365: nss_winbind: Fix hang on Solaris on big groups.
-    * BUG 11355: build: Use as-needed linker flag also on OpenBSD.
 
 o   Har Gagan Sahai <SHarGagan at novell.com>
     * BUG 11509: s3: dfs: Fix a crash when the dfs targets are disabled.
 
+
 o   Andreas Schneider <asn at samba.org>
     * BUG 11502: pam_winbind: Fix a segfault if initialization fails.
 
-o   Uri Simchoni <uri at samba.org>
-    * BUG 11528: net: Fix a crash with 'net ads keytab create'.
-    * BUG 11547: vfs_commit: set the fd on open before calling SMB_VFS_FSTAT.
 
+o   Uri Simchoni <uri at samba.org>
+    * BUG 11528: net: Fix a crash with 'net ads keytab create'.
+    * BUG 11547: vfs_commit: Set the fd on open before calling SMB_VFS_FSTAT.
 </pre>
-</p>
+
 </body>
 </html>
diff --git a/posted_news/20151027-082043.4.2.5.body.html b/posted_news/20151027-082043.4.2.5.body.html
new file mode 100644
index 0000000..9f89199
--- /dev/null
+++ b/posted_news/20151027-082043.4.2.5.body.html
@@ -0,0 +1,16 @@
+<!-- BEGIN: posted_news/20151027-082043.4.2.5.body.html -->
+<h5><a name="4.2.5">27 October 2015</a></h5>
+<p class=headline>Samba 4.2.5 Available for Download</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.5.tar.gz">downloaded 
+now</a>. A <a href="http://samba.org/samba/ftp/patches/patch-4.2.4-4.2.5.diffs.gz">
+patch against Samba 4.2.4</a> is also available. See 
+<a href="http://samba.org/samba/history/samba-4.2.5.html">the release notes for
+more info</a>.
+</p>
+<!-- END: posted_news/20151027-082043.4.2.5.body.html -->
diff --git a/posted_news/20151027-082043.4.2.5.headline.html b/posted_news/20151027-082043.4.2.5.headline.html
new file mode 100644
index 0000000..48706bf
--- /dev/null
+++ b/posted_news/20151027-082043.4.2.5.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20151027-082043.4.2.5.headline.html -->
+<li> 27 October 2015 <a href="#4.2.5">Samba 4.2.5 Available for Download</a></li>
+<!-- END: posted_news/20151027-082043.4.2.5.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list