update WHATSNEW
authorMichael Adam <obnox@samba.org>
Fri, 11 Apr 2008 13:39:39 +0000 (15:39 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 11 Apr 2008 21:40:55 +0000 (23:40 +0200)
Michael
(This used to be commit 07a9da0243f6f963108ea17d39c2daa3f7787b6a)

WHATSNEW.txt

index 1a5911237d6409db742d565842aa596443fb7e50..a8e31f7dcdd50bfd6dd25f405d0f842f4d57fb0d 100644 (file)
@@ -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>