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

kseeger at samba.org kseeger at samba.org
Thu Oct 29 03:03:25 MDT 2009


Author: kseeger
Date: 2009-10-29 03:03:25 -0600 (Thu, 29 Oct 2009)
New Revision: 1339

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

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


Changeset:
Modified: trunk/devel/index.html
===================================================================
--- trunk/devel/index.html	2009-10-15 10:19:31 UTC (rev 1338)
+++ trunk/devel/index.html	2009-10-29 09:03:25 UTC (rev 1339)
@@ -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.2</em> (<a
-href="/samba/history/samba-3.4.1.html">release notes</a> and <a
+<p>The latest production release is <em>Samba 3.4.3</em> (<a
+href="/samba/history/samba-3.4.3.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-10-15 10:19:31 UTC (rev 1338)
+++ trunk/header_columns.html	2009-10-29 09:03:25 UTC (rev 1339)
@@ -120,9 +120,9 @@
   <div class="releases">
     <h4>Current Stable Release</h4>
     <ul>
-    <li><a href="/samba/ftp/stable/samba-3.4.2.tar.gz">Samba 3.4.2 (gzipped)</a></li>
-    <li><a href="/samba/history/samba-3.4.2.html">Release Notes</a></li>
-    <li><a href="/samba/ftp/stable/samba-3.4.2.tar.asc">Signature</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.4.3.tar.gz">Samba 3.4.3 (gzipped)</a></li>
+    <li><a href="/samba/history/samba-3.4.3.html">Release Notes</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.4.3.tar.asc">Signature</a></li>
     </ul>
     
     <h4>Historical</h4>

Modified: trunk/history/header_history.html
===================================================================
--- trunk/history/header_history.html	2009-10-15 10:19:31 UTC (rev 1338)
+++ trunk/history/header_history.html	2009-10-29 09:03:25 UTC (rev 1339)
@@ -77,6 +77,7 @@
   <div class="notes">
     <h6>Release Notes</h6>
     <ul>
+    <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>
     <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>

Modified: trunk/history/index.html
===================================================================
--- trunk/history/index.html	2009-10-15 10:19:31 UTC (rev 1338)
+++ trunk/history/index.html	2009-10-29 09:03:25 UTC (rev 1339)
@@ -6,8 +6,8 @@
 
 <div class="latest">
   <ul>
-  <li>Latest Release &mdash; <a href="/samba/#latest">Samba 3.4.0</a></li>
-  <li>Current Stable Release &mdash; <a href="/samba/#latest">Samba 3.4.0</a></li>
+  <li>Latest Release &mdash; <a href="/samba/#latest">Samba 3.4.3</a></li>
+  <li>Current Stable Release &mdash; <a href="/samba/#latest">Samba 3.4.3</a></li>
   <!-- Second link will point to #stable on this page when current release is a development release -->
   </ul>
 </div>

Added: trunk/history/samba-3.4.3.html
===================================================================
--- trunk/history/samba-3.4.3.html	                        (rev 0)
+++ trunk/history/samba-3.4.3.html	2009-10-29 09:03:25 UTC (rev 1339)
@@ -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.3 Available for Download</H2>
+
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 3.4.3
+			 October 29, 2009
+                   =============================
+
+
+This is the latest stable release of Samba 3.4.
+
+Major enhancements in Samba 3.4.3 include:
+
+   o Fix trust relationships to windows 2008 (2008 r2) (bug #6711).
+   o Fix file corruption using smbclient with NT4 server (bug #6606).
+   o Fix Windows 7 share access (which defaults to NTLMv2) (bug #6680).
+
+
+######################################################################
+Changes
+#######
+
+Changes since 3.4.2
+-------------------
+
+
+o   Jeremy Allison &lt;jra at samba.org&gt;
+    * BUG 6529: Offline files conflict with Vista and Office 2003.
+    * BUG 6726: SIVAL should have been an SVAL.
+    * BUG 6769: Fix symlink unlink.
+    * BUG 6774: smbd crashes if "aio write behind" is set.
+    * BUG 6776: Fix core dump caused by running overlapping Byte Lock test.
+    * BUG 6781: Fix renaming subfolders in Explorer view.
+    * BUG 6793: Fix Winbind crash with "INTERNAL ERROR: Signal 6".
+    * BUG 6796: Deleting an event context on shutdown can cause smbd to crash.
+    * BUG 6828: Fix infinite timeout when byte lock held outside of Samba.
+    * BUG 6829: Fix displaying of multibyte characters in smbclient.
+
+
+o   G&uuml;nther Deschner &lt;gd at samba.org&gt;
+    * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
+    * BUG 6815: Fix Windows 2008 R2 SPNEGO negTokenTarg parsing failure.
+
+
+o   Olaf Flebbe &lt;o.flebbe at science-computing.de&gt;
+    * BUG 6772: Allow outstanding_aio_calls to be decremented.
+    * BUG 6804: Fix hpux compiler issue.
+    * BUG 6805: Correctly handle aio_error() and errno.
+
+
+o   Bj&ouml;rn Jacke &lt;bj at sernet.de&gt;
+    * BUG 6704: Fix syntax error in avahi configure test.
+    * BUG 6728: BSD needs sys/sysctl.h included to build properly.
+    * BUG 6824: Fix avahi activation.
+    * QNX doesn't know uint - replace with uint_t.
+
+
+o   Andrew Klosterman &lt;andrew.klosterman+samba_bugzilla at gmail.com&gt;
+    * BUG 6690: Fix wrong error check in profile.
+
+
+o   Marc Aurele La France &lt;tsi at ualberta.ca&gt;
+    * BUG 6707: Fix an occasional segfault in config file parsing.
+
+
+o   Jeff Layton &lt;jlayton at redhat.com&gt;
+    * BUG 6810: Add support for finding alternate credcaches to cifs.upcall.
+
+
+o   Volker Lendecke &lt;vl at samba.org&gt;
+    * BUG 6606: Fix file corruption using smbclient with NT4 server.
+    * BUG 6703: Allow smbstatus as non-root.
+    * BUG 6731: Fix reading beyond the end of a named stream in xattr_streams.
+    * BUG 6765: Add a "hidden" parameter "share:fake_fscaps".
+    * BUG 6793: Fix segfault in winbindd_pam_auth.
+    * BUG 6797: Fix a memleak in libwbclient.
+    * BUG 6807: Fix a segfault in "net rpc trustdom list" for long domain names.
+    * Fix an uninitialized variable.
+    * Only ever handle one event after a select call.
+
+
+o   Derrell Lipman &lt;derrell.lipman at unwireduniverse.com&gt;
+    * BUG 6532: Fix domain enumeration if master browser has space in name.
+
+
+o   Stefan Metzmacher &lt;metze at samba.org&gt;
+    * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
+
+
+o   Buchan Milne &lt;bgmilne at mandriva.org&gt;
+    * BUG 6791: Fix linking order in cifs.upcall.
+
+
+o   Lars Müller &lt;lars at samba.org&gt;
+    * BUG 6710: Adjust regex to match variable names including underscores.
+    * Conditional install of the cifs.upcall man page.
+
+
+o   Shirish Pargaonkar &lt;shirishpargaonkar at gmail.com&gt;
+    * BUG 4675: mount.cifs: Do not attempt to update /etc/mtab if it is
+      a symbolic link.
+
+
+o   Karolin Seeger &lt;kseeger at samba.org&gt;
+    * Fix warning occuring when building the manpages.
+
+
+o   Simo Sorce &lt;ssorce at redhat.com&gt;
+    * BUG 6764: Fix timeval calculation.
+
+
+o   Bo Yang &lt;boyang at samba.org&gt;
+    * BUG 6735: Don't overwrite password in pam_winbind, subsequent pam modules
+      might use the old password and new password.
+    * BUG 6811: Fix reference to freed memory in pam_winbind.
+    * BUG 6826: Don't fail authentication when one or some group of
+      require-membership-of is invalid.
+    * BUG 6840: Fix crash in pam_winbind.
+</pre>
+
+</body>
+</html>


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

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2009-10-15 10:19:31 UTC (rev 1338)
+++ trunk/index.html	2009-10-29 09:03:25 UTC (rev 1339)
@@ -24,6 +24,20 @@
     <h2>Latest News</h2>
     <!--#include virtual="/samba/news/headlines.html" -->
 
+    <h4><a name="latest">29 October 2009</a></h4>
+    <p class="headline">Samba 3.4.3 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.3.tar.gz">downloaded now</a>.
+    See <a href="/samba/history/samba-3.4.3.html">the release notes
+    for more info</a>.</p>
+    A <a href="/samba/ftp/patches/patch-3.4.2-3.4.3.diffs.gz">patch against Samba 3.4.2</a>
+    is also available. See <a href="/samba/history/samba-3.4.3.html">
+    the release notes for more info</a>.</p>
+
     <h4>15 October 2009</h4>
     <p class="headline">Samba 3.3.9 Available for Download</p>
 
@@ -36,7 +50,7 @@
     is also available. See <a href="/samba/history/samba-3.3.9.html">
     the release notes for more info</a>.</p>
 
-    <h4><a name="latest">1 October 2009</a></h4>
+    <h4>1 October 2009</h4>
     <p class="headline">Samba 3.4.2 Available for Download</p>
 
     <p>This is a security release to address



More information about the samba-cvs mailing list