summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt11
1 files changed, 11 insertions, 0 deletions
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 <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>