Add my changes to WHATSNEW.
[ira/wip.git] / WHATSNEW.txt
index 3390256f81fde160858a582ff105ed16e0986950..bcdf56c166ab6427a07aae972e55151259254710 100644 (file)
@@ -51,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.
@@ -120,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:
 ---------------------------
@@ -163,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 
@@ -230,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>