1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

update WHATSNEW

Michael
(This used to be commit 07a9da0243)
This commit is contained in:
Michael Adam 2008-04-11 15:39:39 +02:00
parent fd502a74f7
commit 9c02cb9ee8

View 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>