WHATSNEW: Update changes since 3.2.0rc1.
[tprouty/samba.git] / WHATSNEW.txt
index 2ad51d2466548ece6ded6837782dec5ad6d5e8ba..6085d7156848708e128db6ec37700a2632bd4959 100644 (file)
@@ -1,9 +1,9 @@
                    =================================
-                   Release Notes for Samba 3.2.0rc1
-                               May 23, 2008
+                   Release Notes for Samba 3.2.0rc2
+                             June 10, 2008
                    =================================
 
-This is the first release candidate of Samba 3.2.0.  This is *not*
+This is the second release candidate of Samba 3.2.0.  This is *not*
 intended for production environments and is designed for testing
 purposes only.  Please report any defects via the Samba bug reporting
 system at https://bugzilla.samba.org/.
@@ -191,22 +191,94 @@ smb.conf changes
     clustering                         New             No
     cluster addresses                  New             ""
     config backend                     New             file
-    ctdb socket                                New             ""
+    ctdbd socket                       New             ""
     debug class                                New             No
     lanman auth                                Changed Default No
+    ldap connection timeout            New             2
     ldap debug level                   New             0
     ldap debug threshold               New             10
-    mangle map                         Removed
+    mangled map                                Removed
     min receive file size              New             0
     open files database hashsize       Removed
     read bmpx                          Removed
     registry shares                    New             No
+    smb encrypt                                New             Auto
     winbind expand groups              New             1
     winbind rpc only                   New             No
 
     New special meaning of "include = registry".
 
 
+Changes since 3.2.0rc1:
+-----------------------
+
+
+o   Jeremy Allison <jra@samba.org>
+    * BUG 5504: Fix behaviour of winbindd children receiving a SIGTERM.
+    * BUG 5489: Split the winbindd_passdb backend into a 'builtin' and a 'sam'.
+    * Security fix for CVE-2008-1105.
+    * Fix valgrind bug in debug statement.
+    * Make sure we take account of the large read/write SMB headers as
+      well as the buffer space when allocating cli buffers for large
+      read/write.
+    * Fix tag as a goto target we were not reinitializing the array counts.
+
+
+o   Steven Danneman <sdanneman@isilon.com>
+    * BUG 5451: Fix for using the correct machine domain when looking up trust
+      credentials in our tdb.
+    * Fix spnego SPN when contacting trusted domains.
+
+
+o   Günther Deschner <gd@samba.org>
+    * BUG 5285: Fix libcap header mismatch.
+    * Fix pam_sm_chauthtok for storing modified cached creds.
+    * Fix joining issue in setups with "config backend = registry".
+
+
+o   Björn Jacke <bj@sernet.de>
+    * BUG 4544: Add new parameter 'ldap connection timeout' to prevent
+      waiting for TCP connection timeouts if no LDAP server is available.
+
+
+o   Volker Lendecke <vl@samba.org>
+    * BUG 5502: Fix security=server.
+    * Fix coverity IDs 552, 553, 570, 571, 572.
+    * Fix the compile on NetBSD.
+    * Shrink ldbtools.
+
+
+o   Jim McDonough <jmcd@samba.org>
+    * Fix reset of password last set time just because the expired flag
+      is set to 0.
+
+
+o   Stefan Metzmacher <metze@samba.org>
+    * Remove support for symbol versioning in shared libraries.
+      For more information, please have a look at the disussion on
+      samba-technical starting with
+      http://lists.samba.org/archive/samba-technical/2008-June/059511.html.
+    * Fix autogen for autoconf 2.62.
+
+
+o   Marc VanHeyningen <marc.vanheyningen@isilon.com>
+    * Fix memory leak.
+
+
+o   Andreas Schneider <anschneider@suse.de>
+    * BUG 5515: Fix empty input fields in SWAT.
+    * BUG 5516: Fix saving of the config file in SWAT.
+
+
+o   Bo Yang <boyang@novell.com>
+    * Fix winbindd trusted domain child not keeping primary domain
+      online status up to date.
+
+
+o   Chere Zhou <chere.zhou@isilon.com>
+    * Fix memory leaks. 
+
+
 Changes since 3.2.0pre3:
 -----------------------
 
@@ -232,7 +304,9 @@ o   Alexander Bokovoy <ab@samba.org>
 
 
 o   Günther Deschner <gd@samba.org>
+    * BUG 5453: Fix winbindd and smbd crash when dsgetdcname is used.
     * BUG 5465: Fix joining with createcomputer=ou1/ou2/ou3.
+    * BUG 5461: Fix issue with Citrix on Samba DCs with more than 900 groups.
     * Fix wins null pointer crash in nss_wins module.
     * Fix lm session key length in _netr_LogonSamLogon.
     * Add -f switch for DsGetDCName() example and be more verbose on output.
@@ -275,6 +349,13 @@ o   Volker Lendecke <vl@samba.org>
     * Fix dfs_Enum: In form_junctions, correctly check for malloc failure.
 
 
+o   Stefan Metzmacher <metze@samba.org>
+    * BUG 5443: Fix build on HP-UX.
+    * Add support for symbol versioning in shared libraries (can be
+      disabled with --disable-sysmbol-versioning).
+    * Add new function wbcLibraryDetails() to libwbclient.
+
+
 o   Tim Prouty <tim.prouty@isilon.com>
     * Cleanup size_t return values in convert_string_allocate.