fix up sigint / stop() stuff. stop() stops a different process from the one that...
[gitmo/MooseX-Daemonize.git] / Changes
CommitLineData
a4952679 1Revision history for MooseX-Daemonize
2
2eced271 30.05
4 * MooseX::Daemonize
8ac4733f 5 - Fix logic that kills process so it doens't always warn
6 about undead process
2eced271 7 - Added stop_timeout to allow user to control timings.
8ac4733f 8 - Refactored to roles
fe0eeebc 9 - removed Proc::Daemon dependency
10 - removed File::Pid dependency
11
12 * Test::MooseX::Daemonize
13 - updated docs
14 - removed Proc::Daemon dependency
8ac4733f 15
16 * MooseX::Daemonize::Core
17 - the core daemonization methods are here
18 - added tests for this
8ac4733f 19
20 * MooseX::Daemonize::WithPidFile
8a4b7cfc 21 - the PID file handling is added to the core here
22 - added tests for this
8ac4733f 23
24 * MooseX::Daemonize::Pid
25 - added this package to replace the File::Pid stuff
26
d8985b7d 27 * MooseX::Daemonize::Pid::File
8ac4733f 28 - added this package to replace the File::Pid stuff, it is a subclass
29 of MooseX::Daemonize::Pid (stevan)
2eced271 30 - added tests for this (stevan)
b916501e 31
320.04 2007-11-11
fe0eeebc 33 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were
34 stupid but I didn't realize it.
b916501e 35
360.03 2007-10-22
37 - Add File::Slurp to dependencies so our tests pass better
38
390.02 Sept 19, 2007
fe0eeebc 40 - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec
41 - Fixed bug where the pidfile wasn't being updated properly -- reported by dec
b916501e 42 - Added is_daemon attribute
43 - Added another fork to make sure we short circuit out of the daemonize process properly
44 - Switch to File::Pid
7ada91b8 45 - Add the GetOpt prereq
b916501e 46 - Adjust the kill timings
47 - Added THANKS to pod
7ada91b8 48
a4952679 490.0.1 Wed May 16 11:46:56 2007
50 Initial release.
51