Release version 2.1.
[userinfo.git] / ChangeLog
blob6bcd8a2cc4bca97d6396bdf98e3cf6db4dc67699
1 2005-07-30  Ben Kibbey <bjk@arbornet.org>
3         * NEWS:
5         Release version 2.1.
7 2005-07-30  Ben Kibbey <bjk@arbornet.org>
9         * src/modules/login.c:
11         Fix for utmp hostname corruption on NetBSD.
13 2005-07-30  Ben Kibbey <bjk@arbornet.org>
15         * src/modules/login.c, src/modules/mail.c, src/modules/passwd.c:
17         Solaris doesn't have strsep() or warn[x]() or err[x](). Include
18         "../<file>.c".
20 2005-07-30  Ben Kibbey <bjk@arbornet.org>
22         * src/ui.c:
24         Update usage for verbosity.
26 2005-07-30  Ben Kibbey <bjk@arbornet.org>
28         * NEWS:
30         More updates.
32 2005-07-30  Ben Kibbey <bjk@arbornet.org>
34         * doc/README.modules:
36         printf()'s not fprintf(stderr, ...)'s.
38 2005-07-30  Ben Kibbey <bjk@arbornet.org>
40         * contrib/kill.c:
42         Show which option the module requires from login.so in the module
43         help.
45 2005-07-30  Ben Kibbey <bjk@arbornet.org>
47         * src/ui.c:
49         Fix for '-d'.
51 2005-07-30  Ben Kibbey <bjk@arbornet.org>
53         * doc/ui.1:
55         Update verbosity.
57 2005-07-30  Ben Kibbey <bjk@arbornet.org>
59         * src/ui.c, src/ui.h:
61         Fix for modules which take no options at all. Getopt() was
62         terminating the options list and treating other options as
63         arguments.
65         Verbosity (-v) is done per-module unless specified twice (-vv).
67 2005-07-30  Ben Kibbey <bjk@arbornet.org>
69         * src/modules/mail.c:
71         Fix for a segfault when munmap()'ing the alias file.
73 2005-07-30  Ben Kibbey <bjk@arbornet.org>
75         * src/ui.c:
77         Really fix the dup warning.
79 2005-07-30  Ben Kibbey <bjk@arbornet.org>
81         * src/ui.c:
83         Don't ouput the module duplicate warning more than once for each
84         dup.
86 2005-07-30  Ben Kibbey <bjk@arbornet.org>
88         * src/modules/Makefile.am, src/modules/login.c,
89         src/modules/login.h, src/modules/mail.c, src/modules/mail.h,
90         src/modules/passwd.c, src/modules/passwd.h:
92         Updates for 2.1.
94         Fixed memory leak in login.c.
96 2005-07-30  Ben Kibbey <bjk@arbornet.org>
98         * src/Makefile.am, src/login.c, src/login.h, src/mail.c,
99         src/mail.h, src/passwd.c, src/passwd.h, src/ui.c, src/ui.h:
101         Fixed module chaining of more than two modules.
103         Miscellaneous cleanups.
105         Output the module name when showing help.
107         Skip duplicate modules help.
109 2005-07-30  Ben Kibbey <bjk@arbornet.org>
111         * contrib/kill.c, doc/README.modules, doc/ui.1:
113         Update for 2.1.
115 2005-07-30  Ben Kibbey <bjk@arbornet.org>
117         * README:
119         Refer to INSTALL for details on configure.
121 2005-07-30  Ben Kibbey <bjk@arbornet.org>
123         * NEWS:
125         Update for version 2.1.
127 2005-07-30  Ben Kibbey <bjk@arbornet.org>
129         * configure.ac:
131         Modules are located in src/modules.
133 2005-07-24  Ben Kibbey <bjk@arbornet.org>
135         * INSTALL:
137         Initial commit.
139 2005-07-24  Ben Kibbey <bjk@arbornet.org>
141         * src/login.c, src/login.h, src/mail.c, src/mail.h, src/passwd.c,
142         src/passwd.h, src/ui.c, src/ui.h:
144         Removed configurable strings UNKNOWN, NONE, YES and NO. These are
145         more hardcoded now. Module writers should look at the 'Output Key'
146         when running 'ui -h'.
148         The -x and -X switches now require a module name like -O so there
149         is no need to specify both -O with -x or -X.
151 2005-07-24  Ben Kibbey <bjk@arbornet.org>
153         * doc/README.modules, doc/ui.1:
155         Removed configurable strings UNKNOWN, NONE, YES and NO. These are
156         more hardcoded now. Module writers should look at the 'Output Key'
157         when running 'ui -h'.
159         Update manual page to reflect changes in the -X and -x switches.
161 2005-07-24  Ben Kibbey <bjk@arbornet.org>
163         * configure.ac, contrib/kill.c:
165         Removed configurable strings UNKNOWN, NONE, YES and NO. These are
166         more hardcoded now. Module writers should look at the 'Output Key'
167         when running 'ui -h'.
169 2004-12-05  Ben Kibbey <bjk@arbornet.org>
171         * ChangeLog, KnownBugs, Makefile.am, NEWS, README, configure.ac,
172         contrib/Makefile.am, contrib/kill.c, contrib/lastusers.sh,
173         doc/Makefile.am, doc/README.modules, doc/ui.1, doc/uirc,
174         src/Makefile.am, src/err.c, src/login.c, src/login.h, src/mail.c,
175         src/mail.h, src/passwd.c, src/passwd.h, src/strsep.c, src/ui.c,
176         src/ui.h:
178         Initial revision