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