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