Add my changes to WHATSNEW.
[ira/wip.git] / WHATSNEW.txt
index de8df4b0068bf7f7363598dec3edbef87ed7725e..bcdf56c166ab6427a07aae972e55151259254710 100644 (file)
@@ -22,6 +22,7 @@ Major enhancements in Samba 3.2.0 include:
   o Introduction of a registry based configuration system.
   o Improved CIFS Unix Extensions support.
   o Experimental support for file serving clusters.
+  o Support for storing alternate data streams in xattrs
 
 
   Winbind and Active Directory Integration:
@@ -50,7 +51,7 @@ Now Licensed under the GNU GPLv3
 The Samba Team has adopted the Version 3 of the GNU General Public
 License for the 3.2 and later releases.   The GPLv3 is the updated
 version of the GPLv2 license under which Samba is currently
-distributed. It has been updated to improvecompatibility with other 
+distributed. It has been updated to improve compatibility with other
 licenses and to make it easier to adopt internationally, and is an 
 improved version of the license to better suit the needs of Free
 Software in the 21st Century.
@@ -119,7 +120,12 @@ smb.conf changes
 
 Changes since 3.2.0pre1:
 -----------------------
-
+o   Kai Blin <kai@samba.org>
+    * Added support for an SMB_CONF_PATH environment variable
+      containing the path to smb.conf.
+    * Various fixes to ntlm_auth.
+    * make test now supports more extensive SPOOLSS testing using vlp.
+    * Correctly handle mixed-case hostnames in NTLMv2 authentication.
 
 Original 3.2.0pre1 commits:
 ---------------------------
@@ -162,7 +168,7 @@ o   Gerald (Jerry) Carter <jerry@samba.org>
       using remote idmap backends.
     * Fix LookupNames and LookupSids to use the same resolution
       heuristics as Windows XP.
-    * Fix lockups in Winbind when running nscd.
+    * Fix lookups in Winbind when running nscd.
     * UPN logon support in pam_winbind.
     * Add support for GNU linker scripts when build shared libraries
       (based on work by Julien Cristau <jcristau@debian.org> and James 
@@ -195,6 +201,10 @@ o   Volker Lendecke <vl@samba.org>
     * Remove static incoming and outgoing buffers from core server SMB 
       packet processing code.
     * Add "net sam rights" command.
+    * Support for storing xattrs in tdb files
+    * Support for storing alternate data streams in xattrs
+    * Implement a generic in-memory cache based on rb-trees
+    * Add implicit temporary talloc contexts via talloc_stack()
 
 
 o   Steve French <sfrench@samba.org>
@@ -225,6 +235,10 @@ o   Jiri Sasek <Jiri.Sasek@Sun.COM>
 o   Karolin Seeger <ks@sernet.de>
     * Add deletelocalgroup and unmapunixgroup subcommand to "net sam".
     * Cleanup internal passdb functions.
+    * Improve error messages of net subcommands.
+    * Add 'net rap file user'.
+    * Change LDAP search filter to find machine accounts which
+      are not located in the user suffix.
 
 
 o   Simo Sorce <idra@samba.org>