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

kseeger at samba.org kseeger at samba.org
Thu Sep 18 13:14:07 GMT 2008


Author: kseeger
Date: 2008-09-18 13:14:06 +0000 (Thu, 18 Sep 2008)
New Revision: 1238

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

Log:
Announce Samba 3.2.4.
Karolin
Added:
   trunk/history/samba-3.2.4.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	2008-09-15 17:57:33 UTC (rev 1237)
+++ trunk/devel/index.html	2008-09-18 13:14:06 UTC (rev 1238)
@@ -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.2.3</em> (<a
-href="/samba/history/samba-3.2.3.html">release notes</a> and <a
+<p>The latest production release is <em>Samba 3.2.4</em> (<a
+href="/samba/history/samba-3.2.4.html">release notes</a> and <a
 href="/samba/download/">download</a>).</p>
 
 <p>With the release of version 3 of the GPL, the Samba Team has decided to

Modified: trunk/header_columns.html
===================================================================
--- trunk/header_columns.html	2008-09-15 17:57:33 UTC (rev 1237)
+++ trunk/header_columns.html	2008-09-18 13:14:06 UTC (rev 1238)
@@ -130,9 +130,9 @@
   <div class="releases">
     <h4>Current Stable Release</h4>
     <ul>
-    <li><a href="/samba/ftp/stable/samba-3.2.3.tar.gz">Samba 3.2.3 (gzipped)</a></li>
-    <li><a href="/samba/history/samba-3.2.3.html">Release Notes</a></li>
-    <li><a href="/samba/ftp/stable/samba-3.2.3.tar.asc">Signature</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.2.4.tar.gz">Samba 3.2.4 (gzipped)</a></li>
+    <li><a href="/samba/history/samba-3.2.4.html">Release Notes</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.2.4.tar.asc">Signature</a></li>
     </ul>
     
     <h4>Historical</h4>

Modified: trunk/history/header_history.html
===================================================================
--- trunk/history/header_history.html	2008-09-15 17:57:33 UTC (rev 1237)
+++ trunk/history/header_history.html	2008-09-18 13:14:06 UTC (rev 1238)
@@ -77,6 +77,7 @@
   <div class="notes">
     <h6>Release Notes</h6>
     <ul>
+    <li><a href="samba-3.2.4.html">samba-3.2.4</a></li>
     <li><a href="samba-3.2.3.html">samba-3.2.3</a></li>
     <li><a href="samba-3.2.2.html">samba-3.2.2</a></li>
     <li><a href="samba-3.2.1.html">samba-3.2.1</a></li>

Added: trunk/history/samba-3.2.4.html
===================================================================
--- trunk/history/samba-3.2.4.html	2008-09-15 17:57:33 UTC (rev 1237)
+++ trunk/history/samba-3.2.4.html	2008-09-18 13:14:06 UTC (rev 1238)
@@ -0,0 +1,157 @@
+<!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.2.4 Available for Download</H2>
+
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 3.2.4
+			September 18, 2008
+                   ==============================
+
+
+This is a bug fix release of the Samba 3.2 series.
+
+Major bug fixes included in Samba 3.2.4 are:
+
+  o Fix Winbind crashes.
+  o Fix changing of machine account passwords.
+  o Fix non guest connections to shares when "security = share"
+    is used.
+  o Fix file write times.
+
+
+######################################################################
+Changes
+#######
+
+Changes since 3.2.3
+-------------------
+
+
+o   Michael Adam <obnox at samba.org>
+    * BUG 5590: Fix binary stripping on older OS.
+    * BUG 5492: Fix RHEL SPEC file by removing libmsrpc stuff.
+    * BUG 5507: Fix several issues in the RHEL SPEC file.
+    * Fix linking of cifs.upcall when nscd_flush_cache() is found.
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 5052: Allow inheritable permissions.
+    * BUG 5697: Fix spinning of nmbd in reload_interfaces when only loopback
+      has an IPv4 address.
+    * BUG 5698: Fix non guest connections to shares when "security = share"
+      is used.
+    * BUG 5729: Explicitly allow "-valid".
+    * BUG 5745: Fix Kerberos authentication with (lib)smbclient.
+    * BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
+    * BUG 5761: Fix opening of mangled directory name (resulted
+      'is a stream name').
+    * Fix the wcache_invalidate_samlogon calls.
+    * Add st_birthtime and friends for accurate create times on *BSD and MacOSX.
+    * Clarify usage of "force create mode".
+    * Write times code update.
+
+
+o   Gerald (Jerry) Carter <jerry at samba.org>
+    * Fix Winbind crash.
+    * idmap_ad: Fix a segfault when calling nss_get_info() with a NULL ads
+      structure.
+
+
+o   Steven Danneman <steven.danneman at isilon.com>
+    * Fix build warnings.
+    * Cleanup of DC enumeration in get_dcs().
+
+
+o   Günther Deschner <gd at samba.org>
+    * BUG 5710: Fix changing of machine account passwords.
+    * Fix several build warnings.
+    * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
+
+
+o   James Ding <ding_cc at hotmail.com>
+    * BUG 5736: Fix Winbind crash bug with trusted domains.
+
+
+o   Ephi Dror <Ephi.Dror at datadomain.com>
+    * Correct the netsamlogon_clear_cached_user function.
+
+
+o   Jeff Layton <jlayton at redhat.com>
+    * Fix handling of MSKRB5 OID in cifs.upcall.
+    * Fix build warnings in cifs.upcall.
+    * Change default install location of cifs.upcall to EPREFIX/sbin.
+    * Enable building of cifs.upcall by default on Linux.
+
+
+o   Volker Lendecke <vl at sernet.de>
+    * BUG 5707: Do proper error handling if the socket is closed.
+    * Fix calculation of useable_space for trans2 and nttrans replies.
+    * Fix Coverity ID 587.
+    * Add mapping of generic bits when setting an NFSv4 ACL.
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * Some write time fixes.
+
+
+o   David Leonard <David.Leonard at quest.com>
+    * BUG 4516: No IPv6 on Solaris 2.6.
+
+
+o   Simo Sorce <idra at samba.org>
+    * BUG 5571: Fix group memeberships in Winbind.
+
+
+o   Timur <timur at FreeBSD.org>
+    * Fix cut and paste error in quota code.
+    * Fix display of POSIX ACLs.
+    * Fix aio on FreeBSD.
+
+
+o   Andrew Tridgell <tridge at samba.org>
+    * Avoid a race condition in glibc between AIO and setresuid().
+    * Add missing become root for AIO operations.
+    * Fix logic of tsmsm_sendfile().
+    * Fix an errno handling bug that could lead to an infinite loop.
+    * Fix handling of arbitrary new PAC types.
+
+
+o   Qiao Yang <geoyang at ironport.com>
+    * Fix a memleak.
+
+
+######################################################################
+Reporting bugs & Development Discussion
+#######################################
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical IRC channel on irc.freenode.net.
+
+If you do report problems then please try to send high quality
+feedback. If you don't provide vital information to help us track down
+the problem then you will probably be ignored.  All bug reports should
+be filed under the Samba 3.2 product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+======================================================================
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+======================================================================
+
+</pre>
+<p>Please refer to the original <a href="/samba/history/samba-3.2.3.html">Samba
+3.2.3 Release Notes</a> for more details regarding changes in
+previous releases.</p>
+</body>
+</html>


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

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2008-09-15 17:57:33 UTC (rev 1237)
+++ trunk/index.html	2008-09-18 13:14:06 UTC (rev 1238)
@@ -19,8 +19,19 @@
 
     <h2>Current Release</h2>
 
+    <h4><a name="latest">18 September 2008</a></h4>
+    <p class="headline">Samba 3.2.4 Available for Download</p>
 
-    <h4><a name="latest">27 August 2008</a></h4>
+    <p>This is the latest bug fix release for Samba 3.2 and is the
+    version recommended for all production Samba servers running
+    this release series.  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.2.4.tar.gz">downloaded
+    now</a>.  A <a href="/samba/ftp/patches/patch-3.2.3-3.2.4.diffs.gz">patch against Samba 3.2.3</a>
+    is also available.  See <a href="/samba/history/samba-3.2.4.html">the
+    release notes for more info</a>.</p>
+
+    <h4>27 August 2008</h4>
     <p class="headline">Samba 3.2.3 Available for Download</p>
 
     <p>This is a security release to address CVE-2008-3789.  The
@@ -38,7 +49,7 @@
     <a href="/samba/ftp/stable/samba-3.2.3.tar.gz">downloaded now</a>.
     See <a href="/samba/history/samba-3.2.3.html">the release notes for more info</a>.</p>
 
-    <h4><a>26 August 2008</a></h4>
+    <h4>26 August 2008</h4>
     <p class="headline">Samba 3.3.0pre1 Available for Download</p>
 
     <p>Samba 3.3.0pre1 is available for download.  This is a



More information about the samba-cvs mailing list