summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-11 15:39:39 +0200
committerMichael Adam <obnox@samba.org>2008-04-11 23:40:55 +0200
commit9c02cb9ee83cae756ee60a5107d5e5631b85b6f6 (patch)
treeeed80b66fbcbb596d7699d34969ab826eb954a66 /WHATSNEW.txt
parentfd502a74f7f4a9e60761c57bbe5d2dca3a50f877 (diff)
downloadsamba-9c02cb9ee83cae756ee60a5107d5e5631b85b6f6.tar.gz
samba-9c02cb9ee83cae756ee60a5107d5e5631b85b6f6.tar.bz2
samba-9c02cb9ee83cae756ee60a5107d5e5631b85b6f6.zip
update WHATSNEW
Michael (This used to be commit 07a9da0243f6f963108ea17d39c2daa3f7787b6a)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 1a5911237d..a8e31f7dcd 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -204,6 +204,15 @@ o Michael Adam <obnox@samba.org>
* Fix build of bin/net on Solaris.
* Reformat the parm table of loadparm to use named initializers.
* Fix %I macro expansion for IPv4 mapped IPv6 addresses.
+ * Convert registry.tdb to use dbwrap and fix memleaks.
+ * Several make test fixes and improvements.
+ * 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.
+ * Fix net conf import by reading from text backend.
+ * Add a "net registry" command to locally access the registry.
+ * Add testsuites for libsmbconf and "net registry".
+ * Fix Coverity IDs 517, 536, 545.
o Jeremy Allison <jra@samba.org>