File rubygem-daemons.changes of Package rubygem-daemons
-------------------------------------------------------------------
Sun Aug 5 20:09:45 CEST 2007 - mrueckert@suse.de
- update to version 1.0.7:
* Patch to fix wrong ARGV when using :exec (in def start_exec:
Kernel.exec(script(), *(@app_argv || [])))
(thanks to Alex McGuire).
-------------------------------------------------------------------
Mon May 14 17:56:19 CEST 2007 - mrueckert@suse.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 6 05:49:19 CEST 2006 - mrueckert@suse.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 15:45:53 CEST 2006 - mrueckert@suse.de
- Update to version 1.0.1:
o Fixes regexp to parse "ps ax"
-------------------------------------------------------------------
Wed Jun 21 01:18:13 CEST 2006 - mrueckert@suse.de
- use rubygems_with_buildroot_patch instead of the versioned
buildrequires
-------------------------------------------------------------------
Mon Jun 19 20:47:10 CEST 2006 - mrueckert@suse.de
- Initial package version 0.4.4