X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=f1072842609c40013045f6bdb1f785420470afd5;hp=6320309c9fc702f0f8bde6a073e9ab3bdb2a14f0;hb=f2b83422bad57b7956d06c7b70098fb986ccf06e;hpb=a8946dc8b4ba4c46b4db564b8f9692d48cc7a62f diff --git a/Changes b/Changes index 6320309..f107284 100644 --- a/Changes +++ b/Changes @@ -10,6 +10,13 @@ their test suites. - Bug fix to again correctly detect checkouts in dist zilla using applications. + - --background option for the server script now only closes + STDIN, STDOUT and STDERR. This fixes issues with Log::Dispatch + and other loggers which open a file handle when + - Change incorrect use of File::Spec->catdir to File::Spec->catfile + so that we work on platforms which care about this (VMS?) + - Make it more obvious if our PSGI server doesn't pass in a response + callback. 5.90010 - 2012-02-18 00:01:00