1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Major changes in release 0.6
* Portability: checks for, and use string.h; also #include stdio.h
where needed. Don't initialize struct sigaction, some systems
have a different layout. (basename is still needed)
* Updated to current autoconf/automake versions, and used them to
regenerate control files, and fetched new helper programs from
them (install-sh, mkinstalldirs, missing).
Major changes in release 0.5
* More minor portability hacks, checking libnsl and libsocket before
tcp wrappers
* IP address logging should work now
Major changes in release 0.4
* None, only minor portability hacks
Major changes in release 0.3
* portability fixes, based on patches from KELEMEN Peter;
including but not limited to utmpx support for Solaris, and
glibc support for Linux
Major changes in release 0.2
* Added the capability to forget about small and large uids (i.e. news,
uucp), see --with-min-uid and --with-max-uid.
* Updated to use autoconfig/automake; now autodetects presence of
tcp-wrappers, so it can be compiled without it. Also preliminary
tcpserver/tcpcontrol compatibility is there. This also means some
new files like install-sh, Makefile.am...
* Check for qmail mailboxes/maildirs too, and tell the user
if the mail status can't be checked.
* Checks for qmail dash extensions. Allow dash and underscore in the
fingered names (previously only dot was accepted)
* Updated copyrights (erhmm..)
* Don't give information about why we don't have information
about a user.
Initial release 0.1
|