Releases in daemons-0.4.3 vs Releases in daemons-0.4.4
- old
+ new
@@ -1,6 +1,14 @@
= Daemons Release History
+== Release 0.4.4: February 14, 2006
+
+* Several fixes that allow us to use the Daemons::Controller
+ with a proc instead of wrapping a script file. This gives us all the
+ PID file management, monitoring, command line options, etc. without having
+ to specify a path to our script which can be tricky, especially when using
+ RubyGems. (thanks to John-Mason Shackelford)
+
== Release 0.4.3: November 29, 2005
* New Option: You can specify the name of the application with :app_name
on calling Daemons.run. This will be used to contruct the name of the pid files
and log files. Defaults to the basename of the script. (thanks to Stephen R. Veit)