Path to this page:
Subject: CVS commit: pkgsrc/misc/ruby-daemons
From: Takahiro Kambe
Date: 2011-06-19 03:48:39
Message id: 20110619014839.A3C5D175DD@cvs.netbsd.org
Log Message:
Update ruby-daemons package to 1.1.4.
= Daemons Release History
== Release 1.1.4: June 17, 2011
* Do not change the umask to 0000 when daemonizing anymore, just leave it as it
was (thanks to Jon Botelho).
== Release 1.1.3: April 14, 2011
* Fixed a bug in Application.stop: the cached pid number needs to
be used to check for the status of a killed process (thanks to Jimmy Sieben).
== Release 1.1.2: March 29, 2011
* Fixed gemspec to include all needed files.
== Release 1.1.1: March 29, 2011
* Make the logging facilities work in :mode => :none (i.e. when calling
Daemons.daemonize) (thanks to the input from Peter Hegedus).
Files: