X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=23d1a4e0c608809b1bdbf4b0f2e8d0fed84fe77b;hp=95bd8a786e42345af6ddd4b88655200d24b4296e;hb=d2ca8f86292caa20b36df556dff64a60f9ec59c4;hpb=24b3262af814a1014fd1ed9ea0eb0dedb90f67b4 diff --git a/Changes b/Changes index 95bd8a7..23d1a4e 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,19 @@ This file documents the revision history for Perl extension Catalyst. 5.62 - - Updated for Module::Install 0.40 + - Added class and method for catched exceptions messages + - Updated PAR support to use "make catalyst_par", + packages are no longer written by Makefile.PL + - Automatically determine Content-Length when serving a + filehandle. + - Exceptions now return status 500 + - Updated for Module::Install 0.44 - Fixed additional file installation for multi level app names - Added REDIRECT_URL support for applications running behind a RewriteRule in Apache. (Carl Franks) - Fixed FastCGI engine under win32. (Carl Franks) + - FastCGI doc updates (Bill Moseley) + - Bugfix for $c->model and friends (defined). 5.61 2005-12-02 00:00:00 - Fixed ExtUtils::AutoInstall Bootstrap Code in Makefile.PL