clean stuff up for a 0.09 release
[gitmo/MooseX-Daemonize.git] / Changes
CommitLineData
a4952679 1Revision history for MooseX-Daemonize
69186a48 20.09 2009-10-05
3 * s/no_plan => 1/'no_plan'/g (Dave Rolsky)
4 * Synchronize Version numbers
a4952679 5
91247669 60.08 Sunday, Sept. 7, 2008
f4896eec 7 * t/
8 - Removed usage of Cwd in favour of a temporary dir to prevent test fails
9 when running in an unwritable dir
91e059f2 10 - patch to ensure that t/01.filecreate.t passes (thanks to Jose Luis Rey)
f4896eec 11
df3c463b 120.07 Saturday, May 24, 2008
b38ab84f 13 * MooseX::Daemonize
df3c463b 14 - Made default pidbase '/var/run' rather
15 than './var/run'
16
17 * t/
18 - Small fixups to pidfile testing in
19 t/31.with_pid_file_and_poe.t
20
21 ~ Removed the Build.PL since Module::Install
22 has removed their support
b38ab84f 23
2a0d9919 240.06 Fri. Dec. 21, 2007
2eced271 25 * MooseX::Daemonize
8ac4733f 26 - Fix logic that kills process so it doens't always warn
27 about undead process
2eced271 28 - Added stop_timeout to allow user to control timings.
8ac4733f 29 - Refactored to roles
fe0eeebc 30 - removed Proc::Daemon dependency
31 - removed File::Pid dependency
92cf56b7 32 - added exit_code and status_message to capture the
33 exit code and a status message :)
34 - refactored start/stop/restart to use these
35 - added tests for this
36 - added a &status command which returns a bool telling
37 you if the daemon is running or not
38 - added tests for this
fe0eeebc 39
40 * Test::MooseX::Daemonize
41 - updated docs
42 - removed Proc::Daemon dependency
8ac4733f 43
44 * MooseX::Daemonize::Core
45 - the core daemonization methods are here
46 - added tests for this
8ac4733f 47
48 * MooseX::Daemonize::WithPidFile
8a4b7cfc 49 - the PID file handling is added to the core here
50 - added tests for this
8ac4733f 51
52 * MooseX::Daemonize::Pid
53 - added this package to replace the File::Pid stuff
54
d8985b7d 55 * MooseX::Daemonize::Pid::File
8ac4733f 56 - added this package to replace the File::Pid stuff, it is a subclass
57 of MooseX::Daemonize::Pid (stevan)
2eced271 58 - added tests for this (stevan)
b916501e 59
2a0d9919 600.05 2007-11-18
61 - Fix logic that kills process so it doens't always warn
62 about undead process
63 - Added stop_timeout to allow user to control timings.
64
b916501e 650.04 2007-11-11
fe0eeebc 66 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were
67 stupid but I didn't realize it.
b916501e 68
690.03 2007-10-22
70 - Add File::Slurp to dependencies so our tests pass better
71
720.02 Sept 19, 2007
fe0eeebc 73 - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec
74 - Fixed bug where the pidfile wasn't being updated properly -- reported by dec
b916501e 75 - Added is_daemon attribute
76 - Added another fork to make sure we short circuit out of the daemonize process properly
77 - Switch to File::Pid
7ada91b8 78 - Add the GetOpt prereq
b916501e 79 - Adjust the kill timings
80 - Added THANKS to pod
7ada91b8 81
a4952679 820.0.1 Wed May 16 11:46:56 2007
83 Initial release.
84