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