Jeremy, with 9a5d5cc1db0ee60486f932e34cd7961b90c70a56 you alter the in negotiate...
[samba.git] / WHATSNEW.txt
index 5a90af926a926f224668ccf021d22f5d257f5aa4..4137597f386cb8ab222d723589013a6192e929bb 100644 (file)
@@ -1,56 +1,47 @@
                    ==============================
-                   Release Notes for Samba 3.2.1
-                           August 5, 2008
+                   Release Notes for Samba 3.2.11
+                          April 17, 2009
                    ==============================
 
-This is the second stable release of Samba 3.2.
 
-Major bug fixes included in Samba 3.2.1 are:
+This is a maintenance release of the Samba 3.2 series.
 
-  o
+Major enhancements in 3.2.11 include:
+
+    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.0
--------------------
+Changes since 3.2.10
+--------------------
 
 
 o   Jeremy Allison <jra@samba.org>
-    * BUG 5578: Fix error from strlcat.
-    * Ensure consistent use of pdb_get_nt_passwd instead of
-      pdb_get_lanman_passwd.
-    * Remove worrying warning message when safe_strcpy tries to copy a
-      pseaudo interface name that's too long.
-    * Canonicalize servername in the printer functions to remove leading
-      '\\' characters.
-
-
-o   Jim Brown <jim.brown@miami.edu>
-    * Fix SGI compiler warnings.
+    * 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>
-    * BUG 5570: Fix bogus error message during AD domain join.
-    * Fix build warning.
-
-
-o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
-    * BUG 5202: Fix setting of ACEs for users/groups with write access
-      in setups with 'dos filemode = yes'.
-    * Re-activate 'acl group control' parameter and make it only apply
-      to owning group.
-
+    * 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   Lars Müller <lars@samba.org>
-    * Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic.
 
+o   Volker Lendecke <vl@samba.org>
+    * Fix smbd crash for close_on_completion.
+    * Fix a memleak in an unlikely error path in change_notify_create().
 
-o   Darshan Purandare <dpurandare@isilon.com>
-    * Add broadcasting of the debug message to all winbindd children.
 
+o   Jim McDonough <jmcd@samba.org>
+    * Don't look up local user for remote changes, even when root.
 
 
 ######################################################################