Bump HTTP::Body to 0.8, search.cpan took 0.7 even though I don't have permission
[catagits/HTTP-Body.git] / Changes
CommitLineData
09abe57d 1This file documents the revision history for Perl extension HTTP::Body.
2
9603999f 30.8
304dca13 4 - Some browsers such as MSIE send extra data after the body content. We now
5 properly ignore anything beyond Content-Length.
9603999f 6
70.7 2007-03-23 10:00:00
64dc6c36 8 - Fixed parsing an empty (zero-length) file using multipart.
9 http://rt.cpan.org/NoAuth/Bug.html?id=25392
10
b611551a 110.6 2006-01-06 00:00:00
9bbd91b6 12 - Fixed buffer bug in OctetStream, reported by Daisuke Murase <typester@cpan.org>.
4b372378 13 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 14 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 15
b018320d 160.5 2005-11-17 00:00:00
17 - Updated for PAR compatibility
18
1ec011cb 190.4 2005-11-09 01:00:00
20 - Version bump to 0.4 so CPAN.pm installs the right version.
21
af05d2df 220.03 2005-10-27 20:00:00
23 - removed use of List::Util first due to memory leakage.
27ee4e94 24 http://rt.cpan.org/NoAuth/Bug.html?id=13891
25
1ec011cb 260.2 2005-10-07
38ad3df8 27 - fixed POD
28
af05d2df 290.01 2005-09-07
09abe57d 30 - first release