Author: kseeger Date: 2008-07-01 15:28:41 +0000 (Tue, 01 Jul 2008) New Revision: 1199
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1199 Log: Announce Samba 3.2.0 Karolin Added: trunk/history/samba-3.2.0.html Modified: trunk/index.html Changeset: Copied: trunk/history/samba-3.2.0.html (from rev 1197, trunk/history/samba-3.0.30.html) =================================================================== --- trunk/history/samba-3.0.30.html 2008-06-11 18:36:47 UTC (rev 1197) +++ trunk/history/samba-3.2.0.html 2008-07-01 15:28:41 UTC (rev 1199) @@ -0,0 +1,62 @@ +<!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.0 Available for Download</H2> + +<p> +<pre> + ============================== + Release Notes for Samba 3.2.0 + July 1, 2008 + ============================== + +This is the first stable release of Samba 3.2.0. + +Please be aware that Samba is now distributed under the version 3 +of the new GNU General Public License. You may refer to the COPYING +file that accompanies these release notes for further licensing details. + +Major enhancements in Samba 3.2.0 include: + + File Serving: + o Use of IDL generated parsing layer for several DCE/RPC + interfaces. + o Removal of the 1024 byte limit on pathnames and 256 byte limit on + filename components to honor the MAX_PATH setting from the host OS. + o Introduction of a registry based configuration system. + o Improved CIFS Unix Extensions support. + o Experimental support for file serving clusters. + o Support for IPv6 in the server, and client tools and libraries. + o Support for storing alternate data streams in xattrs. + o Encrypted SMB transport in client tools and libraries, and server. + o Support for Vista clients authenticating via Kerberos. + + Winbind and Active Directory Integration: + o Full support for Windows 2003 cross-forest, transitive trusts + and one-way domain trusts. + o Support for userPrincipalName logons via pam_winbind and NSS + lookups. + o Expansion of nested domain groups via NSS calls. + o Support for Active Directory LDAP Signing policy. + o New LGPL Winbind client library (libwbclient.so). + o Support for establishing interdomain trust relationships with + Windows 2008. + + Joining: + o New NetApi library for domain join related queries (libnetapi.so) + and example GTK+ Domain join gui. + o New client and server support for remotely joining and unjoining + Domains. + o Support for joining into Windows 2008 domains. +</pre> + +</body> +</html> + Modified: trunk/index.html =================================================================== --- trunk/index.html 2008-06-30 08:14:30 UTC (rev 1198) +++ trunk/index.html 2008-07-01 15:28:41 UTC (rev 1199) @@ -19,8 +19,22 @@ <h2>Current Release</h2> + <h4><a name="latest">1 July 2008</a></h4> + <p class="headline">Samba 3.2.0 Available for Download</p> - <h4><a name="latest">10 June 2008</a></h4> + <p>This is the first stable release of Samba 3.2.0. + + <p>Please be aware that Samba is now distributed under version 3 + of the new GNU General Public License. You may refer to the COPYING + file that accompanies the release source for further licensing details.</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.2.0.tar.gz">downloaded + now</a>. See <a href="/samba/history/samba-3.0.2.html">the + release notes for more info</a>.</p> + + <h4>10 June 2008</h4> <p class="headline">Samba 3.2.0rc2 Available for Download</p> <p>This is the second release candidate of Samba 3.2.0. This is *not*
