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

kseeger at samba.org kseeger at samba.org
Wed Apr 1 13:06:20 GMT 2009


Author: kseeger
Date: 2009-04-01 13:06:20 +0000 (Wed, 01 Apr 2009)
New Revision: 1281

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

Log:
Announce Samba 3.3.3
Karolin
Added:
   trunk/history/samba-3.3.3.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-01 13:02:32 UTC (rev 1280)
+++ trunk/devel/index.html	2009-04-01 13:06:20 UTC (rev 1281)
@@ -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.2</em> (<a
-href="/samba/history/samba-3.3.2.html">release notes</a> and <a
+<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
 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-01 13:02:32 UTC (rev 1280)
+++ trunk/header_columns.html	2009-04-01 13:06:20 UTC (rev 1281)
@@ -130,9 +130,9 @@
   <div class="releases">
     <h4>Current Stable Release</h4>
     <ul>
-    <li><a href="/samba/ftp/stable/samba-3.3.2.tar.gz">Samba 3.3.2 (gzipped)</a></li>
-    <li><a href="/samba/history/samba-3.3.2.html">Release Notes</a></li>
-    <li><a href="/samba/ftp/stable/samba-3.3.2.tar.asc">Signature</a></li>
+    <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>
     </ul>
     
     <h4>Historical</h4>

Modified: trunk/history/header_history.html
===================================================================
--- trunk/history/header_history.html	2009-04-01 13:02:32 UTC (rev 1280)
+++ trunk/history/header_history.html	2009-04-01 13:06:20 UTC (rev 1281)
@@ -77,6 +77,7 @@
   <div class="notes">
     <h6>Release Notes</h6>
     <ul>
+    <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>
     <li><a href="samba-3.3.0.html">samba-3.3.0</a></li>

Added: trunk/history/samba-3.3.3.html
===================================================================
--- trunk/history/samba-3.3.3.html	2009-04-01 13:02:32 UTC (rev 1280)
+++ trunk/history/samba-3.3.3.html	2009-04-01 13:06:20 UTC (rev 1281)
@@ -0,0 +1,136 @@
+<!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.3 Available for Download</H2>
+
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 3.3.3
+			    April, 1 2009
+                   =============================
+
+This is the latest bugfix release release of the Samba 3.3 series.
+
+Major enhancements in Samba 3.3.3 include:
+
+    o Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
+      correctly (bug #6195).
+    o Fix serving of files with colons to CIFS/VFS client (bug #6196).
+    o Fix "map readonly" (bug #6186).
+
+
+######################################################################
+Changes
+#######
+
+
+Changes since 3.3.2:
+--------------------
+
+
+o   Michael Adam <obnox at samba.org>
+    * BUG 6195: Don't let smbd child processes panic.
+    * Add backend_requires_messaging() method to libsmbconf.
+    * Add methods is_writeable() and wrapper smbconf_is_writeable() to libsmbconf.
+    * Fall back to file backend when no valid backend was found.
+    * Fix a memleak in dbwrap_rbt.
+    * Provide transaction_start|commit|cancel fns for the registry tdb.
+    * Speed up "net conf drop".
+    * Speed up "net conf import".
+    * Add transactions to the libsmbconf API.
+    * Reduce memory usage of "net conf import".
+    * Registry cleanup.
+    * Fix handling of SAMBA_VERSION_VENDOR_PATCH.
+    * Fix build of pam_winbind.so with static linking.
+    * Tidy up some convert_string_internal error cases.
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 6186: Fix map readonly.
+    * BUG 6195: Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
+      correctly.
+    * BUG 6196: Unable to serve files with colons to Linux CIFS/VFS client.
+    * BUG 6224: nmbd waits 5 minutes at startup before checking if it needs
+      to run elections.
+    * Allow DFS client paths to work when POSIX pathnames have been
+      selected.
+    * Try and fix the build farm RAW-STREAMS errors.
+    * Ensure files starting with multiple dots are hidden.
+
+
+o   Günther Deschner <gd at samba.org>
+    * BUG 6102: NetQueryDisplayInformation could return wrong information.
+    * BUG 6193: Avoid messing with sync_context in libnet_samsync_delta().
+    * Fix notify_printer_status_byname.
+    * Fix Coverity IDs 722, 762, 774, 775, 776.
+
+
+o   Björn Jacke <bj at sernet.de>
+    * Fix build on old Heimdal based systems.
+    * Fix compile warning.
+    * Use parentheses in if condition to make negation clear.
+
+
+o   Andy Kelk <andy at mopoke.co.uk>
+    * Add dirsort module.
+
+
+o   Steve Langasek <vorlon at debian.org>
+    * BUG 6147: Fix detection of the GNU ld version.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 6097: Fix smbd segfault.
+    * BUG 6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped
+      members.
+    * BUG 6139: Add missing whitespace in mount.cifs error message.
+    * Fix a malloc/talloc mismatch when cli_initialise() fails.
+    * Fix a valgrind error.
+    * Speed up "net conf list".
+    * Add sorted subkey cache.
+    * Use StrCaseCmp in the dirsort module.
+    * Document the dirsort module.
+    * Fix the build on HP/UX.
+    * Disable dns_sd by default.
+    * Add avahi detection to configure.
+    * Add event avahi binding.
+    * Use avahi to register _smb._tcp in smbd.
+    * Fix two memleaks in the encryption code.
+    * Fix a scary "fill_share_mode_lock failed" message.
+
+
+o   Derrell Lipman <derrell at dworkin.(none)>
+    * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn't set
+      errno.
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * Don't use reserved words in smbconftort.
+    * Fix smb signing for fragmented trans/trans2/nttrans requests.
+
+
+o   Tim Prouty <tprouty at samba.org>
+    * Parse_packet can return NULL which is then dereferenced in
+      match_mailslot_name.
+
+
+o   Timur <timur at FreeBSD.org>
+    * Format the header check for netinet/ip.h more nicely.
+    * Fix detection of netinet/ip.h on FreeBSD.
+
+
+o   Alexander Zagrebin <alexz at visp.ru>
+    * Missing break in conversion function prevents tdb password database
+      update.
+</pre>
+
+</body>
+</html>


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

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2009-04-01 13:02:32 UTC (rev 1280)
+++ trunk/index.html	2009-04-01 13:06:20 UTC (rev 1281)
@@ -19,6 +19,16 @@
 
     <h2>Current Release</h2>
 
+    <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>
+
+    <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.3.tar.gz">downloaded now</a>.
+    See <a href="/samba/history/samba-3.3.3.html">the release notes for more info</a>.</p>
+
     <h4>1 April 2009</h4>
     <p class="headline">Samba 3.2.10 Maintenance Release Available</p>
 
@@ -44,7 +54,7 @@
     is also available.  See <a href="/samba/history/samba-3.2.9.html">the
     release notes for more info</a>.</p>
 
-    <h4><a name="latest">12 March 2009</a></h4>
+    <h4>12 March 2009</h4>
     <p class="headline">Samba 3.3.2 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