Jeremy, with 9a5d5cc1db0ee60486f932e34cd7961b90c70a56 you alter the in negotiate...
[samba.git] / WHATSNEW.txt
index a10605acbf49774ba658135e8e99949033257b27..4137597f386cb8ab222d723589013a6192e929bb 100644 (file)
@@ -1,70 +1,47 @@
                    ==============================
-                   Release Notes for Samba 3.2.2
-
+                   Release Notes for Samba 3.2.11
+                          April 17, 2009
                    ==============================
 
-This is the third stable release of Samba 3.2.
 
-Major bug fixes included in Samba 3.2.2 are:
+This is a maintenance release of the Samba 3.2 series.
+
+Major enhancements in 3.2.11 include:
 
-  o Fix removal of dead records in tdb files. This can lead to very large
-    tdb files and to overflowing partitions as a consequence on systems
-    running an nmbd daemon.
+    o Fix domain logins for WinXP clients pre SP3 (bug #6263).
+    o Fix samr_OpenDomain access checks (bug #6089).
+    o Fix smbd crash for close_on_completion.
 
 
 ######################################################################
 Changes
 #######
 
-Changes since 3.2.1
--------------------
-
-
-o   Michael Adam <obnox@samba.org>
-    * Fix replacement of random seed generator.
-    * Fix a race condition in idmap_tdb2_allocate_id().
-    * Fix unix_convert() for "*" after changing map_nt_error_from_unix().
-    * Make sure to always set errno on error path in OpenDir.
+Changes since 3.2.10
+--------------------
 
 
 o   Jeremy Allison <jra@samba.org>
-    * BUG 5675: Fix smbspool program assuming Kerberos authentication by
-      mistake.
-    * BUG 5686: Fix segfaults in libsmbclient.
-    * Several build fixes.
-
-
-o   Andrew Bartlett <abartlet@samba.org>
-    * Include stdlib.h to get a prototype for free().
-
-
-o   Yannick Bergeron <yaberger@ca.ibm.com>
-    * Solve an IBM XL C/C++ compiler error encountered in get_exit_code()
-      auth_errors array initialization in client/smbspool.c.
-    * Use NGROUPS_MAX instead of 32 for the max group value in
-      rep_initgroups().
+    * BUG 6089: Fix samr_OpenDomain access checks.
+    * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with
+      "msdfs root" set to "yes".
+    * Allow pdbedit to change a user rid/sid.
+    * When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
 
 
 o   Günther Deschner <gd@samba.org>
-    * Fix build warning.
-    * Add add c++ guard to netapi.
+    * BUG 6205: Correct sample smb.conf share configuration.
+    * BUG 6263: Fix domain logins for WinXP clients pre SP3.
+    * Fix resume command typo for "printing = vlp".
 
 
 o   Volker Lendecke <vl@samba.org>
-    * BUG 5684: Fix removal of dead records in tdb files.
-    * Fix smb_len calculation for chained requests.
-
-
-o   Herb Lewis <herb@samba.org>
-    * Fix output of test status.
+    * Fix smbd crash for close_on_completion.
+    * Fix a memleak in an unlikely error path in change_notify_create().
 
 
-o   Andrew Tridgell <tridge@samba.org>
-    * Fix a fd leak when trying to regain contact to a domain controller
-      in Winbind.
-    * Fix permissions on ctdb databases.
-    * Fix passing back success when a function had in fact failed in two
-      places.
+o   Jim McDonough <jmcd@samba.org>
+    * Don't look up local user for remote changes, even when root.
 
 
 ######################################################################