diff options
author | Michael Adam <obnox@samba.org> | 2008-02-28 12:19:30 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-28 12:20:43 +0100 |
commit | ed596336ad9498cc37ceece5f7b939366512f5a2 (patch) | |
tree | f29d1458e914512f7e6b198a9e9624e506d87edc | |
parent | d772c3af1b05d86ca6eed34bd3ecabcd3d33066d (diff) | |
download | samba-ed596336ad9498cc37ceece5f7b939366512f5a2.tar.gz samba-ed596336ad9498cc37ceece5f7b939366512f5a2.tar.bz2 samba-ed596336ad9498cc37ceece5f7b939366512f5a2.zip |
WHATSNEW: add two more items to my changes.
Michael
(This used to be commit d8555f09d4240736b0c5fc93cea33285b33531b4)
-rw-r--r-- | WHATSNEW.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index cea6d9bef8..c9287ac6a0 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -142,6 +142,9 @@ o Michael Adam <obnox@samba.org> * BUG 5063: Fix build on RHEL5. * New smb.conf parameter "config backend = registry" to enable registry only configuration. + * Move "net conf" functionality into a separate module libnet_conf.c + * Restructure registry code, eliminating the dynamic overlay. + Make use of reg_api instead of backend code in most places. * Libreplace fixes. * Build fixes. * Initial support for using subsystems as shared libraries. |