From c6b14c0c5b4f1155c2f9f1784e212c0743b66165 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 17 Mar 2007 13:21:51 -0400 Subject: [PATCH] Removed ChangeLog.old as it's redundant. Oops. --- ChangeLog.old | 179 ---------------------------------------------------------- Makefile.am | 2 +- 2 files changed, 1 insertion(+), 180 deletions(-) delete mode 100644 ChangeLog.old diff --git a/ChangeLog.old b/ChangeLog.old deleted file mode 100644 index 6bcd8a2..0000000 --- a/ChangeLog.old +++ /dev/null @@ -1,179 +0,0 @@ -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: - - Updates for 2.1. - - Fixed memory leak in login.c. - -2005-07-30 Ben Kibbey - - * src/Makefile.am, src/login.c, src/login.h, src/mail.c, - src/mail.h, src/passwd.c, src/passwd.h, src/ui.c, src/ui.h: - - Fixed module chaining of more than two modules. - - Miscellaneous cleanups. - - Output the module name when showing help. - - Skip duplicate modules help. - -2005-07-30 Ben Kibbey - - * contrib/kill.c, doc/README.modules, doc/ui.1: - - Update for 2.1. - -2005-07-30 Ben Kibbey - - * README: - - Refer to INSTALL for details on configure. - -2005-07-30 Ben Kibbey - - * NEWS: - - Update for version 2.1. - -2005-07-30 Ben Kibbey - - * configure.ac: - - Modules are located in src/modules. - -2005-07-24 Ben Kibbey - - * INSTALL: - - Initial commit. - -2005-07-24 Ben Kibbey - - * src/login.c, src/login.h, src/mail.c, src/mail.h, src/passwd.c, - src/passwd.h, src/ui.c, src/ui.h: - - Removed configurable strings UNKNOWN, NONE, YES and NO. These are - more hardcoded now. Module writers should look at the 'Output Key' - when running 'ui -h'. - - The -x and -X switches now require a module name like -O so there - is no need to specify both -O with -x or -X. - -2005-07-24 Ben Kibbey - - * doc/README.modules, doc/ui.1: - - Removed configurable strings UNKNOWN, NONE, YES and NO. These are - more hardcoded now. Module writers should look at the 'Output Key' - when running 'ui -h'. - - Update manual page to reflect changes in the -X and -x switches. - -2005-07-24 Ben Kibbey - - * configure.ac, contrib/kill.c: - - Removed configurable strings UNKNOWN, NONE, YES and NO. These are - more hardcoded now. Module writers should look at the 'Output Key' - when running 'ui -h'. - -2004-12-05 Ben Kibbey - - * ChangeLog, KnownBugs, Makefile.am, NEWS, README, configure.ac, - contrib/Makefile.am, contrib/kill.c, contrib/lastusers.sh, - doc/Makefile.am, doc/README.modules, doc/ui.1, doc/uirc, - src/Makefile.am, src/err.c, src/login.c, src/login.h, src/mail.c, - src/mail.h, src/passwd.c, src/passwd.h, src/strsep.c, src/ui.c, - src/ui.h: - - Initial revision - diff --git a/Makefile.am b/Makefile.am index 0e95ce0..f461203 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = KnownBugs NEWS ChangeLog ChangeLog.old +EXTRA_DIST = KnownBugs NEWS ChangeLog SUBDIRS = src doc contrib changelog: -- 2.11.4.GIT