Announce Samba 3.4.5
authorKarolin Seeger <kseeger@samba.org>
Tue, 19 Jan 2010 09:11:39 +0000 (09:11 +0000)
committerKarolin Seeger <kseeger@samba.org>
Tue, 19 Jan 2010 09:11:39 +0000 (09:11 +0000)
Karolin

git-svn-id: file:///home/svn/samba-web/trunk@1359 44aeb9d7-1cd8-0310-b257-a505e0beeac2

devel/index.html
header_columns.html
history/header_history.html
history/samba-3.4.5.html [new file with mode: 0755]
index.html

index 675306ef301b4598c3e9c4e25e4de61833acf9d4..e5737151334375b271062a95858603de4039d1b4 100755 (executable)
@@ -20,8 +20,8 @@ All older code is in the original Subversion and CVS trees; this would include
 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
index 23f8814378a49b66db9330581260b362de2aae8c..dd3d3466e32dfc009a752f3289b79672effd1353 100755 (executable)
@@ -120,9 +120,9 @@ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/samba/images/log
   <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>
index a06811a27b53aa73747f48b78f17ec15f9443540..27f24adf116ba2737f44f3731e3ae2d8398cee27 100755 (executable)
@@ -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>
diff --git a/history/samba-3.4.5.html b/history/samba-3.4.5.html
new file mode 100755 (executable)
index 0000000..60bae25
--- /dev/null
@@ -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@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@samba.org&gt;
+    * BUG 7043: Fix crash bug in "SMBC_parse_path".
+
+
+o   Volker Lendecke &lt;vl@samba.org&gt;
+    * BUG 7046: Fix a crash in libsmbclient used against the OpenSolaris CIFS
+      server.
+
+
+o   Stefan Metzmacher &lt;metze@samba.org&gt;
+    * BUG 6642: Fix opening the quota magic file.
+    * BUG 6919: Fix remote quota management.
+
+
+o   SASAJIMA Toshihiro &lt;sasajima_t@jp.fujitsu.com&gt;
+    * BUG 7034: Fix internal error caused by vfs_cap.
+</pre>
+
+</body>
+</html>
index 51c4c4f38490b9a852108be38362b398d8477310..0e614e51cf2c332b0f65bbf86b9f907c4b28761d 100755 (executable)
@@ -24,6 +24,20 @@ winbind daemon.</p>
     <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 @@ winbind daemon.</p>
     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>