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