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