Changelog for
rubygem-daemons-1.0.10-4.4.x86_64.rpm :
* Mon Aug 25 2008 mrueckertAATTsuse.de- update to version 1.0.10
* 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
* Thu Feb 21 2008 mrueckertAATTsuse.de- update to version 1.0.9: new Pid.running? function. Checking whether a process exists by sending signal \'0\' (added in 1.0.8 and fixed in 1.0.9)
* Sun Aug 05 2007 mrueckertAATTsuse.de- update to version 1.0.7:
* Patch to fix wrong ARGV when using :exec (in def start_exec: Kernel.exec(script(),
*(AATTapp_argv || []))) (thanks to Alex McGuire).
* Mon May 14 2007 mrueckertAATTsuse.de- Update to version 1.0.6:
* New option to pass an ARGV-style array to run and run_proc (thanks to Marc Evans).
* Additional patches for \'/var/log\' (thanks to Marc Evans).- additional changes from 1.0.5
* Applied patch that makes daemons to use \'/var/log\' as logfile directory if you use :dir_mode = :system (thanks to Han Holl).
* Daemons should now work with Ruby 1.9 (at least the basic features).- additional changes from 1.0.4
* Document the :log_output option (thanks to Andrew Kuklewicz).
* Set STDOUT.sync = true when redirecting to a logfile (thanks to Andrew Kuklewicz).
* Should now run also correctly when there is no working \'ps ax\' on the system (thanks to Daniel Kehoe).- additional changes from 1.0.3
* Set the app_name correctly also for the monitor process (thanks to Ilya Novoselov).
* Fri Oct 06 2006 mrueckertAATTsuse.de- Update to version 1.0.2: o Changed the \'ps -ax\' call back to \'ps ax\'. o Fixed the documentation for the :normal :dir_mode. o As a default for Daemons.run_proc, the pid file is now saved in the current directory. o In :ontop mode for running a proc (this is equal to calling something like \'ruby ctrl_proc.rb run\'), the proc now runs directly in the calling script, not in a forked process anymore (thanks to Paul Butcher). o Set $0 to app_name in the daemons (thanks to Ilya Novoselov).
* Wed Aug 30 2006 mrueckertAATTsuse.de- Update to version 1.0.1: o Fixes regexp to parse \"ps ax\"
* Wed Jun 21 2006 mrueckertAATTsuse.de- use rubygems_with_buildroot_patch instead of the versioned buildrequires
* Mon Jun 19 2006 mrueckertAATTsuse.de- Initial package version 0.4.4