summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2010-02-19 13:45:32 +0100
committerKarolin Seeger <kseeger@samba.org>2010-02-19 14:32:33 +0100
commit69d87ed8c1783975fe8d98b74576a7724eddfd61 (patch)
tree682e04a469978b90021332f014f08bc0f2398f82
parent61ca739e1b51af0ab935cfa56b75f88912a55899 (diff)
downloadsamba-69d87ed8c1783975fe8d98b74576a7724eddfd61.tar.gz
WHATSNEW: Update changes since 3.5.0rc2.samba-3.5.0rc3
Karolin (cherry picked from commit 8b05660b20058bad9fc9fb2336f7d2d3b513579c)
-rw-r--r--WHATSNEW.txt17
1 files changed, 13 insertions, 4 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 89510716441..1d99e4e31a7 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,7 +1,7 @@
- =============================
- Release Notes for Samba 3.5.0
- February 16, 2010
- =============================
+ ===============================
+ Release Notes for Samba 3.5.0rc3
+ February 19, 2010
+ ===============================
This is the third release candidate of Samba 3.5. This is *not*
@@ -134,6 +134,7 @@ Changes since 3.5.0rc2
o Jeremy Allison <jra@samba.org>
+ * BUG 6557: Fix vfs_full_audit.
* 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
@@ -147,6 +148,9 @@ o Jeremy Allison <jra@samba.org>
* BUG 7104: "wide links" and "unix extensions" are incompatible.
* BUG 7118: Fix nmbd problems with socket address.
* BUG 7122: Fix reading of large browselist.
+ * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
+ * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
+ value(s) error when "mangling method = hash"..
o Steven Danneman <steven.danneman@isilon.com>
@@ -154,7 +158,9 @@ o Steven Danneman <steven.danneman@isilon.com>
o Günther Deschner <gd@samba.org>
+ * BUG 6888: Fix printing with 64 bit clients.
* BUG 7130: Fix listing of printjobs in Windows 7.
+ * BUG 7148: Fix get_acl_blob in the acl_tdb VFS module.
o Björn Jacke <bj@sernet.de>
@@ -170,13 +176,16 @@ o Jeff Layton <jlayton@redhat.com>
o Volker Lendecke <vl@samba.org>
* BUG 7085: Fix an early release of the global lock that can cause data
corruption in libtdb.
+ * BUG 7139: Owner of file not available with Kerberos.
o Stefan Metzmacher <metze@samba.org>
+ * BUG 6888: Fix printing with 64 bit clients.
* BUG 7098: Fix results of 'smbclient -L' with a large browse list.
* BUG 7116: Add pdb_ldap performance fixes.
* BUG 7118: Add new "nmbd bind explicit broadcast" parameter.
* BUG 7119: Support large browselist.
+ * BUG 7140: Fix IPv4/IPv6 problems.
o Lars Müller <lars@samba.org>