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