Changelog for
ruby2.5-rubygem-daemons-1.2-1.2.6-lp156.1.1.x86_64.rpm :
* Tue Jan 02 2018 dkangAATTsuse.com- Updated to version 1.2.6 == Release 1.2.6: December 24, 2017
* Add links to rubydoc.info documentation.
* Mon Oct 23 2017 mschnitzerAATTsuse.com- updated to version 1.2.5 == Release 1.2.5: October 22, 2017
* In Application#stop, call zap, not cleanup on the pidfile (thanks to wevanscfi)
* Use File.expand_path on and output and log files (thanks to Dave Harris)
* Wed Aug 03 2016 cooloAATTsuse.com- updated to version 1.2.4 no changelog found
* Fri Jun 26 2015 cooloAATTsuse.com- updated to version 1.2.3 no changelog found
* Sun Mar 22 2015 cooloAATTsuse.com- updated to version 1.2.2
* fix 100% CPU usage bug when using monitor mode.
* increase version number to be able to re-push to rubygems
* Mon Mar 09 2015 cooloAATTsuse.com- updated to version 1.2.0
* Sun Oct 12 2014 adrianAATTsuse.de- adapt to new rubygem packaging style
* Fri Aug 10 2012 cooloAATTsuse.com- updated to version 1.1.9
* daemonize.rb: do srand in the forked child process both in daemonize and call_as_daemon
* Thu Apr 14 2011 mrueckertAATTsuse.de- update to version 1.1.2
* Fixed gemspec to include all needed files.- additional changes from 1.1.1
* Make the logging facilities work in :mode => :none (i.e. when calling Daemons.daemonize) (thanks to the input from Peter Hegedus).- additional changes from 1.1.0
* Honour the options[:app_name] in Daemons.daemonize (thanks to Ryan Tecco).
* Included a new option :stop_proc to specify a proc that will be called when a daemonized process receives a request to stop (thanks to Dave Dupre).
* Only delete the pidfile if the current pid is the original pid (ghazel).
* Start when restart but no application running (pcreux).
* Silently continue if there is no pidfile (ghazel).
* We now per default wait for processes to stop and kill them automatically it if they do not stop within a given time (force_kill_waittime). Use the option --no_wait to not wait for processes to stop.
* Set log files mode to 0644 (mikehale).
* Set pid file permissions to 0644 (mikehale).
* Added ability to change process uid/gid (mikehale).
* Fix for: If you happen to start a daemon from a process that has open file descriptors these will stay open. As it is daemonize.rb only closes ruby IO objects (thanks to Han Holl).
* New reload command (SIGHUP) (thanks to Michael Schuerig).- split out a doc package
* Fri Jun 11 2010 mrueckertAATTsuse.de- use rubygems_requires macro