Bump trunk version of HTTP::Body to 0.8
[catagits/HTTP-Body.git] / Changes
CommitLineData
09abe57d 1This file documents the revision history for Perl extension HTTP::Body.
2
9be20686 30.8
4 - Major refactor...
5
60.7 2007-03-23 10:00:00
7 - Fixed parsing an empty (zero-length) file using multipart.
8 http://rt.cpan.org/NoAuth/Bug.html?id=25392
1084e914 9
b611551a 100.6 2006-01-06 00:00:00
9bbd91b6 11 - Fixed buffer bug in OctetStream, reported by Daisuke Murase <typester@cpan.org>.
4b372378 12 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 13 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 14
b018320d 150.5 2005-11-17 00:00:00
16 - Updated for PAR compatibility
17
1ec011cb 180.4 2005-11-09 01:00:00
19 - Version bump to 0.4 so CPAN.pm installs the right version.
20
9be20686 210.03 2005-10-27 20:00:00
af05d2df 22 - removed use of List::Util first due to memory leakage.
27ee4e94 23 http://rt.cpan.org/NoAuth/Bug.html?id=13891
24
1ec011cb 250.2 2005-10-07
38ad3df8 26 - fixed POD
27
9be20686 280.01 2005-09-07
09abe57d 29 - first release