HTTP::Body 0.7, patch to support 0-length uploads
[catagits/HTTP-Body.git] / Changes
1 This file documents the revision history for Perl extension HTTP::Body.
2
3 0.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
7 0.6   2006-01-06 00:00:00
8         - Fixed buffer bug in OctetStream, reported by Daisuke Murase <typester@cpan.org>.
9         - Fixed YAML prereq, reported by Jess Robinson
10         - Added tests, Ben Trott <ben@sixapart.com>.
11
12 0.5   2005-11-17 00:00:00
13         - Updated for PAR compatibility
14
15 0.4   2005-11-09 01:00:00
16         - Version bump to 0.4 so CPAN.pm installs the right version.
17
18 0.03  2005-10-27 20:00:00
19         - removed use of List::Util first due to memory leakage.
20           http://rt.cpan.org/NoAuth/Bug.html?id=13891
21
22 0.2   2005-10-07
23         - fixed POD
24
25 0.01  2005-09-07
26         - first release