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

kseeger at samba.org kseeger at samba.org
Tue Jun 16 09:35:29 GMT 2009


Author: kseeger
Date: 2009-06-16 09:35:28 +0000 (Tue, 16 Jun 2009)
New Revision: 1303

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

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


Changeset:
Modified: trunk/header_columns.html
===================================================================
--- trunk/header_columns.html	2009-06-13 17:16:03 UTC (rev 1302)
+++ trunk/header_columns.html	2009-06-16 09:35:28 UTC (rev 1303)
@@ -137,9 +137,9 @@
     
     <h4>Historical</h4>
     <ul>
-    <li><a href="/samba/ftp/stable/samba-3.2.11.tar.gz">Samba 3.2.11 (gzipped)</a></li>
-    <li><a href="/samba/history/samba-3.2.11.html">Release Notes 3.2.11</a></li>
-    <li><a href="/samba/ftp/stable/samba-3.2.11.tar.asc">Signature 3.2.11</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.2.12.tar.gz">Samba 3.2.12 (gzipped)</a></li>
+    <li><a href="/samba/history/samba-3.2.12.html">Release Notes 3.2.12</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.2.12.tar.asc">Signature 3.2.12</a></li>
     <li><a href="/samba/ftp/stable/samba-3.0.34.tar.gz">Samba 3.0.34 (gzipped)</a></li>
     <li><a href="/samba/history/samba-3.0.34.html">Release Notes 3.0.34</a></li>
     <li><a href="/samba/ftp/stable/samba-3.0.34.tar.asc">Signature 3.0.34</a></li>

Modified: trunk/history/header_history.html
===================================================================
--- trunk/history/header_history.html	2009-06-13 17:16:03 UTC (rev 1302)
+++ trunk/history/header_history.html	2009-06-16 09:35:28 UTC (rev 1303)
@@ -82,6 +82,8 @@
     <li><a href="samba-3.3.2.html">samba-3.3.2</a></li>
     <li><a href="samba-3.3.1.html">samba-3.3.1</a></li>
     <li><a href="samba-3.3.0.html">samba-3.3.0</a></li>
+    <li><a href="samba-3.2.12.html">samba-3.2.12</a></li>
+    <li><a href="samba-3.2.11.html">samba-3.2.11</a></li>
     <li><a href="samba-3.2.10.html">samba-3.2.10</a></li>
     <li><a href="samba-3.2.9.html">samba-3.2.9</a></li>
     <li><a href="samba-3.2.8.html">samba-3.2.8</a></li>

Added: trunk/history/samba-3.2.12.html
===================================================================
--- trunk/history/samba-3.2.12.html	2009-06-13 17:16:03 UTC (rev 1302)
+++ trunk/history/samba-3.2.12.html	2009-06-16 09:35:28 UTC (rev 1303)
@@ -0,0 +1,96 @@
+<!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.12 Available for Download</H2>
+
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 3.2.12
+			   June 16, 2009
+                   ==============================
+
+
+This is a maintenance release of the Samba 3.2 series.
+
+Major enhancements in 3.2.12 include:
+
+    o Fix SAMR and LSA checks (bug #6089, #6289)
+    o Fix posix acls when setting an ACL without explicit ACE for the
+      owner (bug #2346).
+    o Fix "force user" (bug #6291).
+    o Fix Winbind crash (bug #6279).
+    o Fix joining of Win7 into Samba domain (bug #6099).
+
+
+######################################################################
+Changes
+#######
+
+Changes since 3.2.11
+--------------------
+
+
+o   Michael Adam <obnox at samba.org>
+    * Prevent creation of keys containing the '/' character.
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 6089: Revert the extra SAMR and LSA checks.
+    * BUG 6099: Fix joining of Win7 into Samba domain.
+    * BUG 6279: Fix Winbind crash.
+    * BUG 6289: Revert the extra SAMR and LSA checks.
+    * BUG 6291: Fix "force user".
+    * BUG 6386: Groupdb mapping fix.
+    * Fix bug in processing of open modes in POSIX open.
+
+
+o   Guenther Deschner <gd at samba.org>
+    * BUG 6099: Fix joining of Win7 into Samba domain.
+    * BUG 6301: Fix samr_ConnectVersion enum which is 32bit not 16bit.
+    * BUG 6372: Fix usermanager only displaying 1024 groups and aliases.
+    * BUG 6465: Fix enumeration of empty aliases (ldb backend).
+    * Protect netlogon_creds_server_step() against NULL creds.
+
+
+o   Bjoern Jacke <bj at sernet.de>
+    * Also handle DirX return codes.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 5798: CFLAGS info lost in configure.
+    * BUG 6382: Fix case insensitive access to DFS links.
+    * Fix a race condition in winbind leading to a panic.
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * BUG 2346: Fix posix acls when setting an ACL without explicit ACE for the
+      owner.
+    * Fix a crash bug if we timeout in net rpc trustdom list.
+
+
+o   D.L. Meyer <dlmeyer at uiuc.edu>
+    * BUG 5832: Fix build on RHEL when ccache is not available.
+
+
+o   Sebastien Prud'homme <sebastien.prudhomme at gmail.com>
+    * BUG 5945: Fix out of memory error with Winbind idmap.
+
+
+o   Karolin Seeger <kseeger at samba.org>
+    * BUG 5835: Add keyutils-devel to build requires.
+
+
+o   Simo Sorce <ssorce at redhat.com>
+    * Fix profile acls in some corner cases.
+</pre>
+
+</body>
+</html>


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

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2009-06-13 17:16:03 UTC (rev 1302)
+++ trunk/index.html	2009-06-16 09:35:28 UTC (rev 1303)
@@ -19,6 +19,19 @@
 
     <h2>Current Release</h2>
 
+    <h4>16 June 2009</h4>
+
+    <p class="headline">Samba 3.2.12 Maintenance Release Available</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.12.tar.gz">downloaded
+    now</a>.  A <a href="/samba/ftp/patches/patch-3.2.11-3.2.12.diffs.gz">patch against Samba 3.2.11</a>
+    is also available. See <a href="/samba/history/samba-3.2.12.html">the
+    release notes for more info</a>.</p>
+
     <h4>02 June 2009</h4>
 
     <p class="headline">Samba 3.4.0pre2 Available for Download</p>



More information about the samba-cvs mailing list