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