add missing dependency on Test::Exception (RT#70382)
[gitmo/MooseX-Daemonize.git] / Changes
CommitLineData
a4952679 1Revision history for MooseX-Daemonize
1d85c76d 2
975de01f 3 - fix incompatibilities with Test::Builder 1.005+ (schwern, RT#76523)
f6bb8484 4 - add missing dependency on the version of File::Path which added
5 make_path (RT#79169, Jonathan Sailor)
c3be5936 6 - add missing test dependency on Test::Exception (RT#70382)
975de01f 7
418f9e12 80.15 Thurs. May 31, 2012
62b880da 9 - fix versions
10
2358b232 110.14 Wed. May 30, 2012
12 - recommend Daemon::Control instead
13 - fix bug with pidbase dir not being created
14 if it doesn't already exist
15
05b96f4d 160.13 Wed. July 6, 2011
17 - adding docs related to closing all
18 filehandles and the issues that can
19 cause with things like Log::Log4Perl
20 (thanks to Maik Hentsche via RT #67016)
21 - updating copyright dates
22
8625135b 230.12 Sun. July 11, 2010
24 - release without the .git directory in it
25
2ecc2ccb 260.11 Sat. July 10, 2010
27 * MooseX::Daemonize::Core
28 - make the options to daemonize()
29 into proper attributes but still
30 retained back-compat (Thanks to Magnus Erixzon)
31 - adjusted docs and tests
32
33 - removed the pod.t and pod-coverage.t tests
34
1d85c76d 350.10 Sat. April 17, 2010
36 - updated copyrights
37 - removed the POE test because it was causing
38 random failures when installing from CPAN
39 and not adding enough value to keep around
40 - applied POD corrections from RT #50091
41 (thanks to Kostyuk Oleg)
42
69186a48 430.09 2009-10-05
44 * s/no_plan => 1/'no_plan'/g (Dave Rolsky)
45 * Synchronize Version numbers
a4952679 46
91247669 470.08 Sunday, Sept. 7, 2008
f4896eec 48 * t/
49 - Removed usage of Cwd in favour of a temporary dir to prevent test fails
50 when running in an unwritable dir
91e059f2 51 - patch to ensure that t/01.filecreate.t passes (thanks to Jose Luis Rey)
f4896eec 52
df3c463b 530.07 Saturday, May 24, 2008
b38ab84f 54 * MooseX::Daemonize
1d85c76d 55 - Made default pidbase '/var/run' rather
df3c463b 56 than './var/run'
1d85c76d 57
df3c463b 58 * t/
1d85c76d 59 - Small fixups to pidfile testing in
df3c463b 60 t/31.with_pid_file_and_poe.t
61
62 ~ Removed the Build.PL since Module::Install
63 has removed their support
b38ab84f 64
2a0d9919 650.06 Fri. Dec. 21, 2007
2eced271 66 * MooseX::Daemonize
1d85c76d 67 - Fix logic that kills process so it doens't always warn
8ac4733f 68 about undead process
2eced271 69 - Added stop_timeout to allow user to control timings.
8ac4733f 70 - Refactored to roles
fe0eeebc 71 - removed Proc::Daemon dependency
72 - removed File::Pid dependency
1d85c76d 73 - added exit_code and status_message to capture the
92cf56b7 74 exit code and a status message :)
75 - refactored start/stop/restart to use these
76 - added tests for this
77 - added a &status command which returns a bool telling
78 you if the daemon is running or not
79 - added tests for this
1d85c76d 80
fe0eeebc 81 * Test::MooseX::Daemonize
1d85c76d 82 - updated docs
fe0eeebc 83 - removed Proc::Daemon dependency
8ac4733f 84
85 * MooseX::Daemonize::Core
86 - the core daemonization methods are here
87 - added tests for this
8ac4733f 88
89 * MooseX::Daemonize::WithPidFile
8a4b7cfc 90 - the PID file handling is added to the core here
91 - added tests for this
8ac4733f 92
93 * MooseX::Daemonize::Pid
94 - added this package to replace the File::Pid stuff
1d85c76d 95
d8985b7d 96 * MooseX::Daemonize::Pid::File
8ac4733f 97 - added this package to replace the File::Pid stuff, it is a subclass
98 of MooseX::Daemonize::Pid (stevan)
2eced271 99 - added tests for this (stevan)
b916501e 100
2a0d9919 1010.05 2007-11-18
1d85c76d 102 - Fix logic that kills process so it doens't always warn
2a0d9919 103 about undead process
104 - Added stop_timeout to allow user to control timings.
105
b916501e 1060.04 2007-11-11
1d85c76d 107 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were
fe0eeebc 108 stupid but I didn't realize it.
b916501e 109
1100.03 2007-10-22
111 - Add File::Slurp to dependencies so our tests pass better
112
1130.02 Sept 19, 2007
1d85c76d 114 - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec
115 - Fixed bug where the pidfile wasn't being updated properly -- reported by dec
b916501e 116 - Added is_daemon attribute
117 - Added another fork to make sure we short circuit out of the daemonize process properly
118 - Switch to File::Pid
7ada91b8 119 - Add the GetOpt prereq
b916501e 120 - Adjust the kill timings
121 - Added THANKS to pod
7ada91b8 122
a4952679 1230.0.1 Wed May 16 11:46:56 2007
124 Initial release.
125