removed signal handling, cause it was not very useful, and then made WithPidFile...
[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
9
10 * MooseX::Daemonize::Core
11 - the core daemonization methods are here
12 - added tests for this
13
14 * MooseX::Daemonize::WithSignalHandling
15 - the SIG handling is here
16
17 * MooseX::Daemonize::WithPidFile
18 - the PID file handling is here, and
19 delegates to the classes below
20
21 * MooseX::Daemonize::Pid
22 - added this package to replace the File::Pid stuff
23
d8985b7d 24 * MooseX::Daemonize::Pid::File
8ac4733f 25 - added this package to replace the File::Pid stuff, it is a subclass
26 of MooseX::Daemonize::Pid (stevan)
2eced271 27 - added tests for this (stevan)
b916501e 28
290.04 2007-11-11
30 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were stupid but I didn't realize it.
31
320.03 2007-10-22
33 - Add File::Slurp to dependencies so our tests pass better
34
350.02 Sept 19, 2007
36 - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec
e7a196e7 37 - Fixed bug where the pidfile wasn't being updated properly -- reported by dec
b916501e 38 - Added is_daemon attribute
39 - Added another fork to make sure we short circuit out of the daemonize process properly
40 - Switch to File::Pid
7ada91b8 41 - Add the GetOpt prereq
b916501e 42 - Adjust the kill timings
43 - Added THANKS to pod
7ada91b8 44
a4952679 450.0.1 Wed May 16 11:46:56 2007
46 Initial release.
47