svn commit: samba-web r1277 - in trunk: . history
kseeger at samba.org
kseeger at samba.org
Tue Mar 31 12:49:25 GMT 2009
Author: kseeger
Date: 2009-03-31 12:49:24 +0000 (Tue, 31 Mar 2009)
New Revision: 1277
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1277
Log:
Announce Samba 3.2.9
Karolin
Added:
trunk/history/samba-3.2.9.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-03-15 00:06:25 UTC (rev 1276)
+++ trunk/header_columns.html 2009-03-31 12:49:24 UTC (rev 1277)
@@ -137,9 +137,9 @@
<h4>Historical</h4>
<ul>
- <li><a href="/samba/ftp/stable/samba-3.2.8.tar.gz">Samba 3.2.8 (gzipped)</a></li>
- <li><a href="/samba/history/samba-3.2.8.html">Release Notes 3.2.8</a></li>
- <li><a href="/samba/ftp/stable/samba-3.2.8.tar.asc">Signature 3.2.8</a></li>
+ <li><a href="/samba/ftp/stable/samba-3.2.9.tar.gz">Samba 3.2.9 (gzipped)</a></li>
+ <li><a href="/samba/history/samba-3.2.9.html">Release Notes 3.2.9</a></li>
+ <li><a href="/samba/ftp/stable/samba-3.2.9.tar.asc">Signature 3.2.9</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-03-15 00:06:25 UTC (rev 1276)
+++ trunk/history/header_history.html 2009-03-31 12:49:24 UTC (rev 1277)
@@ -80,6 +80,7 @@
<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.9.html">samba-3.2.9</a></li>
<li><a href="samba-3.2.8.html">samba-3.2.8</a></li>
<li><a href="samba-3.2.7.html">samba-3.2.7</a></li>
<li><a href="samba-3.2.6.html">samba-3.2.6</a></li>
Added: trunk/history/samba-3.2.9.html
===================================================================
--- trunk/history/samba-3.2.9.html 2009-03-15 00:06:25 UTC (rev 1276)
+++ trunk/history/samba-3.2.9.html 2009-03-31 12:49:24 UTC (rev 1277)
@@ -0,0 +1,198 @@
+<!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.9 Available for Download</H2>
+
+<p>
+<pre>
+ =============================
+ Release Notes for Samba 3.2.9
+ March 31, 2009
+ =============================
+
+
+
+This is a maintenance release of the Samba 3.2 series.
+
+Major enhancements included in Samba 3.2.9 are:
+
+ o Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
+ correctly (bug #6195).
+ o Fix guest authentication in setups with "security = share" and
+ "guest ok = yes" when Winbind is running.
+ o Fix corruptions of source path in tar mode of smbclient (bug #6161).
+
+
+The original security announcement for this and past advisories can
+be found http://www.samba.org/samba/security/
+
+
+######################################################################
+Changes
+#######
+
+Changes since 3.2.8
+-------------------
+
+
+o Michael Adam <obnox at samba.org>
+ * Add script fill-templates.
+ * Make update-pkginfo callable from any directory.
+
+
+o Jeremy Allison <jra at samba.org>
+ * BUG 6099: Samba returns incurrate capabilities list.
+ * BUG 6133: Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL
+ filesystem.
+ * BUG 6161: smbclient corrupts source path in tar mode.
+ * 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.
+ * Correctly use chroot().
+ * Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure
+ that "offered" read from the rpc packet in spoolss is under
+ that size.
+ * Fix Coverity ID 602.
+ * Backport the semantics of when to delete alternate data streams on a file
+ truncate.
+ * Allow set attributes on a stream fnum to be redirected to the base
+ filename.
+ * Fix use of streams modules with CIFSFS client.
+ * Fix more POSIX path lstat calls.
+ * 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 Steven Danneman <steven.danneman at isilon.com>
+ * Fix guest auth when Winbind is running.
+
+
+o Günther Deschner <gd at samba.org>
+ * BUG 6102: NetQueryDisplayInformation could return wrong information.
+ * BUG 6193: Avoid messing with sync_context in fetch_database_to_ldif().
+ * Fix memleak in get_remote_printer_publishing_data().
+ * Add pidl in order to be able to regenerate librpc functions.
+ * Fix Coverity IDs 722, 762.
+
+
+o Steve French <smfrench at gmail.com>
+ * cifs mount fix for handling -V parameter.
+ * Fix guest mounts.
+
+
+o Holger Hetterich <hhetter at novell.com>
+ * Enable total anonymization in vfs_smb_traffic_analyzer.
+
+
+o Björn Jacke <bj at sernet.de>
+ * Enable IPv6 support for NetBSD and FreeBSD.
+ * Prefer gssapi header files from subdirectory.
+ * Fix build on old Heimdal based systems.
+ * Use parentheses in if condition to make negation clear.
+
+
+o Günter Kukkukk <linux at kukkukk.com>
+ * Don't try and delete a default ACL from a file.
+
+
+o Jeff Layton <jlayton at redhat.com>
+ * Initialize rc to 0 in main.
+
+
+o Volker Lendecke <vl at sernet.de>
+ * BUG 6100: Complete fix.
+ * BUG 6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped
+ members.
+ * BUG 6097: Fix smbd segfault.
+ * Fix remotely adding a share via MMC.
+ * Fix resume handle for _samr_EnumDomainGroups.
+ * Fix Coverity IDs 742, 744, 745, 879, 880.
+ * Fix a buffer handling bug when adding lots of registry keys.
+ * Fix a O(n^2) algorithm in regdb_fetch_keys().
+ * Fix an uninitialized variable warning.
+ * Fix a valgrind error / segfault in dns_register_smbd().
+ * Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog.
+ * Fix a malloc/talloc mismatch when cli_initialise() fails.
+ * Fix a valgrind error.
+ * Fix two memleaks in the encryption code.
+ * Fix gcc 4.4 compile warning.
+ * 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>
+ * BUG 6100: Implement _netr_LogonGetCapabilities() with
+ NT_STATUS_NOT_IMPLEMENTED.
+ * Add S-1-22-X-Y sids to the local token.
+ * Add idl for netr_LogonGetCapabilities().
+ * Fix the build on SLES8.
+ * Fix smb signing for fragmented trans/trans2/nttrans requests.
+
+
+o Glenn Machin <gmachin at sandia.gov>
+ * Don't miss an absolute pathname as a kerberos keytab path.
+
+
+o Shirish Pargaonkar <shirishpargaonkar at gmail.com>
+ * Clean-up entries in /etc/mtab after unmount.
+ * Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
+
+
+o Ted Percival <ted.percival at quest.com>
+ * Fix a crash during name resolution when log level >= 10 and libc
+ segfaults if printf is passed NULL for a "%s" arg (e.g. Solaris).
+
+
+o Tim Prouty <tprouty at samba.org>
+ * Fix SMB_VFS_RECVFILE/SENDFILE macros.
+ * Parse_packet can return NULL which is then dereferenced in
+ match_mailslot_name.
+
+
+o Dan Sledz <dsledz at isilon.com>
+ * Fix double free caused by incorrect talloc_steal usage.
+
+
+o Aravind Srinivasan <aravind.srinivasan at isilon.com>
+ * Have nmbd check all available interfaces for WINS before failing.
+
+
+o Miguel Suarez <Miguel.Suarez at stratus.com>
+ * BUG 6085: Fix build of vfs_default on systems without utime support.
+
+
+o Yasuma Takeda <yasuma at osstech.co.jp>
+ * BUG 5920: The length of the memcpy was calculated wrong.
+ * BUG 6098: Fix the ads_find_dc() with "security = domain" when the DNS
+ server is invalid.
+
+
+o Andrew Tridgell <tridge at samba.org>
+ * Fix a bug in message handling for code the change notify code.
+
+
+o Jelmer Vernooij <jelmer at samba.org>
+ * Properly cast array length in print functions.
+
+
+o Bo Yang <boyang at novell.com>
+ * Initialize the id_map status in idmap_ldap to avoid surprise.
+</pre>
+
+</body>
+</html>
Property changes on: trunk/history/samba-3.2.9.html
___________________________________________________________________
Name: svn:executable
+ *
Modified: trunk/index.html
===================================================================
--- trunk/index.html 2009-03-15 00:06:25 UTC (rev 1276)
+++ trunk/index.html 2009-03-31 12:49:24 UTC (rev 1277)
@@ -19,6 +19,18 @@
<h2>Current Release</h2>
+ <h4>31 March 2009</h4>
+ <p class="headline">Samba 3.2.9 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.9.tar.gz">downloaded
+ now</a>. A <a href="/samba/ftp/patches/patch-3.2.8-3.2.9.diffs.gz">patch against Samba 3.2.8</a>
+ 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>
<p class="headline">Samba 3.3.2 Available for Download</p>
More information about the samba-cvs
mailing list