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