1999-06-27 Jochen Wiedmann (0.21) * lib/Net/Daemon.pm (Bind): Under Solaris the accept() call can fail with a value of EINTR if a SIGCHLD was catched. This is trapped now. Thanks to Brady Montz . 1999-03-20 Liraz Siri (0.20) * skipped to 0.2 since I've independantly made modifications, and I'd like to avoid conflict. * unix domain support. * minor bug fixes jochen made in 0.16 and 0.17. 1998-12-06 Jochen Wiedmann (0.15) * Added regexp lock. * Fixed the example server in the man page. 1998-10-30 Jochen Wiedmann (0.14) * lib/Net/Daemon.pm (Bind): Made server quiet without '--debug'. 1998-10-28 Jochen Wiedmann (0.13) * lib/Net/Daemon.pm: Some minor modifications for the DBI Proxy. 1998-10-25 Jochen Wiedmann (0.12) * Moved OpenLog, Log, Debug, Error and Fatal to Net::Daemon::Log. 1998-10-17 Jochen Wiedmann (0.11) * Daemon.pm: Added --configfile. * Daemon.pm: Removed --forking and --single in favour of --mode. * Daemon.pm: Removed --stderr in favour of --logfile=stderr. * Daemon.pm: Added $self->{'clients'}, recognizes 'mask' and 'accept' attributes.