From d4e1aa7c660611f188a495fe35c2cdb000dc2863 Mon Sep 17 00:00:00 2001 From: bjk Date: Sat, 30 Jul 2005 17:35:21 +0000 Subject: [PATCH] Release version 2.1. --- ChangeLog | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 2 +- 2 files changed, 86 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f63d2fe..6bcd8a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,90 @@ 2005-07-30 Ben Kibbey + * NEWS: + + Release version 2.1. + +2005-07-30 Ben Kibbey + + * src/modules/login.c: + + Fix for utmp hostname corruption on NetBSD. + +2005-07-30 Ben Kibbey + + * src/modules/login.c, src/modules/mail.c, src/modules/passwd.c: + + Solaris doesn't have strsep() or warn[x]() or err[x](). Include + "../.c". + +2005-07-30 Ben Kibbey + + * src/ui.c: + + Update usage for verbosity. + +2005-07-30 Ben Kibbey + + * NEWS: + + More updates. + +2005-07-30 Ben Kibbey + + * doc/README.modules: + + printf()'s not fprintf(stderr, ...)'s. + +2005-07-30 Ben Kibbey + + * contrib/kill.c: + + Show which option the module requires from login.so in the module + help. + +2005-07-30 Ben Kibbey + + * src/ui.c: + + Fix for '-d'. + +2005-07-30 Ben Kibbey + + * doc/ui.1: + + Update verbosity. + +2005-07-30 Ben Kibbey + + * src/ui.c, src/ui.h: + + Fix for modules which take no options at all. Getopt() was + terminating the options list and treating other options as + arguments. + + Verbosity (-v) is done per-module unless specified twice (-vv). + +2005-07-30 Ben Kibbey + + * src/modules/mail.c: + + Fix for a segfault when munmap()'ing the alias file. + +2005-07-30 Ben Kibbey + + * src/ui.c: + + Really fix the dup warning. + +2005-07-30 Ben Kibbey + + * src/ui.c: + + Don't ouput the module duplicate warning more than once for each + dup. + +2005-07-30 Ben Kibbey + * src/modules/Makefile.am, src/modules/login.c, src/modules/login.h, src/modules/mail.c, src/modules/mail.h, src/modules/passwd.c, src/modules/passwd.h: diff --git a/NEWS b/NEWS index f00809f..b587916 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -userinfo 2.1 released +userinfo 2.1 released July 30, 2005 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: -- 2.11.4.GIT