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