X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f740e8c7955038f5c8ba846560574cc3801d1710;hb=f6bb848466d452b64d695593296598536bb2064c;hp=6e5c4f2049830f445b02ba9d888ad105f33109b3;hpb=05b96f4d04d93f2344602f7b3ef43da01c0a2794;p=gitmo%2FMooseX-Daemonize.git diff --git a/Changes b/Changes index 6e5c4f2..f740e8c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,17 @@ 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) + +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