WHATSNEW: Add changes since 3.5.0rc2.
authorKarolin Seeger <kseeger@samba.org>
Tue, 9 Feb 2010 14:28:33 +0000 (15:28 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 10 Feb 2010 10:08:41 +0000 (11:08 +0100)
Karolin
(cherry picked from commit e504f6c153854016e879a6af3bcffbab7c5652af)

WHATSNEW.txt

index c8739cc4a3644d7a60834353f70ddba435049642..2251b063728d17bbea3a03137e02cd8d6c0a81df 100644 (file)
@@ -1,12 +1,11 @@
-                   ================================
-                   Release Notes for Samba 3.5.0rc2
-                          January 26, 2010
-                   ================================
+                   =============================
+                   Release Notes for Samba 3.5.0
+                         February 16, 2010
+                   =============================
+
+
+This is the first stable release of Samba 3.5.
 
-This is the second release candidate of Samba 3.5.  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/.
 
 Major enhancements in Samba 3.5.0 include:
 
@@ -127,6 +126,58 @@ o   Stefan Metzmacher <metze@samba.org>
     * Implement the new SMB2 protocol (experimental).
 
 
+Changes since 3.5.0rc2
+----------------------
+
+
+o   Jeremy Allison <jra@samba.org>
+    * BUG 6876: Fix duplicate initializer in the rmdir module.
+    * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
+    * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
+      Linux asynchronous IO (aio).
+    * BUG 7069: Fix 'smbget' error status.
+    * BUG 7072: Fix unlocking of accounts from ldap.
+    * BUG 7079  Cliconnect gets realm wrong with trusted domains.
+    * BUG 7081: Fix vfs_expand_msdfs.
+    * BUG 7084: Fix storing of create time on directories in an EA in new
+      create time code.
+    * BUG 7104: "wide links" and "unix extensions" are incompatible.
+
+
+o   Steven Danneman <steven.danneman@isilon.com>
+    * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
+
+
+o   Björn Jacke <bj@sernet.de>
+    * BUG 7103: Fix build issue on Tru64.
+    * Fix some wrong newlines in de translation strings.
+
+
+o   Volker Lendecke <vl@samba.org>
+    * BUG 7085: Fix an early release of the global lock that can cause data
+      corruption in libtdb.
+
+
+o   Stefan Metzmacher <metze@samba.org>
+    * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
+    * BUG 7119: Support large browselist.
+
+
+o   Lars Müller <lars@samba.org>
+    * BUG 7071: Fix build of 'smbfilter'.
+    * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
+    * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
+
+
+o   Olivier Sessink <olivier@virtscano.fakenet>
+    * BUG 7076: Fix build of vfs_scannedonly on AIX.
+
+
+o   Bo Yang <boyang@samba.org>
+    * BUG 7106: Fix malformed require_membership_of_sid.
+
+
+
 Changes since 3.5.0rc1
 ----------------------