HTTP::Body 0.7, patch to support 0-length uploads
[catagits/HTTP-Body.git] / Changes
CommitLineData
09abe57d 1This file documents the revision history for Perl extension HTTP::Body.
2
64dc6c36 30.7 2007-03-23 10:00:00
4 - Fixed parsing an empty (zero-length) file using multipart.
5 http://rt.cpan.org/NoAuth/Bug.html?id=25392
6
b611551a 70.6 2006-01-06 00:00:00
9bbd91b6 8 - Fixed buffer bug in OctetStream, reported by Daisuke Murase <typester@cpan.org>.
4b372378 9 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 10 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 11
b018320d 120.5 2005-11-17 00:00:00
13 - Updated for PAR compatibility
14
1ec011cb 150.4 2005-11-09 01:00:00
16 - Version bump to 0.4 so CPAN.pm installs the right version.
17
af05d2df 180.03 2005-10-27 20:00:00
19 - removed use of List::Util first due to memory leakage.
27ee4e94 20 http://rt.cpan.org/NoAuth/Bug.html?id=13891
21
1ec011cb 220.2 2005-10-07
38ad3df8 23 - fixed POD
24
af05d2df 250.01 2005-09-07
09abe57d 26 - first release