svn commit: samba-web r1415 - in trunk: . devel history

kseeger at samba.org kseeger at samba.org
Wed Apr 7 02:19:18 MDT 2010


Author: kseeger
Date: 2010-04-07 02:19:17 -0600 (Wed, 07 Apr 2010)
New Revision: 1415

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1415

Log:
Announce Samba 3.5.2
Karolin
Added:
   trunk/history/samba-3.5.2.html
Modified:
   trunk/devel/index.html
   trunk/header_columns.html
   trunk/history/header_history.html
   trunk/index.html


Changeset:
Modified: trunk/devel/index.html
===================================================================
--- trunk/devel/index.html	2010-03-27 15:44:25 UTC (rev 1414)
+++ trunk/devel/index.html	2010-04-07 08:19:17 UTC (rev 1415)
@@ -20,8 +20,8 @@
 3.0.x and 2.2.x versions of Samba, which are no longer in active development.
 </p>
 
-<p>The latest production release is <em>Samba 3.5.1</em> (<a
-href="/samba/history/samba-3.5.1.html">release notes</a> and <a
+<p>The latest production release is <em>Samba 3.5.2</em> (<a
+href="/samba/history/samba-3.5.2.html">release notes</a> and <a
 href="/samba/download/">download</a>).</p>
 
 <p>With the release of Samba 3.5.0, the 3.4 series has been turned into

Modified: trunk/header_columns.html
===================================================================
--- trunk/header_columns.html	2010-03-27 15:44:25 UTC (rev 1414)
+++ trunk/header_columns.html	2010-04-07 08:19:17 UTC (rev 1415)
@@ -120,9 +120,9 @@
   <div class="releases">
     <h4>Current Stable Release</h4>
     <ul>
-    <li><a href="/samba/ftp/stable/samba-3.5.1.tar.gz">Samba 3.5.1 (gzipped)</a></li>
-    <li><a href="/samba/history/samba-3.5.1.html">Release Notes</a></li>
-    <li><a href="/samba/ftp/stable/samba-3.5.1.tar.asc">Signature</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.5.2.tar.gz">Samba 3.5.2 (gzipped)</a></li>
+    <li><a href="/samba/history/samba-3.5.2.html">Release Notes</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.5.2.tar.asc">Signature</a></li>
     </ul>
     
     <h4>Historical</h4>

Modified: trunk/history/header_history.html
===================================================================
--- trunk/history/header_history.html	2010-03-27 15:44:25 UTC (rev 1414)
+++ trunk/history/header_history.html	2010-04-07 08:19:17 UTC (rev 1415)
@@ -77,6 +77,7 @@
   <div class="notes">
     <h6>Release Notes</h6>
     <ul>
+    <li><a href="samba-3.5.2.html">samba-3.5.2</a></li>
     <li><a href="samba-3.5.1.html">samba-3.5.1</a></li>
     <li><a href="samba-3.5.0.html">samba-3.5.0</a></li>
     <li><a href="samba-3.4.7.html">samba-3.4.7</a></li>

Added: trunk/history/samba-3.5.2.html
===================================================================
--- trunk/history/samba-3.5.2.html	                        (rev 0)
+++ trunk/history/samba-3.5.2.html	2010-04-07 08:19:17 UTC (rev 1415)
@@ -0,0 +1,124 @@
+<!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 3.5.2 Available for Download</H2>
+
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 3.5.2
+			   April 7, 2010
+                   =============================
+
+
+This is the latest stable release of Samba 3.5.
+
+Major enhancements in Samba 3.5.2 include:
+
+  o Fix smbd segfaults in _netr_SamLogon for clients sending null domain
+    (bug #7237).
+  o Fix smbd segfaults in "waiting for connections" message (bug #7251).
+  o Fix an uninitialized variable read in smbd (bug #7254).
+  o Fix a memleak in Winbind (bug #7278).
+  o Fix Winbind reconnection to it's own domain (bug #7295).
+
+
+Changes since 3.5.1
+-------------------
+
+
+o   Michael Adam &lt;obnox at samba.org&gt;
+    * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
+      present.
+    * BUG 7232: Fix race conditions in CTDB persistent transactions.
+    * BUG 7313: Make 'net conf addshare' atomic.
+    * BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
+      the registry backend.
+
+
+o   Jeremy Allison &lt;jra at samba.org&gt;
+    * BUG 7075: Fix bug in vfs_scannedonly rmdir implementation.
+    * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
+    * BUG 7234: Symlink delete fails but incorrectly reports success to client.
+    * BUG 7255: Fix "printer admin" functionality.
+    * BUG 7283: Fix smbd segfault if using vfs_acl_tdb.
+    * BUG 7297: Fix smbd crashes with CUPS printers and no [printers] share defined.
+    * BUG 7310: Fix DOS attribute inconsistency with MS Office.
+
+
+o   Kai Blin &lt;kai at samba.org&gt;
+    * BUG 7290: Fix core dump in 'ntlm_auth' with "gss-spnego" helper.
+
+
+o   G&uuml;nther Deschner &lt;gd at samba.org&gt;
+    * BUG 6727: Fix several printing issues.
+    * BUG 7237: Fix smbd segfaults in _netr_SamLogon for clients sending
+      null domain.
+    * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData().
+    * BUG 7258: Fix _winreg_QueryValue crash bugs and implement Windows
+      behavior.
+
+
+o   Holger Hetterich &lt;hhetter at novell.com&gt;
+    * BUG 7203: Fix 'net share' command.
+
+
+o   Michael Karcher &lt;samba at mkarcher.dialup.fu-berlin.de&gt;
+    * BUG 7269: Fix job management commands for CUPS queues.
+
+
+o   Jeff Layton &lt;jlayton at redhat.com&gt;
+    * BUG 6853: Fix race condition in mount.cifs that allows user to replace
+      mountpoint with a symlink.
+
+
+o   Volker Lendecke &lt;vl at samba.org&gt;
+    * BUG 5198: Fix parsing of the gecos field.
+    * BUG 7202: Fix access by multi-threaded applications.
+    * BUG 7212: Fix returning of group members with 'getent group'.
+    * BUG 7216: Fix the build of net_afs.c with --fake-kaserver=yes.
+    * BUG 7229: Fix a NULL pointer dereference in smbd.
+    * BUG 7232: Fix race conditions in CTDB persistent transactions.
+    * BUG 7254: Fix an uninitialized variable read in smbd.
+    * BUG 7278: Fix a memleak in Winbind.
+
+
+o   Roel van Meer &lt;rolek at alt001.com&gt;
+    * BUG 6814: Fix valgrind warning.
+
+
+o   Stefan Metzmacher &lt;metze at samba.org&gt;
+    * BUG 7170: Never mark external domains as internal in Winbind.
+    * BUG 7225: Make Winbind logs more verbose for troubleshooting.
+    * BUG 7251: Fix smbd segfault in "waiting for connections" message.
+    * BUG 7295: Fix Winbind reconnection to it's own domain.
+    * BUG 7316: Winbind possibly segfaults when trying a trusted domain without
+      inbound trust.
+
+
+o   SATOH Fumiyasu &lt;fumiyas at osstech.co.jp&gt;
+    * BUG 1206: Fix segfault if hide files or veto files has no ".AppleDouble".
+
+
+o   Simo Sorce &lt;idra at samba.org&gt;
+    * BUG 7204: Fix DN parsing name was always null.
+
+
+o   Andrew Tridgell &lt;tridge at samba.org&gt;
+    * BUG 7312: Many disconnecting clients render clustered Samba unusuable
+      for some time.
+
+
+o   Bo Yang &lt;boyang at samba.org&gt;
+    * BUG 7206: Signals are processed twice in child.
+</pre>
+
+</body>
+</html>


Property changes on: trunk/history/samba-3.5.2.html
___________________________________________________________________
Added: svn:executable
   + *

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2010-03-27 15:44:25 UTC (rev 1414)
+++ trunk/index.html	2010-04-07 08:19:17 UTC (rev 1415)
@@ -24,6 +24,18 @@
     <h2>Latest News</h2>
     <!--#include virtual="/samba/news/headlines.html" -->
 
+    <h4>07 April 2010</h4>
+    <p class="headline">Samba 3.5.2 Available for Download</p>
+
+    <p>This is the latest stable release of the Samba 3.5 series</p>
+
+    <p>The uncompressed tarballs and patch files have been signed
+    using GnuPG (ID 6568B7EA).  The source code can be
+    <a href="/samba/ftp/stable/samba-3.5.2.tar.gz">downloaded now</a>.
+    A <a href="/samba/ftp/patches/patch-3.5.1-3.5.2.diffs.gz">patch against Samba 3.5.1</a>
+    is also available. See <a href="/samba/history/samba-3.5.2.html">
+    the release notes for more info</a>.</p>
+
     <h4><a name="latest">08 March 2010</a></h4>
     <p class="headline">Samba 3.5.1 Available for Download</p>
 



More information about the samba-cvs mailing list