Fix typo in HTTP::Body docs
[catagits/HTTP-Body.git] / Changes
CommitLineData
09abe57d 1This file documents the revision history for Perl extension HTTP::Body.
2
912a882b 30.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.
dd70a428 9
c0ca3e5c 100.8 2007-03-23 18:40:00
912a882b 11 - Some browsers such as MSIE send extra data after the body content.
12 We now properly ignore anything beyond Content-Length.
9603999f 13
140.7 2007-03-23 10:00:00
64dc6c36 15 - Fixed parsing an empty (zero-length) file using multipart.
16 http://rt.cpan.org/NoAuth/Bug.html?id=25392
17
b611551a 180.6 2006-01-06 00:00:00
912a882b 19 - Fixed buffer bug in OctetStream, reported by Daisuke Murase
20 <typester@cpan.org>.
4b372378 21 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 22 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 23
b018320d 240.5 2005-11-17 00:00:00
25 - Updated for PAR compatibility
26
1ec011cb 270.4 2005-11-09 01:00:00
28 - Version bump to 0.4 so CPAN.pm installs the right version.
29
af05d2df 300.03 2005-10-27 20:00:00
31 - removed use of List::Util first due to memory leakage.
27ee4e94 32 http://rt.cpan.org/NoAuth/Bug.html?id=13891
33
1ec011cb 340.2 2005-10-07
38ad3df8 35 - fixed POD
36
af05d2df 370.01 2005-09-07
09abe57d 38 - first release