Fix multipart boundaries with commas
[catagits/HTTP-Body.git] / Changes
CommitLineData
09abe57d 1This file documents the revision history for Perl extension HTTP::Body.
2
4f8ae3af 31.06
4 - Fixed parsing of multipart bodies with boundaries that contain commas.
5 (Tomas Doran, http://rt.cpan.org/Public/Bug/Display.html?id=41407)
6
68cfda7d 71.05 2008-12-01 17:15:00
8 - Removed useless eval + require in new().
9
3debb7c0 101.04 2008-06-23 16:00:00
11 - Added tmpdir() accessor to specify an alternate directory for temp files.
12 (jgoulah)
13
2759ad98 141.03 2008-04-07 08:20:00
15 - Set body value for XForms data. (Daniel Ruoso)
16
4ba452d9 171.02 2008-02-27 17:30:00
18 - Fixed issue with urlencoded test on Windows.
19
5a1e3a8d 201.01 2008-02-23 11:30:00
21 - Fixed performance issue with urlencoded regex.
22
599b988a 231.00 2008-02-23 11:00:00
0a66fd23 24 - Added support for chunked requests if no $length value is passed to new().
5940e4c7 25 - Added support for XForms submissions. (Daniel Ruoso)
25f2a981 26 - Fixed urlencoded parser to handle spaces after semicolons and equal signs
27 in the value. (Tom Heady, http://rt.cpan.org/Ticket/Display.html?id=31055)
1ced50e0 28 - Fixed multipart test to properly clean up temporary files.
0a66fd23 29
912a882b 300.9 2007-03-27 14:00:00
31 - Fixed bug where empty fields in multipart/form-data were ignored.
32 (Ton Voon)
33 - Fixed bug where an uploaded file with the name "0" was ignored.
34 (Ton Voon)
35 - Small performance improvements to urlencoded parser.
dd70a428 36
c0ca3e5c 370.8 2007-03-23 18:40:00
912a882b 38 - Some browsers such as MSIE send extra data after the body content.
39 We now properly ignore anything beyond Content-Length.
9603999f 40
410.7 2007-03-23 10:00:00
64dc6c36 42 - Fixed parsing an empty (zero-length) file using multipart.
43 http://rt.cpan.org/NoAuth/Bug.html?id=25392
44
b611551a 450.6 2006-01-06 00:00:00
912a882b 46 - Fixed buffer bug in OctetStream, reported by Daisuke Murase
47 <typester@cpan.org>.
4b372378 48 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 49 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 50
b018320d 510.5 2005-11-17 00:00:00
52 - Updated for PAR compatibility
53
1ec011cb 540.4 2005-11-09 01:00:00
55 - Version bump to 0.4 so CPAN.pm installs the right version.
56
af05d2df 570.03 2005-10-27 20:00:00
58 - removed use of List::Util first due to memory leakage.
27ee4e94 59 http://rt.cpan.org/NoAuth/Bug.html?id=13891
60
1ec011cb 610.2 2005-10-07
38ad3df8 62 - fixed POD
63
af05d2df 640.01 2005-09-07
09abe57d 65 - first release