From ca9745a7a1f89825e540431ac1385b7a0d1b93f9 Mon Sep 17 00:00:00 2001 From: bjk Date: Sat, 30 Jul 2005 16:05:17 +0000 Subject: [PATCH] More updates. --- NEWS | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c527948..f00809f 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,12 @@ userinfo 2.1 released - This release includes some minor fixes and code cleanups. Module writers + This release includes some major fixes and code cleanups. Module writers should have another look at doc/README.modules as all of the function names have changed (ui_module_exec() not passwd_exec()). Details follow: The command line options -x and -X behave like -O in that they take a - module name to load. + module name to load. No need to specify both. + + Verbosity (-v) is reset for each module unless specified twice. The strings UNKNOWN, NONE, ON and OFF are more hardcoded and are not configurable in config.h. The ui_module_exec() function has changed to @@ -12,12 +14,16 @@ userinfo 2.1 released 'ui -h' as a guideline for static strings. It's kinda pointless but there are less arguments to this function to worry about. - A modules help is only shown once. + A modules help and dup warning is only shown once. Fixed a memory leak in the login.so module. Fixed module chaining of more than two modules. + Bugfix for modules which take no options. + + Bugfix for the -d option when used with other modules. + userinfo 2.0 released December 05, 2004 It's been awhile since the last release, but hopefully worth the wait. The -- 2.11.4.GIT