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

kseeger at samba.org kseeger at samba.org
Wed Sep 9 07:13:52 MDT 2009


Author: kseeger
Date: 2009-09-09 07:13:52 -0600 (Wed, 09 Sep 2009)
New Revision: 1321

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

Log:
Announce Samba 3.4.1
Karolin
Added:
   trunk/history/samba-3.4.1.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	2009-08-29 01:28:46 UTC (rev 1320)
+++ trunk/devel/index.html	2009-09-09 13:13:52 UTC (rev 1321)
@@ -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.0</em> (<a
-href="/samba/history/samba-3.4.0.html">release notes</a> and <a
+<p>The latest production release is <em>Samba 3.4.1</em> (<a
+href="/samba/history/samba-3.4.1.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	2009-08-29 01:28:46 UTC (rev 1320)
+++ trunk/header_columns.html	2009-09-09 13:13:52 UTC (rev 1321)
@@ -130,9 +130,9 @@
   <div class="releases">
     <h4>Current Stable Release</h4>
     <ul>
-    <li><a href="/samba/ftp/stable/samba-3.4.0.tar.gz">Samba 3.4.0 (gzipped)</a></li>
-    <li><a href="/samba/history/samba-3.4.0.html">Release Notes</a></li>
-    <li><a href="/samba/ftp/stable/samba-3.4.0.tar.asc">Signature</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.4.1.tar.gz">Samba 3.4.1 (gzipped)</a></li>
+    <li><a href="/samba/history/samba-3.4.1.html">Release Notes</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.4.1.tar.asc">Signature</a></li>
     </ul>
     
     <h4>Historical</h4>

Modified: trunk/history/header_history.html
===================================================================
--- trunk/history/header_history.html	2009-08-29 01:28:46 UTC (rev 1320)
+++ trunk/history/header_history.html	2009-09-09 13:13:52 UTC (rev 1321)
@@ -77,6 +77,7 @@
   <div class="notes">
     <h6>Release Notes</h6>
     <ul>
+    <li><a href="samba-3.4.1.html">samba-3.4.1</a></li>
     <li><a href="samba-3.4.0.html">samba-3.4.0</a></li>
     <li><a href="samba-3.3.7.html">samba-3.3.7</a></li>
     <li><a href="samba-3.3.6.html">samba-3.3.6</a></li>

Added: trunk/history/samba-3.4.1.html
===================================================================
--- trunk/history/samba-3.4.1.html	                        (rev 0)
+++ trunk/history/samba-3.4.1.html	2009-09-09 13:13:52 UTC (rev 1321)
@@ -0,0 +1,133 @@
+<!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.1 Available for Download</H2>
+
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 3.4.1
+			 September 9, 2009
+                   =============================
+
+
+This is the latest stable release of Samba 3.4.
+
+
+Major enhancements in Samba 3.4.1 include:
+
+   o Fix authentication on member servers without Winbind (bug #6650).
+   o Nautilus fails to copy files from an SMB share (bug #6649).
+   o Fix connections of Win98 clients (bug #6551).
+   o Fix interdomain trusts with Windows 2008 R2 DCs (bug #6697).
+   o Fix Winbind authentication issue (bug #6646).
+
+
+######################################################################
+Changes
+#######
+
+Changes since 3.4.0
+-------------------
+
+
+o   Michael Adam &lt;obnox at samba.org&gt;
+    * BUG 6650: Fix authentication on member servers without Winbind.
+
+
+o   Jeremy Allison &lt;jra at samba.org&gt;
+    * BUG 6437: Make open_udp_socket() IPv6 clean.
+    * BUG 6506: Smbd server doesn't set EAs when a file is overwritten in
+      NT_TRANSACT_CREATE.
+    * BUG 6551: Fix connections of Win98 clients.
+    * BUG 6564: SetPrinter fails (panics) as non root.
+    * BUG 6593: Correctly implement SMB_INFO_STANDARD setfileinfo.
+    * BUG 6649: Nautilus fails to copy files from an SMB share.
+    * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
+    * BUG 6673: Fix 'smbpasswd' with "unix password sync = yes".
+
+
+o   Yannick Bergeron &lt;burgergold at hotmail.com&gt;
+    * Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to
+      allow AIX to call sys_getgrouplist only once.
+
+
+o   G&uuml;nther Deschner &lt;gd at samba.org&gt;
+    * BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation.
+    * BUG 6607: Fix crash bug in spoolss_addprinterex_level_2.
+    * BUG 6680: Fix authentication failure from Windows 7 when domain joined.
+    * BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs.
+
+
+o   Olaf Flebbe &lt;flebbe at nix.science-computing.de&gt;
+    * BUG 6655: Fix 'smbcontrol smbd ping'.
+
+
+o   Bj&ouml;rn Jacke &lt;bj at sernet.de&gt;
+    * BUG 6105: Make linking of rpcclient --as-needed safe.
+
+
+o   Matt Kraai &lt;mkraai at beckman.com&gt;
+    * BUG 6630: Fix opening of sockets on QNX.
+
+
+o   Robert LeBlanc &lt;robert at leblancnet.us&gt;
+    * BUG 6700: Use dns domain name when needing to guess server principal.
+
+
+o   Volker Lendecke &lt;vl at samba.org&gt;
+    * BUG 5886: Fix password change propagation with ldapsam.
+    * BUG 6585: Fix unqualified "net join".
+    * BUG 6611: Fix a valgrind error in chain_reply.
+    * BUG 6646: Fix Winbind authentication issue.
+    * Fix linking on Solaris.
+
+
+o   Stefan Metzmacher &lt;metze at samba.org&gt;
+    * BUG 6222: Default to DRSUAPI replication for net rpc vampire keytab.
+    * BUG 6532: Fix the build with external talloc.
+    * BUG 6538: Cancel all locks that are made before the first failure.
+    * BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
+    * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
+    * BUG 6664: Fix truncation of the session key.
+
+
+o   Tim Prouty &lt;tprouty at samba.org&gt;
+    * BUG 6620: Fix a bug in renames of directories.
+
+
+o   Rusty Russell &lt;rusty at rustcorp.com.au&gt;
+    * BUG 6601: Avoid global fd limits.
+
+
+o   SATOH Fumiyasu &lt;fumiyas at osstech.co.jp&gt;
+    * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient.
+
+
+o   Simo Sorce &lt;idra at samba.org&gt;
+    * BUG 6693: Check we read off the complete event from inotify.
+
+
+o   Peter Volkov &lt;pva at gentoo.org&gt;
+    * BUG 6105: Make linking of cifs.upcall --as-needed safe.
+
+
+o   TAKEDA Yasuma &lt;yasuma at osstech.co.jp&gt;
+    * BUG 5879: Update LDAP schema for Netscape DS 5.
+
+
+o   Bo Yang &lt;boyang at samba.org&gt;
+    * BUG 6560: Fix lookupname.
+    * BUG 6615: Fix browsing of DFS when using kerberos in libsmbclient.
+    * BUG 6688: Fix crash in 'net usershare list'.
+</pre>
+
+</body>
+</html>


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

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2009-08-29 01:28:46 UTC (rev 1320)
+++ trunk/index.html	2009-09-09 13:13:52 UTC (rev 1321)
@@ -24,6 +24,17 @@
     <h2>Latest News</h2>
     <!--#include virtual="/samba/news/headlines.html" -->
 
+    <h4><a name="latest">9 September 2009</a></h4>
+    <p class="headline">Samba 3.4.1 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.1.tar.gz">downloaded now</a>.
+    See <a href="/samba/history/samba-3.4.1.html">the release notes
+    for more info</a>.</p>
+
     <h2>Samba Team Starts a Blog</h2>
 
     <h4>12 August 2009</h4>
@@ -78,7 +89,7 @@
     is also available. See <a href="/samba/history/samba-3.3.7.html">
     the release notes for more info</a>.</p>
 
-    <h4><a name="latest">3 July 2009</a></h4>
+    <h4>3 July 2009</h4>
     <p class="headline">Samba 3.4.0 Available for Download</p>
 
     <p>This is the first stable release of Samba 3.4.0.</p>



More information about the samba-cvs mailing list