X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=19014194ee609c4907465416810109d4bf6eff91;hb=19529022add09ffd8cec4011d679f5ea007abf5f;hp=1ef58479066c77416d63a074a36a2d724eac0fad;hpb=4fac276ebf3f821fbe94cc145688a9338b0b8b60;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 1ef5847..1901419 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ # This file documents the revision history for Perl extension Catalyst. + Bug fixes: + - Fix reporting the wrong Content-Length if the response body is an + upgraded string. Strings mean the same thing whether or not they are + upgraded, may get upgraded even after they are encoded, and will + produce the same output either way, but bytes::length returns too big + values for upgraded strings containing characters >127 + - Make FastCGI compatible with modules which use the fileno call to + determine if a file is open (E.g. IPC::Run) + + Refactoring / cleanups: + - NoTabs and Pod tests moved to t/author so that they're not run + (and then skipped) normally. + 5.80014_01 2009-11-22 20:01:23 Bug fixes: