HTTP::Body - small performance tweaks to urlencoded parser
[catagits/HTTP-Body.git] / Changes
1 This file documents the revision history for Perl extension HTTP::Body.
2
3 0.9
4         - Small performance tweaks to urlencoded parser.
5
6 0.8   2007-03-23 18:40:00
7         - Some browsers such as MSIE send extra data after the body content.  We now
8           properly ignore anything beyond Content-Length.
9
10 0.7   2007-03-23 10:00:00
11         - Fixed parsing an empty (zero-length) file using multipart.
12           http://rt.cpan.org/NoAuth/Bug.html?id=25392
13
14 0.6   2006-01-06 00:00:00
15         - Fixed buffer bug in OctetStream, reported by Daisuke Murase <typester@cpan.org>.
16         - Fixed YAML prereq, reported by Jess Robinson
17         - Added tests, Ben Trott <ben@sixapart.com>.
18
19 0.5   2005-11-17 00:00:00
20         - Updated for PAR compatibility
21
22 0.4   2005-11-09 01:00:00
23         - Version bump to 0.4 so CPAN.pm installs the right version.
24
25 0.03  2005-10-27 20:00:00
26         - removed use of List::Util first due to memory leakage.
27           http://rt.cpan.org/NoAuth/Bug.html?id=13891
28
29 0.2   2005-10-07
30         - fixed POD
31
32 0.01  2005-09-07
33         - first release