svn commit: samba-web r1209 - in trunk: . history

kseeger at samba.org kseeger at samba.org
Tue Aug 5 09:28:01 GMT 2008


Author: kseeger
Date: 2008-08-05 09:28:00 +0000 (Tue, 05 Aug 2008)
New Revision: 1209

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

Log:
-Announce Samba 3.2.1
-Move announcements for 3.2.0 and 3.0.30 to history
Karolin
Added:
   trunk/history/samba-3.2.1.html
Modified:
   trunk/header_columns.html
   trunk/history/index.html
   trunk/index.html


Changeset:
Modified: trunk/header_columns.html
===================================================================
--- trunk/header_columns.html	2008-07-31 08:34:59 UTC (rev 1208)
+++ trunk/header_columns.html	2008-08-05 09:28:00 UTC (rev 1209)
@@ -130,9 +130,9 @@
   <div class="releases">
     <h4>Current Stable Release</h4>
     <ul>
-    <li><a href="/samba/ftp/stable/samba-3.2.0.tar.gz">Samba 3.2.0 (gzipped)</a></li>
-    <li><a href="/samba/history/samba-3.2.0.html">Release Notes</a></li>
-    <li><a href="/samba/ftp/stable/samba-3.2.0.tar.asc">Signature</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.2.1.tar.gz">Samba 3.2.1 (gzipped)</a></li>
+    <li><a href="/samba/history/samba-3.2.1.html">Release Notes</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.2.1.tar.asc">Signature</a></li>
     </ul>
     
     <h4>Historical</h4>

Modified: trunk/history/index.html
===================================================================
--- trunk/history/index.html	2008-07-31 08:34:59 UTC (rev 1208)
+++ trunk/history/index.html	2008-08-05 09:28:00 UTC (rev 1209)
@@ -6,8 +6,8 @@
 
 <div class="latest"> 
   <ul>
-  <li>Latest Release &mdash; <a href="/samba/#latest">Samba 3.2.0</a></li>
-  <li>Current Stable Release &mdash; <a href="/samba/#latest">Samba 3.2.0</a></li> 
+  <li>Latest Release &mdash; <a href="/samba/#latest">Samba 3.2.1</a></li>
+  <li>Current Stable Release &mdash; <a href="/samba/#latest">Samba 3.2.1</a></li> 
   <!-- Second link will point to #stable on this page when current release is a development release -->
   </ul>
 </div>
@@ -17,7 +17,37 @@
 
 <h2>Previous Release Announcements</h2>
 
+<h4>28 May 2008</h4>
+<p class="headline">Samba 3.0.30 Available for Download</p>
 
+<p>This is a security release to address CVE-2008-1105.  The
+<a href="/samba/security/CVE-2008-1105.html">original advisory</a>
+is available online.  A <a href="/samba/ftp/patches/security/samba-3.0.29-
+CVE-2008-1105.patch">patch for Samba 3.0.29</a> is available.  This security 
+advisory is applicable to all Samba 3.0.x releases to date. Past security 
+advisories are available on our <a href="/samba/security/">security page</a>.</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.0.30.tar.gz">downloaded now</a>.  
+See <a href="/samba/history/samba-3.0.30.html">the release notes for more info</a>.</p>
+
+
+<h4>1 July 2008</h4>
+<p class="headline">Samba 3.2.0 Available for Download</p>
+
+<p>This is the first stable release of Samba 3.2.0.</p>
+
+<p>Please be aware that Samba is now distributed under version 3
+of the new GNU General Public License.  You may refer to the COPYING
+file that accompanies the release source for further licensing details.</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.2.0.tar.gz">downloaded now</a>.  
+See <a href="/samba/history/samba-3.2.0.html">the release notes for more info</a>.</p>
+
+
 <h4>10 June 2008</h4>
 <p class="headline">Samba 3.2.0rc2 Available for Download</p>
 

Copied: trunk/history/samba-3.2.1.html (from rev 1207, trunk/history/samba-3.2.0.html)
===================================================================
--- trunk/history/samba-3.2.0.html	2008-07-10 21:06:43 UTC (rev 1207)
+++ trunk/history/samba-3.2.1.html	2008-08-05 09:28:00 UTC (rev 1209)
@@ -0,0 +1,151 @@
+<!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.1 Available for Download</H2>
+
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 3.2.1
+                           August 5, 2008
+                   ==============================
+
+
+This is the second stable release of Samba 3.2.
+
+Major bug fixes included in Samba 3.2.1 are:
+
+  o Race condition in Winbind leading to a crash.
+  o Regression in Winbindd offline mode.
+  o Flushing of smb.conf when creating a new share using SWAT.
+  o Setting of ACEs in setups with "dos filemode = yes".
+
+
+######################################################################
+Changes
+#######
+
+Changes since 3.2.0
+-------------------
+
+
+o   Michael Adam <obnox at samba.org>
+    * BUG 5608: Fix link creation for libtalloc.so.1 (and friends) on
+      Solaris 8.
+    * BUG 5594: Fix "make test" by adding and using a new testparm
+      switch "--skip-logic-checks".
+    * Fix creation of libaddns.a, libsmbclient.a and libsharemodes.a.
+    * Update the section about net conf in the net(8) manpage.
+    * Improve processing of registry shares.
+    * Fix listing of registry shares with testparm.
+    * Fix several build issues.
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 5578: Fix error from strlcat.
+    * BUG 5613: Fix flushing of smb.conf when creating a new share using SWAT.
+    * Ensure consistent use of pdb_get_nt_passwd instead of
+      pdb_get_lanman_passwd.
+    * Remove worrying warning message when safe_strcpy tries to copy a
+      pseaudo interface name that's too long.
+    * Canonicalize servername in the printer functions to remove leading
+      '\\' characters.
+    * Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.
+    * Fix bug creating files using DOS clients with mixed case files.
+    * Fix uninitialized variable.
+
+
+o   Yannick Bergeron <yaberger at ca.ibm.com>
+    * Fix compile error on AIX 6.1
+
+
+o   Jim Brown <jim.brown at miami.edu>
+    * Fix SGI compiler warnings.
+
+
+o   Günther Deschner <gd at samba.org>
+    * BUG 5616: Fix session keys also in rpccli_netr_LogonSamLogonEx wrapper.
+    * BUG 5570: Fix bogus error message during AD domain join.
+    * Fix trusted domain handling in Winbindd.
+    * Fix build warning.
+
+
+o   SATOH Fumiyasu <fumiyas at osstech.co.jp>
+    * BUG 5202: Fix setting of ACEs for users/groups with write access
+      in setups with 'dos filemode = yes'.
+    * Re-activate 'acl group control' parameter and make it only apply
+      to owning group.
+
+
+o   Volodymyr Khomenko <Volodymyr.Khomenko at exanet.com>
+    * Make ntimes function more like POSIX and allow NULL arg.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 5512: Fix alignment problems on sparc.
+    * BUG 5616: Fix share connections in setups with
+      "server signing = mandatory" or SMB signing set on the client side.
+    * Fix a race condition in Winbind leading to a crash.
+    * Fix a segfault in base64_encode_data_blob.
+    * Fix some uninitialized variable references via ndr_print.
+    * Fix error message if trying to join with a non-privileged user.
+    * Fix setups using "include = registry" without [global] settings
+      in the registry.
+    * Fix "net sam rights" on domain member servers.
+    * Add documentation for the vfs streams modules.
+
+
+o   Herb Lewis <herb at samba.org>
+    * Cleanup some duplicate code by passing the password to the wbinfo_auth*
+      functions.
+    * Allow SID with 0 in subauthority to be converted properly.
+
+
+o   Zach Loafman <zachary.loafman at isilon.com>
+    * Set sin[6]_family instead of ss_family in in[6]_addr_to_sockaddr_storage.
+    * Fix realpath() check so that it doesn't generate a core() when it fails.
+
+
+o   Jim McDonough <jmcd at samba.org>
+    * Fix overwriting of winbind logfiles.
+
+
+o   Lars Müller <lars at samba.org>
+    * Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic.
+
+
+o   Darshan Purandare <dpurandare at isilon.com>
+    * Add broadcasting of the debug message to all winbindd children.
+
+
+o   Karolin Seeger <kseeger at samba.org>
+    * BUG 5635: Fix updating of printer queues.
+
+
+o   Andreas Schneider <anschneider at suse.de>
+    * Release still reachable memory if the smbclient context is freed.
+    * Remove trailing withespace from wbinfo -m which breaks gdm auth.
+
+
+o   Simo Sorce <idra at samba.org>
+    * BUG 5540: Fix "set primary group script" user option substitution.
+    * Fix regression in Winbindd offline mode.
+
+
+o   Bo Yang <boyang at novell.com>
+    * Allow authentication and memory credential refresh after password
+      change from gdm/xdm.
+    * Allow %u parameters for print job username.
+</pre>
+<p>Please refer to the original <a href="/samba/history/samba-3.2.0.html">Samba
+3.2.0 Release Notes</a> for more details regarding changes in
+previous releases.</p>
+</body>
+</html>

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2008-07-31 08:34:59 UTC (rev 1208)
+++ trunk/index.html	2008-08-05 09:28:00 UTC (rev 1209)
@@ -19,7 +19,18 @@
 
     <h2>Current Release</h2>
 
+    <h4><a name="stable">05 August 2008</a></h4>
+    <p class="headline">Samba 3.2.1 Available for Download</p>
 
+    <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.1.tar.gz">downloaded
+    now</a>.  A <a href="/samba/ftp/patches/patch-3.2.0-3.2.1.diffs.gz">patch against Samba 3.2.0</a>
+    is also available.  See <a href="/samba/history/samba-3.2.1.html">the
+    release notes for more info</a>.</p>
+
     <h4><a name="stable">10 July 2008</a></h4>
     <p class="headline">Samba 3.0.31 Available for Download</p>
 
@@ -33,21 +44,6 @@
     release notes for more info</a>.</p>
 
 
-    <h4><a name="latest">1 July 2008</a></h4>
-    <p class="headline">Samba 3.2.0 Available for Download</p>
-
-    <p>This is the first stable release of Samba 3.2.0.</p>
-
-    <p>Please be aware that Samba is now distributed under version 3
-    of the new GNU General Public License.  You may refer to the COPYING
-    file that accompanies the release source for further licensing details.</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.2.0.tar.gz">downloaded
-    now</a>.  See <a href="/samba/history/samba-3.2.0.html">the
-    release notes for more info</a>.</p>
-
     <h4>5 June 2008</h4>
     <p class="headline">Samba 4.0.0alpha4 Available for Download</p>
         
@@ -69,23 +65,6 @@
     <a href="/samba/ftp/samba4/samba-4.0.0alpha4.tar.gz">downloaded
     now</a>.  See the release notes in the source for more information.</p>
 
-    <h4><a name="stable">28 May 2008</a></h4>
-    <p class="headline">Samba 3.0.30 Available for Download</p>
-
-    <p>This is a security release to address CVE-2008-1105.  The 
-      <a href="/samba/security/CVE-2008-1105.html">original advisory</a>
-      is available online.  A <a href="/samba/ftp/patches/security/samba-3.0.29-CVE-2008-1105.patch">patch
-	for Samba 3.0.29</a> is available.  This security advisory is applicable to all Samba 3.0.x
-      releases to date.  Past security advisories are available on our 
-      <a href="/samba/security/">security page</a>.</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.0.30.tar.gz">downloaded
-    now</a>.  See <a href="/samba/history/samba-3.0.30.html">the
-    release notes for more info</a>.</p>
-
-
      <div class="request">
       <p>http://samba.org/ is automatically redirected to one of our US 
       mirrors.  To change to a mirror closer to your location, choose a 



More information about the samba-cvs mailing list