s3:libsmb: fix make proto after krb5 fixes
[obnox/samba-ctdb.git] / WHATSNEW.txt
index 0028a05ec98a1398d88b2ea65c1b1c2ae659b35e..4137597f386cb8ab222d723589013a6192e929bb 100644 (file)
@@ -1,30 +1,47 @@
                    ==============================
-                   Release Notes for Samba 3.2.5
-                        November, 27 2008
+                   Release Notes for Samba 3.2.11
+                          April 17, 2009
                    ==============================
 
 
-This is a security release in order to address CVE-2008-4314 ("Potential leak of
-arbitrary memory contents").
+This is a maintenance release of the Samba 3.2 series.
 
-   o CVE-2008-4314
-     Samba 3.0.29 to 3.2.4 can potentially leak
-     arbitrary memory contents to malicious
-     clients.
+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.
 
-The original security announcement for this and past advisories can
-be found http://www.samba.org/samba/security/
 
 ######################################################################
 Changes
 #######
 
-Changes since 3.2.4
--------------------
+Changes since 3.2.10
+--------------------
+
+
+o   Jeremy Allison <jra@samba.org>
+    * 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 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>
-    * Fix for CVE-2008-4314.
+    * Fix smbd crash for close_on_completion.
+    * Fix a memleak in an unlikely error path in change_notify_create().
+
+
+o   Jim McDonough <jmcd@samba.org>
+    * Don't look up local user for remote changes, even when root.
 
 
 ######################################################################