convert the usage of OK and ERROR to method calls and document them as such both...
[gitmo/MooseX-Daemonize.git] / Changes
CommitLineData
a4952679 1Revision history for MooseX-Daemonize
2
b38ab84f 3 * MooseX::Daemonize
4 - Made default pidbase '/var/run' rather than './var/run'
5 - Small fixups to pidfile testing in t/31.with_pid_file_and_poe.t
6
2a0d9919 70.06 Fri. Dec. 21, 2007
2eced271 8 * MooseX::Daemonize
8ac4733f 9 - Fix logic that kills process so it doens't always warn
10 about undead process
2eced271 11 - Added stop_timeout to allow user to control timings.
8ac4733f 12 - Refactored to roles
fe0eeebc 13 - removed Proc::Daemon dependency
14 - removed File::Pid dependency
92cf56b7 15 - added exit_code and status_message to capture the
16 exit code and a status message :)
17 - refactored start/stop/restart to use these
18 - added tests for this
19 - added a &status command which returns a bool telling
20 you if the daemon is running or not
21 - added tests for this
fe0eeebc 22
23 * Test::MooseX::Daemonize
24 - updated docs
25 - removed Proc::Daemon dependency
8ac4733f 26
27 * MooseX::Daemonize::Core
28 - the core daemonization methods are here
29 - added tests for this
8ac4733f 30
31 * MooseX::Daemonize::WithPidFile
8a4b7cfc 32 - the PID file handling is added to the core here
33 - added tests for this
8ac4733f 34
35 * MooseX::Daemonize::Pid
36 - added this package to replace the File::Pid stuff
37
d8985b7d 38 * MooseX::Daemonize::Pid::File
8ac4733f 39 - added this package to replace the File::Pid stuff, it is a subclass
40 of MooseX::Daemonize::Pid (stevan)
2eced271 41 - added tests for this (stevan)
b916501e 42
2a0d9919 430.05 2007-11-18
44 - Fix logic that kills process so it doens't always warn
45 about undead process
46 - Added stop_timeout to allow user to control timings.
47
b916501e 480.04 2007-11-11
fe0eeebc 49 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were
50 stupid but I didn't realize it.
b916501e 51
520.03 2007-10-22
53 - Add File::Slurp to dependencies so our tests pass better
54
550.02 Sept 19, 2007
fe0eeebc 56 - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec
57 - Fixed bug where the pidfile wasn't being updated properly -- reported by dec
b916501e 58 - Added is_daemon attribute
59 - Added another fork to make sure we short circuit out of the daemonize process properly
60 - Switch to File::Pid
7ada91b8 61 - Add the GetOpt prereq
b916501e 62 - Adjust the kill timings
63 - Added THANKS to pod
7ada91b8 64
a4952679 650.0.1 Wed May 16 11:46:56 2007
66 Initial release.
67