Add notes from Michael Adam for the commit log in release notes
authorGerald (Jerry) Carter <jerry@samba.org>
Tue, 15 Jan 2008 16:45:53 +0000 (10:45 -0600)
committerGerald (Jerry) Carter <jerry@samba.org>
Tue, 15 Jan 2008 16:45:53 +0000 (10:45 -0600)
WHATSNEW.txt

index 53a1c84ab475559836ffd1ea66247949f6939557..86f8ad94e27c223c5511ea87e3ad21800c50adf5 100644 (file)
@@ -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>