Author: kseeger Date: 2010-01-07 02:04:08 -0700 (Thu, 07 Jan 2010) New Revision: 1352
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1352 Log: Announce Samba 3.4.4 Karolin Added: trunk/history/samba-3.4.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-12-25 21:40:27 UTC (rev 1351) +++ trunk/devel/index.html 2010-01-07 09:04:08 UTC (rev 1352) @@ -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.4.3</em> (<a -href="/samba/history/samba-3.4.3.html">release notes</a> and <a +<p>The latest production release is <em>Samba 3.4.4</em> (<a +href="/samba/history/samba-3.4.4.html">release notes</a> and <a href="/samba/download/">download</a>).</p> <p>With the release of Samba 3.4.0, the 3.3 series has been turned into Modified: trunk/header_columns.html =================================================================== --- trunk/header_columns.html 2009-12-25 21:40:27 UTC (rev 1351) +++ trunk/header_columns.html 2010-01-07 09:04:08 UTC (rev 1352) @@ -120,9 +120,9 @@ <div class="releases"> <h4>Current Stable Release</h4> <ul> - <li><a href="/samba/ftp/stable/samba-3.4.3.tar.gz">Samba 3.4.3 (gzipped)</a></li> - <li><a href="/samba/history/samba-3.4.3.html">Release Notes</a></li> - <li><a href="/samba/ftp/stable/samba-3.4.3.tar.asc">Signature</a></li> + <li><a href="/samba/ftp/stable/samba-3.4.4.tar.gz">Samba 3.4.4 (gzipped)</a></li> + <li><a href="/samba/history/samba-3.4.4.html">Release Notes</a></li> + <li><a href="/samba/ftp/stable/samba-3.4.4.tar.asc">Signature</a></li> </ul> <h4>Historical</h4> Modified: trunk/history/header_history.html =================================================================== --- trunk/history/header_history.html 2009-12-25 21:40:27 UTC (rev 1351) +++ trunk/history/header_history.html 2010-01-07 09:04:08 UTC (rev 1352) @@ -77,6 +77,7 @@ <div class="notes"> <h6>Release Notes</h6> <ul> + <li><a href="samba-3.4.4.html">samba-3.4.4</a></li> <li><a href="samba-3.4.3.html">samba-3.4.3</a></li> <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> Added: trunk/history/samba-3.4.4.html =================================================================== --- trunk/history/samba-3.4.4.html (rev 0) +++ trunk/history/samba-3.4.4.html 2010-01-07 09:04:08 UTC (rev 1352) @@ -0,0 +1,92 @@ +<!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.4.4 Available for Download</H2> + +<p> +<pre> + ============================= + Release Notes for Samba 3.4.4 + January 7, 2009 + ============================= + + +This is the latest stable release of Samba 3.4. + +Major enhancements in Samba 3.4.4 include: + + o Fix interdomain trust relationships with Win2008R2 (bug #6697). + o Fix Winbind crashes when queried from nss (bug #6889). + o Fix Winbind crash when retrieving empty group members (bug #7014). + o Fix "UID range full" error in Winbind (bug #6901). + o Fix multiple LDAP servers in "idmap backend" and "idmap alloc + backend" (bug #6910). + + +###################################################################### +Changes +####### + +Changes since 3.4.3 +------------------- + +o Michael Adam <[email protected]> + * BUG 6851: Add pdbedit --kickoff-time/-K to set the user's kickoff time. + * BUG 6901: Fix "UID range full" error in Winbind. + * BUG 6910: Fix multiple LDAP servers in "idmap backend" and "idmap alloc + backend". + + +o Jeremy Allison <[email protected]> + * BUG 6828: Fix infinite timeout when byte lock held outside of samba. + * BUG 6837: Fix "Too many open files" message when trying to access a large + number of files with Windows 7. + * BUG 6841: Fix "map acl inherit = yes". + * BUG 6867: Fix listing of directories with a lot of files. + * BUG 6875: Fix DOS attributes on OS/2 clients. + * BUG 6880: Fix listing of workgroup servers in libsmbclient. + * BUG 6898: Samba duplicates file content on appending. + * BUG 6939: Fix long filenames with "mangling method = hash". + * BUG 7005: Fix "mangle method = hash" truncates files with dot "." + character. + + +o Kai Blin <[email protected]> + * BUG 4832: Fix iconv checks. + + +o Günther Deschner <[email protected]> + * BUG 6697: Fix interdomain trust relationships with Win2008R2. + * BUG 6868: Support building with Heimdal we well as 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 enumprinter key client and server. + + +o Volker Lendecke <[email protected]> + * BUG 6338: Do not always display "none" in 'net rpc trustdom list'. + * BUG 6850: Fix shadow copy display on Windows 7. + * BUG 6981: Fix paged search with DirX LDAP server. + * BUG 6982: Remove erroneous out of memory error path in lookup_sid. + * BUG 6997: Fix _samr_GetAliasMembership for results with 0 rids. + + +o Jim McDonough <[email protected]> + * BUG 6967: Fix 'net ads join' with OU. + * BUG 7014: Fix Winbind crash when retrieving empty group members. + + +o Andrew Tridgell <[email protected]> + * BUG 6918: Fix krb5 build problem on Ubuntu karmic. +</pre> + +</body> +</html> Property changes on: trunk/history/samba-3.4.4.html ___________________________________________________________________ Added: svn:executable + * Modified: trunk/index.html =================================================================== --- trunk/index.html 2009-12-25 21:40:27 UTC (rev 1351) +++ trunk/index.html 2010-01-07 09:04:08 UTC (rev 1352) @@ -24,6 +24,20 @@ <h2>Latest News</h2> <!--#include virtual="/samba/news/headlines.html" --> + <h4><a name="latest">07 January 2010</a></h4> + <p class="headline">Samba 3.4.4 Available for Download</p> + + <p>This is the latest stable release of the Samba 3.4 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.4.4.tar.gz">downloaded now</a>. + See <a href="/samba/history/samba-3.4.4.html">the release notes + for more info</a>.</p> + A <a href="/samba/ftp/patches/patch-3.4.3-3.4.4.diffs.gz">patch against Samba 3.4.3</a> + is also available. See <a href="/samba/history/samba-3.4.4.html"> + the release notes for more info</a>.</p> + <h4>25 December 2009</h4> <p class="headline">Samba Team Blog #3</p> @@ -62,7 +76,7 @@ found in the <a href="/samba/ftp/Binary_Packages/">Binary_Packages download area</a>.</p> - <h4><a name="latest">29 October 2009</a></h4> + <h4>29 October 2009</h4> <p class="headline">Samba 3.4.3 Available for Download</p> <p>This is the latest stable release of the Samba 3.4 series.</p>
