summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-03-11 08:59:10 +0100
committerKarolin Seeger <kseeger@samba.org>2009-03-11 09:00:23 +0100
commit518b825b570d1678d4221bd0ecb9c45a7f651813 (patch)
tree6e01dc217bdaf6641022868f05fcef53bab6a3df /WHATSNEW.txt
parent54ca4cc63c5364bcfb48a1a31812b4b1fc51ac44 (diff)
downloadsamba-518b825b570d1678d4221bd0ecb9c45a7f651813.tar.gz
samba-518b825b570d1678d4221bd0ecb9c45a7f651813.tar.xz
samba-518b825b570d1678d4221bd0ecb9c45a7f651813.zip
WHATSNEW: Update changes.
Karolin (cherry picked from commit eeaf0cb1572fff27df732714ddc192db2c8f9aff)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 06b96248c6c..da078b79306 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,6 +1,6 @@
=============================
Release Notes for Samba 3.3.2
- March, 09 2009
+ March, 12 2009
=============================
This is the latest bugfix release release of the Samba 3.3 series.
@@ -8,6 +8,7 @@ This is the latest bugfix release release of the Samba 3.3 series.
Major enhancements in Samba 3.3.2 include:
* Fix "force group" (bug #6155).
+ * Fix saving of files on Samba share using MS Office 2007 (bug #6160).
* Fix guest authentication in setups with "security = share" and
"guest ok = yes" when Winbind is running.
* Fix corruptions of source path in tar mode of smbclient (bug #6161).
@@ -26,7 +27,7 @@ o Jeremy Allison <jra@samba.org>
* BUG 6082: Fix renaming and deleting of directories using Windows clients.
* BUG 6154: Make ZFS honor admin users.
* BUG 6155: Fix "force group".
- * BUG 6160: Fix saving of files on Samba share using MS Office 2007
+ * BUG 6160: Fix saving of files on Samba share using MS Office 2007.
* BUG 6161: Fix corruptions of source path in tar mode of smbclient.
* Fix some NetBSD warnings.
* Fix bug in processing of open modes in POSIX open.
@@ -57,10 +58,14 @@ o Björn Jacke <bj@sernet.de>
o Volker Lendecke <vl@samba.org>
* BUG 6124: Fix the build on IRIX.
+ * Add a vfs_preopen module to hide fs latencies.
+ * Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog.
+ * Fix a valgrind error / segfault in dns_register_smbd().
o Stefan Metzmacher <metze@samba.org>
* Fix build on SLES8.
+ * Decremented by 1 for ntcancel requests.
o Tim Prouty <tprouty@samba.org>