[Catalyst-commits] r6364 - trunk/Catalyst-Runtime
andyg at dev.catalyst.perl.org
andyg at dev.catalyst.perl.org
Sun May 6 16:41:25 GMT 2007
Author: andyg
Date: 2007-05-06 16:41:24 +0100 (Sun, 06 May 2007)
New Revision: 6364
Modified:
trunk/Catalyst-Runtime/Changes
Log:
Update Changes for content-length fix
Modified: trunk/Catalyst-Runtime/Changes
===================================================================
--- trunk/Catalyst-Runtime/Changes 2007-05-06 15:38:25 UTC (rev 6363)
+++ trunk/Catalyst-Runtime/Changes 2007-05-06 15:41:24 UTC (rev 6364)
@@ -1,5 +1,9 @@
This file documents the revision history for Perl extension Catalyst.
+5.7008
+ - Fixed a bug where Content-Length could be set to 0 if a filehandle
+ object in $c->response->body did not report a size.
+
5.7007 2007-03-13 14:18:00
- Many performance improvements by not using URI.pm:
* $c->uri_for (approx. 8x faster)
More information about the Catalyst-commits
mailing list