X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b4e09ea68e3c7f192db3ed0802ea82eba9710f37;hb=f13fc03fe888214323259fd26fe0cb81b7832beb;hp=e79992ebe277a3ba9b7fed147ff461ee6f687e6d;hpb=951572c08d33e8364f5cc49286f144015b80b5f9;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index e79992e..b4e09ea 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,16 @@ This file documents the revision history for Perl extension Catalyst. 5.7007 ?? - - allow mutation of body() in Catalyst::Request + - Performance and stability improvements to the built-in HTTP server. + - Built-in server no longer supports -k (keep-alive). - 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 requests. + - Add a default body to redirect responses. + - MyApp->model/view now looks at MyApp->config->{default_view/model} + (Bogdan Lucaciu) 5.7006 2006-11-03 14.18 - Updated manifest