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