Author: jerry Date: 2008-07-10 21:06:43 +0000 (Thu, 10 Jul 2008) New Revision: 1207
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1207 Log: Announce 3.0.31. Added: trunk/history/samba-3.0.31.html Modified: trunk/header_columns.html trunk/index.html Changeset: Modified: trunk/header_columns.html =================================================================== --- trunk/header_columns.html 2008-07-04 15:04:57 UTC (rev 1206) +++ trunk/header_columns.html 2008-07-10 21:06:43 UTC (rev 1207) @@ -137,9 +137,9 @@ <h4>Historical</h4> <ul> - <li><a href="/samba/ftp/stable/samba-2.2.12.tar.gz">Samba 2.2.12 (gzipped)</a></li> - <li><a href="/samba/history/samba-2.2.12.html">Release Notes</a></li> - <li><a href="/samba/ftp/stable/samba-2.2.12.tar.asc">Signature</a></li> + <li><a href="/samba/ftp/stable/samba-3.0.31.tar.gz">Samba 3.0.31 (gzipped)</a></li> + <li><a href="/samba/history/samba-3.0.31.html">Release Notes</a></li> + <li><a href="/samba/ftp/stable/samba-3.0.31.tar.asc">Signature</a></li> </ul> <h4>Maintenance</h4> Added: trunk/history/samba-3.0.31.html =================================================================== --- trunk/history/samba-3.0.31.html 2008-07-04 15:04:57 UTC (rev 1206) +++ trunk/history/samba-3.0.31.html 2008-07-10 21:06:43 UTC (rev 1207) @@ -0,0 +1,142 @@ +<!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.0.31 Available for Download</H2> + +<p> +<pre> + =============================== + Release Notes for Samba 3.0.31 + July 10, 2008 + =============================== + +This is a bug fix release of the Samba 3.0 production series +and is the version that servers should be run for all current +Samba 3.0 bug fixes. + +User visible bug fixes in this release include: + + o Correct issues with running Winbind runing on a Samba PDC. + o Problems with trusted Windows 2008 domains. + o Difficulty joining an NT4 or Windows 2000 AD domain. + + +###################################################################### +Changes +####### + +Changes since 3.0.30 +-------------------- + +o Jeremy Allison <[EMAIL PROTECTED]> + * BUG 5504: Fix SIGTERM handling in Winbind children so that they + do not remove the unix domain socket used to field client requests. + * Split the winbindd_passdb backend into a 'builtin' and a 'sam' + backend. + * When allocating client buffers for large read/write - make sure we + take account of the large read/write SMB headers as well as the buffer + space. + * Memory leak fixes in DC location code. + * BUG 5533: Winbindd fails to cope correctly with a workgroup name + containing a '.' + * BUG 5555: Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine + account logon. + * BUG 5551: smbd recursing back into winbindd from a winbindd call. + * Fix usage message for "net rpc trustdom add". + * Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd. + * BUG 5578: Bad (non-Samba) use of strlcat gives error. + * Canonicalize servername in the printer functions to remove leading '\\' + characters. + + +o Alexander Bokovoy <[EMAIL PROTECTED]> + * Documentation build fixes. + * [DOCS] Fix use of smbconfoption in samba.entities. + + +o Gerald (Jerry) Carter <[EMAIL PROTECTED]> + * Return NULL in sitename_fetch() if gencache_init() fails. + + +o Steven Danneman <[EMAIL PROTECTED]> + * Use machine account and machine password from our domain when + contacting trusted domains. + * SPNEGO SPN fix when contacting trusted domains. + + +o Guenther Deschner <[EMAIL PROTECTED]> + * BUG 5285: Fix libcap header mismatch. + * Fix joining NT4 domains. + * Don't let winbind getgroups crash when we have no gids in the + token. + * Fallback to level 24 pwd set while joining. + * Fix joining w2k domains in "security = ads". + * Fix pam_sm_chauthtok for storing modified cached creds. + + +o SATOH Fumiyasu <[EMAIL PROTECTED]> + * BUG 5202: Re-activate "acl group control" parameter and make it + only apply to owning group. + + +o <[EMAIL PROTECTED]> + * BUG 5531: Fix conversion of ns units when converting from + nttime to timespec. + + +o Volker Lendecke <[EMAIL PROTECTED]> + * BUG 4974: Map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENT in libsmbclient. + * Fix a segfault in base64_encode_data_blob. + + +o William Jojo <[EMAIL PROTECTED]> + * AIX build fixes. + + +o Herb Lewis <[EMAIL PROTECTED]> + * ENODATA is not defined in freeBSD 4.6.2. + + +o Jim McDonough <[EMAIL PROTECTED]> + * Don't reset password last set time just because the expired flag + is set to 0. + + +o Karolin Seeger <[EMAIL PROTECTED]> + * Fix usage message for 'net idmap dump'. + * Miscellaneous man page fixes. + * BUG 4203: Samba3-HOWTO: Add improvements/fixes submitted by Pete Boyd. + + +o John H Terpstra <[EMAIL PROTECTED]> + * Fixes to man pages. + * Add tdb file documentation. + + +o Bo Yang <[EMAIL PROTECTED]> + * Ensure that winbindd trusted domain children keep primary domain online + status up to date. + * Update cached creds during password change. + * Ensure that Winbind always uses set_domain_offline() to mark a domain + offline. + * Allow authentication and memory credential refresh after password change + from gdm/xdm. + + +o Chere Zhou <[EMAIL PROTECTED]> + * Memory leak fixes. +</pre> + +<p>Please refer to the original <a href="/samba/history/samba-3.0.30.html">Samba +3.0.30 Release Notes</a> for more details regarding changes i +previous releases.</p> +</body> +</html> + Property changes on: trunk/history/samba-3.0.31.html ___________________________________________________________________ Name: svn:executable + * Modified: trunk/index.html =================================================================== --- trunk/index.html 2008-07-04 15:04:57 UTC (rev 1206) +++ trunk/index.html 2008-07-10 21:06:43 UTC (rev 1207) @@ -19,6 +19,20 @@ <h2>Current Release</h2> + + <h4><a name="stable">10 July 2008</a></h4> + <p class="headline">Samba 3.0.31 Available for Download</p> + + <p>This is the latest bug fix release for Samba 3.0 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.0.31.tar.gz">downloaded + now</a>. A <a href="/samba/ftp/patches/patch-3.0.30-3.0.31.diffs.gz">patch against Samba 3.0.30</a> + is also available. See <a href="/samba/history/samba-3.0.31.html">the + release notes for more info</a>.</p> + + <h4><a name="latest">1 July 2008</a></h4> <p class="headline">Samba 3.2.0 Available for Download</p>
