HTTP::Body, patch from Daniel Ruoso to add XForms support
[catagits/HTTP-Body.git] / Changes
1 This file documents the revision history for Perl extension HTTP::Body.
2
3 1.00
4         - Added support for chunked requests if no $length value is passed to new().
5         - Added support for XForms submissions. (Daniel Ruoso)
6         - Fixed urlencoded parser to handle spaces after semicolons and equal signs
7           in the value. (Tom Heady, http://rt.cpan.org/Ticket/Display.html?id=31055)
8         - Fixed multipart test to properly clean up temporary files.
9
10 0.9   2007-03-27 14:00:00
11         - Fixed bug where empty fields in multipart/form-data were ignored.
12           (Ton Voon)
13         - Fixed bug where an uploaded file with the name "0" was ignored.
14           (Ton Voon)
15         - Small performance improvements to urlencoded parser.
16
17 0.8   2007-03-23 18:40:00
18         - Some browsers such as MSIE send extra data after the body content.
19           We now properly ignore anything beyond Content-Length.
20
21 0.7   2007-03-23 10:00:00
22         - Fixed parsing an empty (zero-length) file using multipart.
23           http://rt.cpan.org/NoAuth/Bug.html?id=25392
24
25 0.6   2006-01-06 00:00:00
26         - Fixed buffer bug in OctetStream, reported by Daisuke Murase
27           <typester@cpan.org>.
28         - Fixed YAML prereq, reported by Jess Robinson
29         - Added tests, Ben Trott <ben@sixapart.com>.
30
31 0.5   2005-11-17 00:00:00
32         - Updated for PAR compatibility
33
34 0.4   2005-11-09 01:00:00
35         - Version bump to 0.4 so CPAN.pm installs the right version.
36
37 0.03  2005-10-27 20:00:00
38         - removed use of List::Util first due to memory leakage.
39           http://rt.cpan.org/NoAuth/Bug.html?id=13891
40
41 0.2   2005-10-07
42         - fixed POD
43
44 0.01  2005-09-07
45         - first release