From c3101b6e1d195cb7cd2a9b5632f73934bde9338b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 22 Apr 2008 15:41:48 +0200 Subject: WHATSNEW: update my changes for 3.2.0pre3 Michael (This used to be commit 1036f5a2e7de0254288cf5068ec1eab50ef19939) --- WHATSNEW.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 364b3fea21..234063df92 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -209,6 +209,7 @@ o Michael Adam * 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 * 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 -- cgit