WHATSNEW: Update changes since 3.2.0rc2.
[tprouty/samba.git] / WHATSNEW.txt
index 9555030d8cef1fc1c9316ff2874882c62675fd48..496289d8d2056dd9f9a60ed0fbe5d414f62cdfd3 100644 (file)
@@ -1,9 +1,9 @@
                    =================================
-                   Release Notes for Samba 3.2.0rc2
-                             June 10, 2008
+                   Release Notes for Samba 3.2.0rc3
+                             July 1, 2008
                    =================================
 
-This is the second release candidate of Samba 3.2.0.  This is *not*
+This is the third 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/.
@@ -209,6 +209,57 @@ smb.conf changes
     New special meaning of "include = registry".
 
 
+Changes since 3.2.0rc2:
+-----------------------
+
+
+o   Jeremy Allison <jra@samba.org>
+    * BUG 5531: Fix conversion of ns units when converting
+      from nttime to timespec.
+    * BUG 5533: Fix handling of workgroup names containing a '.' in Winbindd.
+
+
+o   Michael Adam <obnox@samba.org>
+    * BUG 5548: Fix segfaults in handle_include with %m macro expansion.
+
+
+o   Volker Lendecke <vl@samba.org>
+    * BUG 5500: Add missing become_root to enable access to LDAP DB.
+    * Fix coverity IDs 464, 474.
+    * Fix an uninitialized variable found by the IBM checker.
+    * Fix group parsing in libwbclient's copy_group_entry().
+    * Fix max_fd calculation in event_loop_once.
+    * Fix warnings on Fedory Core 9.
+    * Fix several memleaks.
+    * Fix a segfaults in wbcLookupRids.
+    * Fix a brown segfault in clitar
+    * Fix the build on FreeBSD 4.6.2 and Darwin.
+    * Fix a double-closedir() in form_junctions().
+    * Fix a crash in _dfs_Enum.
+
+
+o   Günther Deschner <gd@samba.org>
+    * BUG 5542: Fix empty passwords of samsync.
+
+
+o   William Jojo <jojowil@hvcc.edu>
+    * Fix several AIX build issues.
+    * Add -brtl to the AIX linker flags.
+
+
+o   John H Terpstra <jht@samba.org>
+    * Fix net help info.
+    * Add documentation for TDB file.
+
+
+o   Bo Yang <boyang@novell.com>
+    * Fix update of cached credentials during password change in pam_winbind.
+
+
+o   Christoph Zauner <christoph.zauner@sernet.de>
+    * Fix several typos in the man pages and the Samba3 HowTo Collection.
+
+
 Changes since 3.2.0rc1:
 -----------------------
 
@@ -221,10 +272,19 @@ o   Jeremy Allison <jra@samba.org>
     * 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>
@@ -234,6 +294,22 @@ o   Björn Jacke <bj@sernet.de>
 
 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>