WHATSNEW: update my changes for 3.2.0pre3
authorMichael Adam <obnox@samba.org>
Tue, 22 Apr 2008 13:41:48 +0000 (15:41 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 22 Apr 2008 14:32:31 +0000 (16:32 +0200)
Michael
(This used to be commit 1036f5a2e7de0254288cf5068ec1eab50ef19939)

WHATSNEW.txt

index 364b3fea21ff75590899d5f11a47cf65ac1bd32e..234063df927b418d9e5b2aa0fec2a18bc7546be1 100644 (file)
@@ -209,6 +209,7 @@ o   Michael Adam <obnox@samba.org>
     * Fix %I macro expansion for IPv4 mapped IPv6 addresses.
     * Convert registry.tdb to use dbwrap and fix memleaks.
     * Several make test fixes and improvements.
+    * Several libreplace extensions and fixes (portet from v4-0-test).
     * Rename libnet_conf to libsmbconf and introduce backend abstraction layer.
     * Add text backend to libsmbconf, based on params.c.
     * Fix handling of includes in registry libsmbconf backend.
@@ -216,6 +217,16 @@ o   Michael Adam <obnox@samba.org>
     * Add a "net registry" command to locally access the registry.
     * Add testsuites for libsmbconf and "net registry".
     * Fix Coverity IDs 517, 536, 545.
+    * Remove unneeded REGISTRY_HOOKS layer from reghook cache
+      to allow plugging one backend to multiple keys more easily.
+    * Add smbconf_init dispatcher taking source strings like "backend:path"
+    * Fix handling of dangling parameters (without share) in libsmbconf.
+    * Introduce special meaning of "include = registry" to complement
+      the registry-only configuration of "config backend = registry".
+    * Enhance error propagation by making several registry functions
+      return WERROR.
+    * Fix loading of registry shares in smbd by fixing the token.
+    * Fix a segfault in tdb_wrap_log().
 
 
 o   Jeremy Allison <jra@samba.org>