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