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