s3: Fix a 100% CPU loop when ctdbd dies during a traverse
[obnox/samba-ctdb.git] / WHATSNEW.txt
index 12959de9665587668fc3ebd56d01b7e8e0e0e27b..4137597f386cb8ab222d723589013a6192e929bb 100644 (file)
@@ -1,98 +1,47 @@
                    ==============================
-                   Release Notes for Samba 3.2.4
-
+                   Release Notes for Samba 3.2.11
+                          April 17, 2009
                    ==============================
 
-This is a bug fix release of the Samba 3.2 series.
 
-Major bug fixes included in Samba 3.2.4 are:
+This is a maintenance release of the Samba 3.2 series.
+
+Major enhancements in 3.2.11 include:
 
-  o Fix changing of machine account passwords.
-  o Fix non guest connections to shares when "security = share"
-    is used.
+    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.3
--------------------
-
-
-o   Michael Adam <obnox@samba.org>
-    * BUG 5590: Fix binary stripping on older OS.
-    * BUG 5492: Fix RHEL SPEC file by removing libmsrpc stuff.
-    * BUG 5507: Fix several issues in the RHEL SPEC file.
-    * Fix linking of cifs.upcall when nscd_flush_cache() is found.
+Changes since 3.2.10
+--------------------
 
 
 o   Jeremy Allison <jra@samba.org>
-    * BUG 5052: Allow inheritable permissions.
-    * BUG 5697: Fix spinning of nmbd in reload_interfaces when only loopback
-      has an IPv4 address.
-    * BUG 5698: Fix non guest connections to shares when "security = share"
-      is used.
-    * BUG 5729: Explicitly allow "-valid".
-    * BUG 5745: Fix Kerberos authentication with (lib)smbclient.
-    * Fix the wcache_invalidate_samlogon calls.
-    * Add st_birthtime and friends for accurate create times on *BSD and MacOSX.
-    * Clarify usage of "force create mode".
-    * Write times code update.
-
-
-o   Gerald (Jerry) Carter <jerry@samba.org>
-    * Fix Winbind crash.
-
-
-o   Steven Danneman <steven.danneman@isilon.com>
-    * Cleanup of DC enumeration in get_dcs().
+    * 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 5710: Fix changing of machine account passwords.
-    * Fix several build warnings.
-    * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
-
-
-o   James Ding <ding_cc@hotmail.com>
-    * BUG 5736: Fix Winbind crash bug with trusted domains.
-
-
-o   Ephi Dror <Ephi.Dror@datadomain.com>
-    * Correct the netsamlogon_clear_cached_user function.
-
-
-o   Jeff Layton <jlayton@redhat.com>
-    * Fix handling of MSKRB5 OID in cifs.upcall.
-    * Fix build warning in cifs.upcall.
-
-
-o   Volker Lendecke <vl@sernet.de>
-    * BUG 5707: Do proper error handling if the socket is closed.
-    * Fix calculation of useable_space for trans2 and nttrans replies.
-    * Fix Coverity ID 587.
-    * Add mapping of generic bits when setting an NFSv4 ACL.
-
-
-o   Stefan Metzmacher <metze@samba.org>
-    * Some write time fixes.
-
-
-o   David Leonard <David.Leonard@quest.com>
-    * BUG 4516: No IPv6 on Solaris 2.6.
+    * 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   Andrew Tridgell <tridge@samba.org>
-    * Avoid a race condition in glibc between AIO and setresuid().
-    * Add missing become root for AIO operations.
-    * Fix logic of tsmsm_sendfile().
-    * Fix an errno handling bug that could lead to an infinite loop.
-    * Fix handling of arbitrary new PAC types.
+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   Qiao Yang <geoyang@ironport.com>
-    * Fix a memleak.
+o   Jim McDonough <jmcd@samba.org>
+    * Don't look up local user for remote changes, even when root.
 
 
 ######################################################################