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