Fixed buffer bug in HTTP::Body::OctetStream
[catagits/HTTP-Body.git] / Changes
1 This file documents the revision history for Perl extension HTTP::Body.
2
3 0.6   2005-11-00 00:00:00
4         - Fixed buffer bug in OctetStream, reported by Daisuke Murase <typester@cpan.org>.
5
6 0.5   2005-11-17 00:00:00
7         - Updated for PAR compatibility
8
9 0.4   2005-11-09 01:00:00
10         - Version bump to 0.4 so CPAN.pm installs the right version.
11
12 0.03  2005-10-27 20:00:00
13         - removed use of List::Util first due to memory leakage.
14           http://rt.cpan.org/NoAuth/Bug.html?id=13891
15
16 0.2   2005-10-07
17         - fixed POD
18
19 0.01  2005-09-07
20         - first release