*** empty log message ***
[userinfo.git] / ChangeLog
blobf63d2fefc5e09ef3b57a6df28b280b7c17839b29
1 2005-07-30  Ben Kibbey <bjk@arbornet.org>
3         * src/modules/Makefile.am, src/modules/login.c,
4         src/modules/login.h, src/modules/mail.c, src/modules/mail.h,
5         src/modules/passwd.c, src/modules/passwd.h:
7         Updates for 2.1.
9         Fixed memory leak in login.c.
11 2005-07-30  Ben Kibbey <bjk@arbornet.org>
13         * src/Makefile.am, src/login.c, src/login.h, src/mail.c,
14         src/mail.h, src/passwd.c, src/passwd.h, src/ui.c, src/ui.h:
16         Fixed module chaining of more than two modules.
18         Miscellaneous cleanups.
20         Output the module name when showing help.
22         Skip duplicate modules help.
24 2005-07-30  Ben Kibbey <bjk@arbornet.org>
26         * contrib/kill.c, doc/README.modules, doc/ui.1:
28         Update for 2.1.
30 2005-07-30  Ben Kibbey <bjk@arbornet.org>
32         * README:
34         Refer to INSTALL for details on configure.
36 2005-07-30  Ben Kibbey <bjk@arbornet.org>
38         * NEWS:
40         Update for version 2.1.
42 2005-07-30  Ben Kibbey <bjk@arbornet.org>
44         * configure.ac:
46         Modules are located in src/modules.
48 2005-07-24  Ben Kibbey <bjk@arbornet.org>
50         * INSTALL:
52         Initial commit.
54 2005-07-24  Ben Kibbey <bjk@arbornet.org>
56         * src/login.c, src/login.h, src/mail.c, src/mail.h, src/passwd.c,
57         src/passwd.h, src/ui.c, src/ui.h:
59         Removed configurable strings UNKNOWN, NONE, YES and NO. These are
60         more hardcoded now. Module writers should look at the 'Output Key'
61         when running 'ui -h'.
63         The -x and -X switches now require a module name like -O so there
64         is no need to specify both -O with -x or -X.
66 2005-07-24  Ben Kibbey <bjk@arbornet.org>
68         * doc/README.modules, doc/ui.1:
70         Removed configurable strings UNKNOWN, NONE, YES and NO. These are
71         more hardcoded now. Module writers should look at the 'Output Key'
72         when running 'ui -h'.
74         Update manual page to reflect changes in the -X and -x switches.
76 2005-07-24  Ben Kibbey <bjk@arbornet.org>
78         * configure.ac, contrib/kill.c:
80         Removed configurable strings UNKNOWN, NONE, YES and NO. These are
81         more hardcoded now. Module writers should look at the 'Output Key'
82         when running 'ui -h'.
84 2004-12-05  Ben Kibbey <bjk@arbornet.org>
86         * ChangeLog, KnownBugs, Makefile.am, NEWS, README, configure.ac,
87         contrib/Makefile.am, contrib/kill.c, contrib/lastusers.sh,
88         doc/Makefile.am, doc/README.modules, doc/ui.1, doc/uirc,
89         src/Makefile.am, src/err.c, src/login.c, src/login.h, src/mail.c,
90         src/mail.h, src/passwd.c, src/passwd.h, src/strsep.c, src/ui.c,
91         src/ui.h:
93         Initial revision