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