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