From: Garming Sam Date: Thu, 21 Jul 2016 04:30:35 +0000 (+1200) Subject: WHATSNEW: Samba-tool speed-up X-Git-Tag: tdb-1.3.10~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5707a8054e0d63f8a9ca7ea907a253bcd3f2c38e;p=thirdparty%2Fsamba.git WHATSNEW: Samba-tool speed-up Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 2eaad94c6d5..93762a4c3dc 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -110,6 +110,12 @@ net ads dns unregister It is now possible to remove the DNS entries created with 'net ads register' with the matching 'net ads unregister' command. +Samba-tool improvements +------------------------ + +Running samba-tool on the command line should now be a lot snappier. The tool +now only loads the code specific to the subcommand that you wish to run. + REMOVED FEATURES