Release Name: 1.0.10
Notes:
Bugfix release.
Changes:
== Release 1.0.10: March 21, 2008
* By default, we now delete stray pid-files (i.e. pid-files which result for
example from a killed daemon) automatically. This function can be deactivated by
passing :keep_pid_files => true as an option.
* All pid files of :multiple daemons new get deleted correctly upon exit of the daemons (reported by Han Holl).
* Use the signal 'KILL' instead of 'TERM' on Windows platforms.
* Use exit! in trap('TERM') instead of exit when option :hard_exit is given (thanks to Han Holl).
* Did some clarification on the exception log.
|