

Release Notes: This release makes daemon_close_all() actually work properly.


Release Notes: This release will automatically detect whether lynx is installed. It properly sets errno on every error condition. The function daemon_close_all() has been added to close all open file descriptors except a given set. daemon_logv() has been added, which is identical to daemon_log(), but takes a va_list argument. daemon_execv() has been added in similar style. There are other fixes.


Release Notes: Logging was made compatible with daemons running in a chroot() environment.


Release Notes: Ported to FreeBSD, NetBSD, OpenBSD, Darwin, Solaris, and Cygwin. Some minor header file cleanups. The access mode of PID files has been fixed. There are other cleanups, and the license has changed from the GPL to the LGPL.


Release Notes: Proper PID file locking is now done. The documentation was updated.