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

kseeger at samba.org kseeger at samba.org
Wed Apr 29 07:20:00 GMT 2009


Author: kseeger
Date: 2009-04-29 07:20:00 +0000 (Wed, 29 Apr 2009)
New Revision: 1291

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

Log:
Announce Samba 3.3.4
Karolin
Added:
   trunk/history/samba-3.3.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	2009-04-29 02:21:02 UTC (rev 1290)
+++ trunk/devel/index.html	2009-04-29 07:20:00 UTC (rev 1291)
@@ -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.3.3</em> (<a
-href="/samba/history/samba-3.3.3.html">release notes</a> and <a
+<p>The latest production release is <em>Samba 3.3.4</em> (<a
+href="/samba/history/samba-3.3.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	2009-04-29 02:21:02 UTC (rev 1290)
+++ trunk/header_columns.html	2009-04-29 07:20:00 UTC (rev 1291)
@@ -130,9 +130,9 @@
   <div class="releases">
     <h4>Current Stable Release</h4>
     <ul>
-    <li><a href="/samba/ftp/stable/samba-3.3.3.tar.gz">Samba 3.3.3 (gzipped)</a></li>
-    <li><a href="/samba/history/samba-3.3.3.html">Release Notes</a></li>
-    <li><a href="/samba/ftp/stable/samba-3.3.3.tar.asc">Signature</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.3.4.tar.gz">Samba 3.3.4 (gzipped)</a></li>
+    <li><a href="/samba/history/samba-3.3.4.html">Release Notes</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.3.4.tar.asc">Signature</a></li>
     </ul>
     
     <h4>Historical</h4>

Modified: trunk/history/header_history.html
===================================================================
--- trunk/history/header_history.html	2009-04-29 02:21:02 UTC (rev 1290)
+++ trunk/history/header_history.html	2009-04-29 07:20:00 UTC (rev 1291)
@@ -77,6 +77,7 @@
   <div class="notes">
     <h6>Release Notes</h6>
     <ul>
+    <li><a href="samba-3.3.4.html">samba-3.3.4</a></li>
     <li><a href="samba-3.3.3.html">samba-3.3.3</a></li>
     <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>

Added: trunk/history/samba-3.3.4.html
===================================================================
--- trunk/history/samba-3.3.4.html	2009-04-29 02:21:02 UTC (rev 1290)
+++ trunk/history/samba-3.3.4.html	2009-04-29 07:20:00 UTC (rev 1291)
@@ -0,0 +1,93 @@
+<!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.3.4 Available for Download</H2>
+
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 3.3.4
+			  April, 29  2009
+                   =============================
+
+
+This is the latest bugfix release of the Samba 3.3 series.
+
+Major enhancements in Samba 3.3.4 include:
+
+    o Fix domain logins for WinXP clients pre SP3 (bug #6263).
+    o Fix samr_OpenDomain access checks (bug #6089).
+    o Fix usrmgr.exe creating a user (bug #6243).
+
+
+######################################################################
+Changes
+#######
+
+
+Changes since 3.3.3:
+--------------------
+
+
+o   Michael Adam <obnox at samba.org>
+    * net conf: Save share name as given, not as lower case only.
+    * Prevent creation of registry keys containing the '/' character.
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 6089: Fix samr_OpenDomain access checks.
+    * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with
+      "msdfs root" set to "yes".
+    * BUG 6279: Fix Winbind crash.
+    * Allow pdbedit to change a user rid/sid.
+    * When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
+    * Don't access a freed structure when logging off and re-using a vuid.
+
+
+o   Guenther Deschner <gd at samba.org>
+    * BUG 5329: Add "net rpc service delete/create".
+    * BUG 6238: Make sure wbcLogoffUserParams are properly initialized before
+      freed.
+    * BUG 6263: Fix domain logins for WinXP clients pre SP3.
+    * BUG 6286: Call init function for builtin idmap modules before probing for
+      them as shared modules.
+    * Try to to fix password_expired flag handling.
+    * Make sure to grey out change fields in the netdomjoin-gui when not
+      running as root.
+
+
+o   Jim McDonough <jmcd at samba.org>
+    * Don't look up local user for remote changes, even when root.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 6243: Fix usrmgr.exe creating a user.
+    * Use procid_str in debug messages for better cluster-debuggability.
+    * Use cluster-aware procid_is_me instead of comparing pids.
+    * Fix smbd crash for close_on_completion.
+    * Fix a memleak in an unlikely error path in change_notify_create().
+    * Do not use the file system GET_REAL_FILENAME for mangled names.
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * Fix a crash bug if we timeout in net rpc trustdom list.
+    * Add '--request-timeout' option to net.
+
+
+o   Martin Schwenke <martin at meltin.net>
+    * In net_conf_import, start a transaction when importing a single share.
+
+
+o   Simo Sorce <ssorce at redhat.com>
+    * Fix writing of roaming profiles with "profile acls" set to "yes".
+</pre>
+
+</body>
+</html>


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

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2009-04-29 02:21:02 UTC (rev 1290)
+++ trunk/index.html	2009-04-29 07:20:00 UTC (rev 1291)
@@ -19,7 +19,21 @@
 
     <h2>Current Release</h2>
 
+    <h4><a name="latest">29 April 2009</a></h4>
+
+    <p class="headline">Samba 3.3.4 Available for Download</p>
+
+    <p>This is the latest stable release of the Samba 3.3 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.3.4.tar.gz">downloaded now</a>.
+    A <a href="/samba/ftp/patches/patch-3.3.3-3.3.4.diffs.gz">patch against Samba 3.3.3</a>
+    is also available. See <a href="/samba/history/samba-3.3.4.html">
+    the release notes for more info</a>.</p>
+
     <h4>17 April 2009</h4>
+
     <p class="headline">Samba 3.2.11 Maintenance Release Available</p>
 
     <p>This is the latest bug fix release for Samba 3.2 and is the
@@ -32,10 +46,6 @@
     updates in Samba 3.2.9. See <a href="/samba/history/samba-3.2.11.html">the
     release notes for more info</a>.</p>
 
-    <h4>31 March 2009</h4>
-    <p class="headline">Samba 3.2.9 Maintenance Release Available</p>
-
-    <h4><a name="latest">1 April 2009</a></h4>
     <p class="headline">Samba 3.3.3 Available for Download</p>
 
     <p>This is the latest stable release of the Samba 3.3 series</p>



More information about the samba-cvs mailing list