X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0aefd950362f50cbf61aa025c62ab0146166a609;hb=6a7b9183013650d6d0488a5cd84d4033b9a9768c;hp=402fe5632cbe5724abc4c6bd8bf7e2c1b3b08e82;hpb=4f8ae3af480f22fc9c7d83361954f1ffacc0d193;p=catagits%2FHTTP-Body.git diff --git a/Changes b/Changes index 402fe56..0aefd95 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,20 @@ This file documents the revision history for Perl extension HTTP::Body. -1.06 +1.08 + - Temp files now preserve the suffix of the uploaded file. This makes + it possible to feed the file directly into a mime-type-determing + module that may rely on this suffix as part of its heuristic. (Dave + Rolsky) + +1.07 2010-01-24 20:40:00 + - Up IO::File dependency. + +1.06 2010-01-09 19:21:00 + - Added $body->cleanup(1) flag to enable auto-deletion of temporary files + during DESTROY. (Vany Serezhkin) - Fixed parsing of multipart bodies with boundaries that contain commas. (Tomas Doran, http://rt.cpan.org/Public/Bug/Display.html?id=41407) + - Dropped YAML, we now use Perl as a serialization format in our tests. We call this PAML ;) 1.05 2008-12-01 17:15:00 - Removed useless eval + require in new().