X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=bbce579647672060b911e0f3d704ebde95496b29;hb=5379d16fdab65b735cb1979fc966eb59a5b153d6;hp=9497e8e56290e1759abba3511a2813801d737eb7;hpb=912a882b1d608b6007cab815c0961124113e94ee;p=catagits%2FHTTP-Body.git diff --git a/Changes b/Changes index 9497e8e..bbce579 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,38 @@ This file documents the revision history for Perl extension HTTP::Body. +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(). + +1.04 2008-06-23 16:00:00 + - Added tmpdir() accessor to specify an alternate directory for temp files. + (jgoulah) + +1.03 2008-04-07 08:20:00 + - Set body value for XForms data. (Daniel Ruoso) + +1.02 2008-02-27 17:30:00 + - Fixed issue with urlencoded test on Windows. + +1.01 2008-02-23 11:30:00 + - Fixed performance issue with urlencoded regex. + +1.00 2008-02-23 11:00:00 + - Added support for chunked requests if no $length value is passed to new(). + - Added support for XForms submissions. (Daniel Ruoso) + - Fixed urlencoded parser to handle spaces after semicolons and equal signs + in the value. (Tom Heady, http://rt.cpan.org/Ticket/Display.html?id=31055) + - Fixed multipart test to properly clean up temporary files. + 0.9 2007-03-27 14:00:00 - Fixed bug where empty fields in multipart/form-data were ignored. (Ton Voon)