X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=402fe5632cbe5724abc4c6bd8bf7e2c1b3b08e82;hb=4f8ae3af480f22fc9c7d83361954f1ffacc0d193;hp=01c20c5dbe5df94f86fcd1be8cfc59bd6da0af59;hpb=4ba452d9100e4d033e2e6117b9ac8243db41d547;p=catagits%2FHTTP-Body.git diff --git a/Changes b/Changes index 01c20c5..402fe56 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,19 @@ This file documents the revision history for Perl extension HTTP::Body. +1.06 + - Fixed parsing of multipart bodies with boundaries that contain commas. + (Tomas Doran, http://rt.cpan.org/Public/Bug/Display.html?id=41407) + +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.