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