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

kseeger at samba.org kseeger at samba.org
Wed Feb 24 05:06:12 MST 2010


Author: kseeger
Date: 2010-02-24 05:06:07 -0700 (Wed, 24 Feb 2010)
New Revision: 1398

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

Log:
Announce Samba 3.4.6
Karolin
Added:
   trunk/history/samba-3.4.6.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-02-24 03:39:00 UTC (rev 1397)
+++ trunk/devel/index.html	2010-02-24 12:06:07 UTC (rev 1398)
@@ -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.5</em> (<a
-href="/samba/history/samba-3.4.5.html">release notes</a> and <a
+<p>The latest production release is <em>Samba 3.4.6</em> (<a
+href="/samba/history/samba-3.4.6.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-02-24 03:39:00 UTC (rev 1397)
+++ trunk/header_columns.html	2010-02-24 12:06:07 UTC (rev 1398)
@@ -120,9 +120,9 @@
   <div class="releases">
     <h4>Current Stable Release</h4>
     <ul>
-    <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>
+    <li><a href="/samba/ftp/stable/samba-3.4.6.tar.gz">Samba 3.4.6 (gzipped)</a></li>
+    <li><a href="/samba/history/samba-3.4.6.html">Release Notes</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.4.6.tar.asc">Signature</a></li>
     </ul>
     
     <h4>Historical</h4>

Modified: trunk/history/header_history.html
===================================================================
--- trunk/history/header_history.html	2010-02-24 03:39:00 UTC (rev 1397)
+++ trunk/history/header_history.html	2010-02-24 12:06:07 UTC (rev 1398)
@@ -77,6 +77,7 @@
   <div class="notes">
     <h6>Release Notes</h6>
     <ul>
+    <li><a href="samba-3.4.6.html">samba-3.4.6</a></li>
     <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>

Added: trunk/history/samba-3.4.6.html
===================================================================
--- trunk/history/samba-3.4.6.html	                        (rev 0)
+++ trunk/history/samba-3.4.6.html	2010-02-24 12:06:07 UTC (rev 1398)
@@ -0,0 +1,107 @@
+<!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.6 Available for Download</H2>
+
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 3.4.6
+			 February 24, 2010
+                   =============================
+
+
+This is the latest stable release of Samba 3.4.
+
+Major enhancements in Samba 3.4.6 include:
+
+   o "wide links" and "unix extensions" are incompatible (bug #7104).
+   o Fix printing with 64 bit clients (bug #6888).
+   o Fix core dump on Ubuntu 8.04 64 bit (bug #7063).
+   o Fix failing of smbd to respond to a read or a write caused by
+     Linux asynchronous IO (aio) (bug #7067).
+   o Fix string buffer overflow causing heap corruption in smbd (bug #7096).
+
+
+######################################################################
+Changes
+#######
+
+Changes since 3.4.5
+-------------------
+
+
+o   Michael Adam &lt;obnox at samba.org&gt;
+    * Make idmap cache persistent for "ldapsam:trusted".
+    * Also fill the memcache with sid<->id mappings in ldapsam_sid_to_id() not
+      only the persistent idmap cache.
+    * Shortcut uid_to_sid when "ldapsam:trusted = yes".
+
+
+o   Jeremy Allison &lt;jra at samba.org&gt;
+    * BUG 6557: Fix vfs_full_audit.
+    * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
+    * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
+      Linux asynchronous IO (aio).
+    * BUG 7072: Fix unlocking of accounts from ldap.
+    * BUG 7081: Fix vfs_expand_msdfs.
+    * BUG 7104: "wide links" and "unix extensions" are incompatible.
+    * BUG 7122: Fix reading of large browselist.
+    * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
+    * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
+      value(s) error when "mangling method = hash".
+
+
+o   Steven Danneman &lt;steven.danneman at isilon.com&gt;
+    * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
+
+
+o   G&uuml;nther Deschner &lt;gd at samba.org&gt;
+    * BUG 6888: Fix printing with 64 bit clients.
+    * BUG 7130: Fix listing of printjobs in Windows 7.
+    * BUG 7136: Spoolss getprinterdriver2 level 101 marshalling is bad.
+
+
+o   William Jojo &lt;w.jojo at hvcc.edu&gt;
+    * BUG 7052: Fix DFS on AIX (maybe others).
+
+
+o   Jeff Layton &lt;jlayton at redhat.com&gt;
+    * BUG 6868: Fix crash bug in 'cifs.upcall'.
+
+
+o   Volker Lendecke &lt;vl at samba.org&gt;
+    * BUG 5885: Fix bogus ip address in SWAT.
+    * BUG 6981: Fix large paged search with DirX LDAP servers.
+    * BUG 7068: Fix pdb_search crash as non-root user.
+    * Make pdb_copy_sam_account also copy the group sid.
+
+
+o   Stefan Metzmacher &lt;metze at samba.org&gt;
+    * BUG 6157: Use the first "uid" value.
+    * BUG 6888: Fix printing with 64 bit clients.
+    * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
+    * Shortcut gid_to_sid when "ldapsam:trusted = yes".
+    * Speed up pdb_get_group_sid().
+    * Try to build the full unix_pw structure with ldapsam:trusted support.
+    * Optimize ldapsam_alias_memberships() and cache ldap searches.
+
+
+o   Lars M&uuml;ller &lt;lars at samba.org&gt;
+    * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
+    * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
+
+
+o   Bo Yang &lt;boyang at samba.org&gt;
+    * BUG 7106: Fix malformed require_membership_of_sid.
+</pre>
+
+</body>
+</html>


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

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2010-02-24 03:39:00 UTC (rev 1397)
+++ trunk/index.html	2010-02-24 12:06:07 UTC (rev 1398)
@@ -24,6 +24,20 @@
     <h2>Latest News</h2>
     <!--#include virtual="/samba/news/headlines.html" -->
 
+    <h4><a name="latest">24 February 2010</a></h4>
+    <p class="headline">Samba 3.4.6 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.6.tar.gz">downloaded now</a>.
+    See <a href="/samba/history/samba-3.4.6.html">the release notes
+    for more info</a>.</p>
+    A <a href="/samba/ftp/patches/patch-3.4.5-3.4.6.diffs.gz">patch against Samba 3.4.5</a>
+    is also available. See <a href="/samba/history/samba-3.4.6.html">
+    the release notes for more info</a>.</p>
+
     <h4>19 February 2010</h4>
     <p class="headline">Samba 3.5.0rc3 Available for Download</p>
 
@@ -80,7 +94,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">19 January 2010</a></h4>
+    <h4>19 January 2010</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>



More information about the samba-cvs mailing list