X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e87c278447c20ab2b4634a437221eed2fad8f5c0;hb=46372e65373a893323ebcb5cb97427d579c7e85a;hp=7b4caaee616219a53e40b42733639d965a99cc1f;hpb=c45c5d3787dfb147d4bfb4542283f52a3223fa87;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 7b4caae..e87c278 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,19 @@ This file documents the revision history for Perl extension Catalyst. - - Add warning in uri_for - -5.7007 2006-03-13 14:18:00 +5.7007 2007-03-13 14:18:00 + - Many performance improvements by not using URI.pm: + * $c->uri_for (approx. 8x faster) + * $c->engine->prepare_path (approx. 27x faster) + * $c->engine->prepare_query_parameters (approx. 5x faster) + - Updated HTTP::Body dependency to 0.9 which fixes the following issues: + * Handle when IE sometimes sends an extra CRLF after the POST body. + * Empty fields in multipart/form-data POSTs are no longer ignored. + * Uploaded files with the name "0" are no longer ignored. + - Sending SIGHUP to the dev server will now cause it to restart. + - Allow "0" for a path in uri_for. - Performance and stability improvements to the built-in HTTP server. - - Don't ignore file uploads if form contains a text field with the - same name. (Carl Franks) + - Don't ignore file uploads if form contains a text field with the same name. + (Carl Franks) - Support restart_delay of 0 (for use in the POE engine). - Skip body processing if we don't have a Content-Length header. Results in about a 9% performance increase when handling GET/HEAD @@ -14,7 +22,7 @@ This file documents the revision history for Perl extension Catalyst. - MyApp->model/view now looks at MyApp->config->{default_view/model} (Bogdan Lucaciu) -5.7006 2006-11-03 14.18 +5.7006 2006-11-15 14.18 - Updated manifest - Fix Slurp dependency - Updated HTTP::Body dependency to 0.6, 0.5 can break on large POST