summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-04-11 17:24:31 -0700
committerJeremy Allison <jra@samba.org>2008-04-11 17:24:31 -0700
commit05c15785d75320749b673a98023b8386b20f23fe (patch)
tree4e8decf7675b0adbfe845ee36c6ba9965195d01a /WHATSNEW.txt
parente76ec752be503338c0a26be34f8d0fb4fbeb5fe6 (diff)
parent7d7b420ad13c1d6fc89569f1f0dc4df92d8e0c24 (diff)
downloadsamba-05c15785d75320749b673a98023b8386b20f23fe.tar.gz
samba-05c15785d75320749b673a98023b8386b20f23fe.tar.bz2
samba-05c15785d75320749b673a98023b8386b20f23fe.zip
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
(This used to be commit 6a965e72a8650b275222548445d10b65aa61e765)
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>