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