X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f23605d71ddcff2fbae4009f83e18828ec2335a7;hb=e7d94e6a7c67db5dd0d6986acb7e87d80d267e35;hp=6e5c4f2049830f445b02ba9d888ad105f33109b3;hpb=05b96f4d04d93f2344602f7b3ef43da01c0a2794;p=gitmo%2FMooseX-Daemonize.git diff --git a/Changes b/Changes index 6e5c4f2..f23605d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Revision history for MooseX-Daemonize + - fix incompatibilities with Test::Builder 1.005+ (schwern, RT#76523) + - add missing dependency on the version of File::Path which added + make_path (RT#79169, Jonathan Sailor) + - add missing test dependency on Test::Exception (RT#70382) + - document the 'basedir' attribute and its behaviour (RT#83055) + - add 'documentation' keys for public attributes, to be used when + displaying --help (RT#54295) + +0.15 Thurs. May 31, 2012 + - fix versions + +0.14 Wed. May 30, 2012 + - recommend Daemon::Control instead + - fix bug with pidbase dir not being created + if it doesn't already exist + 0.13 Wed. July 6, 2011 - adding docs related to closing all filehandles and the issues that can