summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald (Jerry) Carter <jerry@samba.org>2008-01-15 10:45:53 -0600
committerGerald (Jerry) Carter <jerry@samba.org>2008-01-15 10:45:53 -0600
commit64e5f2fd8033b14d84d468fde32ac220d82aedb8 (patch)
treec3ef68f531b2d59640fd34ed2c7dd8008ed419d4 /WHATSNEW.txt
parent7ff128ef03ed03e6b9ce17642cda793255f17c0e (diff)
downloadsamba-64e5f2fd8033b14d84d468fde32ac220d82aedb8.tar.gz
samba-64e5f2fd8033b14d84d468fde32ac220d82aedb8.tar.bz2
samba-64e5f2fd8033b14d84d468fde32ac220d82aedb8.zip
Add notes from Michael Adam for the commit log in release notes
(This used to be commit 04e0460c7e4adfe29a8c788e1912129c4c0c7e62)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 53a1c84ab4..86f8ad94e2 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -109,6 +109,7 @@ smb.conf changes
client plaintext auth Changed Default No
clustering New No
cluster addresses New ""
+ debug class New No
ctdb socket New ""
lanman auth Changed Default No
mangle map Removed
@@ -124,10 +125,18 @@ Changes since 3.2.0pre1:
-----------------------
o Michael Adam <obnox@samba.org>
- * Add vfs_zfsacl plugin.
+ * Add library for access to the registry configuration data.
+ * BUG 5023: Separate NFS4 and POSIX ACL code in file access checks.
+ * BUG 4308: Fix Excel save operation ACL bug.
* Refactor and consolidate logic for retrieving the machine
trust password information.
+ * VFS API cleanup.
* BUG 4801: Correctly implement LSA lookup levels for LookupNames.
+ * Add new option "debug class" to control printing of the debug class.
+ in debug headers.
+ * Enable building of the zfsacl and notify_fam vfs modules.
+ * BUG 5083: Fix memleak in solarisacl module.
+ * BUG 5063: Fix build on RHEL5.
o Jeremy Allison <jra@samba.org>