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