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

kseeger at samba.org kseeger at samba.org
Thu Jan 14 04:49:38 MST 2010


Author: kseeger
Date: 2010-01-14 04:49:38 -0700 (Thu, 14 Jan 2010)
New Revision: 1357

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

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


Changeset:
Modified: trunk/header_columns.html
===================================================================
--- trunk/header_columns.html	2010-01-12 10:54:31 UTC (rev 1356)
+++ trunk/header_columns.html	2010-01-14 11:49:38 UTC (rev 1357)
@@ -127,9 +127,9 @@
     
     <h4>Historical</h4>
     <ul>
-    <li><a href="/samba/ftp/stable/samba-3.3.9.tar.gz">Samba 3.3.9 (gzipped)</a></li>
-    <li><a href="/samba/history/samba-3.3.9.html">Release Notes 3.3.9</a></li>
-    <li><a href="/samba/ftp/stable/samba-3.3.9.tar.asc">Signature 3.3.9</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.3.10.tar.gz">Samba 3.3.10 (gzipped)</a></li>
+    <li><a href="/samba/history/samba-3.3.10.html">Release Notes 3.3.10</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.3.10.tar.asc">Signature 3.3.10</a></li>
 
     <li><a href="/samba/ftp/stable/samba-3.2.15.tar.gz">Samba 3.2.15 (gzipped)</a></li>
     <li><a href="/samba/history/samba-3.2.15.html">Release Notes 3.2.15</a></li>

Modified: trunk/history/header_history.html
===================================================================
--- trunk/history/header_history.html	2010-01-12 10:54:31 UTC (rev 1356)
+++ trunk/history/header_history.html	2010-01-14 11:49:38 UTC (rev 1357)
@@ -82,6 +82,7 @@
     <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>
+    <li><a href="samba-3.3.10.html">samba-3.3.10</a></li>
     <li><a href="samba-3.3.9.html">samba-3.3.9</a></li>
     <li><a href="samba-3.3.8.html">samba-3.3.8</a></li>
     <li><a href="samba-3.3.7.html">samba-3.3.7</a></li>

Added: trunk/history/samba-3.3.10.html
===================================================================
--- trunk/history/samba-3.3.10.html	                        (rev 0)
+++ trunk/history/samba-3.3.10.html	2010-01-14 11:49:38 UTC (rev 1357)
@@ -0,0 +1,116 @@
+<!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.10 Available for Download</H2>
+
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 3.3.10
+		         January 14, 2010
+                   ==============================
+
+
+This is the latest bugfix release of the Samba 3.3 series.
+
+Major enhancements in Samba 3.3.10 include:
+
+   o Fix changing of ACLs on writable file with "dos filemode=yes" (bug #5202).
+   o Fix smbd crashes in dns_register_smbd_reply (bug #6696).
+   o Fix Winbind crashes when queried from nss (bug #6889).
+   o Fix Winbind crash when retrieving empty group members (bug #7014).
+   o Fix interdomain trusts with Win2008R2 (bug #6697).
+
+
+######################################################################
+Changes
+#######
+
+Changes since 3.3.9
+-------------------
+
+
+o   Michael Adam &lt;obnox at samba.org&gt;
+    * BUG 6910: Fix "idmap backend" with multiple LDAP servers specified.
+
+
+o   Jeremy Allison &lt;jra at samba.org&gt;
+    * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
+    * BUG 6696: Fix smbd crashes (signal 11) in dns_register_smbd_reply.
+    * BUG 6828: Fix infinite timeout when byte lock held outside of Samba.
+    * BUG 6829: Fix special characters in smbclient output.
+    * BUG 6867: trans2findnext returns reply_nterror(req, ntstatus) in a
+      directory with a lot of files.
+    * BUG 6875: Fix operations on OS/2 clients.
+    * BUG 6880: Fix listing of workgroup servers.
+    * BUG 6939: Fix long filenames when "mangling method = hash" is set.
+    * BUG 7005: "mangling method = hash" truncates files with dot '. '
+      character.
+
+
+o   Olaf Flebbe &lt;o.flebbe at science-computing.de&gt;
+    * BUG 6805: Correctly handle aio_error() and errno.
+
+
+o   G&uuml;nther Deschner &lt;gd at samba.org&gt;
+    * BUG 6697: Fix interdomain trusts with Win2008R2.
+    * BUG 6868: Support building of cifs.upcall with Heimdal as well with MIT.
+    * BUG 6889: Fix Winbind crashes when queried from nss.
+    * BUG 6929: Fix build with recent Heimdal.
+    * Fix the build of the winbind krb5 locator plugin.
+    * Fix compile of winbind_krb5_locator with recent Heimdal versions.
+    * Fix the build on Mac OS X 10.6.2.
+
+
+o   Jeff Layton &lt;jlayton at redhat.com&gt;
+    * BUG 6810: Backport support for finding alternate credcaches.
+    * Use pid value from kernel to determine KRB5CCNAME to use in cifs.upcall.
+
+
+o   Volker Lendecke &lt;vl at samba.org&gt;
+    * BUG 6338: 'net rpc trustdom list' always displays "none".
+    * BUG 6793: Fix segfault in winbindd_pam_auth.
+    * BUG 6850: Fix shadow copy display on Windows 7.
+    * BUG 6973: Fix a segfault in 'net'.
+    * Fix the build of cifs.upcall.
+
+
+o   Jim McDonough &lt;jmcd at samba.org&gt;
+    * BUG 7014: Fix Winbind crash when retrieving empty group members.
+
+
+o   Stefan Metzmacher &lt;metze at samba.org&gt;
+    * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value.
+    * BUG 6642: Fix opening the quota magic file.
+    * BUG 6856: Fix the build of the GPFS VFS module with headers only.
+    * BUG 6919: Fix remote quota management.
+
+
+o   Timothy Miller &lt;theosib at gmail.com&gt;
+    * BUG 6696: Fix smbd crashes when using mdns (not avahi) support.
+
+
+o   Andrew Tridgell &lt;tridge at samba.org&gt;
+    * BUG 6918: Fix krb5 build problem on Ubuntu Karmic.
+
+
+o   Jelmer Vernooij &lt;jelmer at samba.org&gt;
+    * 6918: Fix the build with krb5-client-1.7-6.1.
+
+
+o   Bo Yang &lt;boyang at samba.org&gt;
+    * BUG 6811: pam_winbind references freed memory.
+    * 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.3.10.html
___________________________________________________________________
Added: svn:executable
   + *

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2010-01-12 10:54:31 UTC (rev 1356)
+++ trunk/index.html	2010-01-14 11:49:38 UTC (rev 1357)
@@ -24,6 +24,18 @@
     <h2>Latest News</h2>
     <!--#include virtual="/samba/news/headlines.html" -->
 
+    <h4>14 January 2010</h4>
+    <p class="headline">Samba 3.3.10 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.10.tar.gz">downloaded now</a>.
+    A <a href="/samba/ftp/patches/patch-3.3.9-3.3.10.diffs.gz">patch against Samba 3.3.9</a>
+    is also available. See <a href="/samba/history/samba-3.3.10.html">
+    the release notes for more info</a>.</p>
+
     <h4>07 January 2010</h4>
     <p class="headline">Samba 3.5.0rc1 Available for Download</p>
 



More information about the samba-cvs mailing list