HTTP::Body - small performance tweaks to urlencoded parser
[catagits/HTTP-Body.git] / Changes
CommitLineData
09abe57d 1This file documents the revision history for Perl extension HTTP::Body.
2
dd70a428 30.9
4 - Small performance tweaks to urlencoded parser.
5
c0ca3e5c 60.8 2007-03-23 18:40:00
304dca13 7 - Some browsers such as MSIE send extra data after the body content. We now
8 properly ignore anything beyond Content-Length.
9603999f 9
100.7 2007-03-23 10:00:00
64dc6c36 11 - Fixed parsing an empty (zero-length) file using multipart.
12 http://rt.cpan.org/NoAuth/Bug.html?id=25392
13
b611551a 140.6 2006-01-06 00:00:00
9bbd91b6 15 - Fixed buffer bug in OctetStream, reported by Daisuke Murase <typester@cpan.org>.
4b372378 16 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 17 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 18
b018320d 190.5 2005-11-17 00:00:00
20 - Updated for PAR compatibility
21
1ec011cb 220.4 2005-11-09 01:00:00
23 - Version bump to 0.4 so CPAN.pm installs the right version.
24
af05d2df 250.03 2005-10-27 20:00:00
26 - removed use of List::Util first due to memory leakage.
27ee4e94 27 http://rt.cpan.org/NoAuth/Bug.html?id=13891
28
1ec011cb 290.2 2005-10-07
38ad3df8 30 - fixed POD
31
af05d2df 320.01 2005-09-07
09abe57d 33 - first release