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

kseeger at samba.org kseeger at samba.org
Tue Jan 19 02:11:39 MST 2010


Author: kseeger
Date: 2010-01-19 02:11:39 -0700 (Tue, 19 Jan 2010)
New Revision: 1359

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

Log:
Announce Samba 3.4.5
Karolin
Added:
   trunk/history/samba-3.4.5.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-01-15 10:22:00 UTC (rev 1358)
+++ trunk/devel/index.html	2010-01-19 09:11:39 UTC (rev 1359)
@@ -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.4.4</em> (<a
-href="/samba/history/samba-3.4.4.html">release notes</a> and <a
+<p>The latest production release is <em>Samba 3.4.5</em> (<a
+href="/samba/history/samba-3.4.5.html">release notes</a> and <a
 href="/samba/download/">download</a>).</p>
 
 <p>With the release of Samba 3.4.0, the 3.3 series has been turned into

Modified: trunk/header_columns.html
===================================================================
--- trunk/header_columns.html	2010-01-15 10:22:00 UTC (rev 1358)
+++ trunk/header_columns.html	2010-01-19 09:11:39 UTC (rev 1359)
@@ -120,9 +120,9 @@
   <div class="releases">
     <h4>Current Stable Release</h4>
     <ul>
-    <li><a href="/samba/ftp/stable/samba-3.4.4.tar.gz">Samba 3.4.4 (gzipped)</a></li>
-    <li><a href="/samba/history/samba-3.4.4.html">Release Notes</a></li>
-    <li><a href="/samba/ftp/stable/samba-3.4.4.tar.asc">Signature</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.4.5.tar.gz">Samba 3.4.5 (gzipped)</a></li>
+    <li><a href="/samba/history/samba-3.4.5.html">Release Notes</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.4.5.tar.asc">Signature</a></li>
     </ul>
     
     <h4>Historical</h4>

Modified: trunk/history/header_history.html
===================================================================
--- trunk/history/header_history.html	2010-01-15 10:22:00 UTC (rev 1358)
+++ trunk/history/header_history.html	2010-01-19 09:11:39 UTC (rev 1359)
@@ -77,6 +77,7 @@
   <div class="notes">
     <h6>Release Notes</h6>
     <ul>
+    <li><a href="samba-3.4.5.html">samba-3.4.5</a></li>
     <li><a href="samba-3.4.4.html">samba-3.4.4</a></li>
     <li><a href="samba-3.4.3.html">samba-3.4.3</a></li>
     <li><a href="samba-3.4.2.html">samba-3.4.2</a></li>

Added: trunk/history/samba-3.4.5.html
===================================================================
--- trunk/history/samba-3.4.5.html	                        (rev 0)
+++ trunk/history/samba-3.4.5.html	2010-01-19 09:11:39 UTC (rev 1359)
@@ -0,0 +1,63 @@
+<!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.4.5 Available for Download</H2>
+
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 3.4.5
+			 January 19, 2010
+                   =============================
+
+
+This is the latest stable release of Samba 3.4.
+
+Major enhancements in Samba 3.4.5 include:
+
+   o Fix memory in leak in smbd (bug #7020).
+   o Fix changing of ACLs on writable files with "dos filemode=yes" (bug #5202).
+
+
+######################################################################
+Changes
+#######
+
+Changes since 3.4.4
+-------------------
+
+
+o   Jeremy Allison &lt;jra at samba.org&gt;
+    * BUG 5202: Fix changing of ACLs on writable files with "dos filemode=yes".
+    * BUG 7020: Fix memory leak in smbd.
+    * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
+    * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
+
+
+o   G&uuml;nther Deschner &lt;gd at samba.org&gt;
+    * BUG 7043: Fix crash bug in "SMBC_parse_path".
+
+
+o   Volker Lendecke &lt;vl at samba.org&gt;
+    * BUG 7046: Fix a crash in libsmbclient used against the OpenSolaris CIFS
+      server.
+
+
+o   Stefan Metzmacher &lt;metze at samba.org&gt;
+    * BUG 6642: Fix opening the quota magic file.
+    * BUG 6919: Fix remote quota management.
+
+
+o   SASAJIMA Toshihiro &lt;sasajima_t at jp.fujitsu.com&gt;
+    * BUG 7034: Fix internal error caused by vfs_cap.
+</pre>
+
+</body>
+</html>


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

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2010-01-15 10:22:00 UTC (rev 1358)
+++ trunk/index.html	2010-01-19 09:11:39 UTC (rev 1359)
@@ -24,6 +24,20 @@
     <h2>Latest News</h2>
     <!--#include virtual="/samba/news/headlines.html" -->
 
+    <h4><a name="latest">19 January 2010</a></h4>
+    <p class="headline">Samba 3.4.5 Available for Download</p>
+
+    <p>This is the latest stable release of the Samba 3.4 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.4.5.tar.gz">downloaded now</a>.
+    See <a href="/samba/history/samba-3.4.5.html">the release notes
+    for more info</a>.</p>
+    A <a href="/samba/ftp/patches/patch-3.4.4-3.4.5.diffs.gz">patch against Samba 3.4.4</a>
+    is also available. See <a href="/samba/history/samba-3.4.5.html">
+    the release notes for more info</a>.</p>
+
     <h4>14 January 2010</h4>
     <p class="headline">Samba 3.3.10 Available for Download</p>
 
@@ -62,7 +76,7 @@
     be made available on a volunteer basis and can be found in the
     <a href="/samba/ftp/Binary_Packages/">Binary_Packages download area</a>.</p>
 
-    <h4><a name="latest">07 January 2010</a></h4>
+    <h4>07 January 2010</h4>
     <p class="headline">Samba 3.4.4 Available for Download</p>
 
     <p>This is the latest stable release of the Samba 3.4 series.</p>



More information about the samba-cvs mailing list