HTTP::Body 1.01, fixed regex to restore performance of urlencoded parser, the previou...
[catagits/HTTP-Body.git] / Changes
CommitLineData
09abe57d 1This file documents the revision history for Perl extension HTTP::Body.
2
5a1e3a8d 31.01 2008-02-23 11:30:00
4 - Fixed performance issue with urlencoded regex.
5
599b988a 61.00 2008-02-23 11:00:00
0a66fd23 7 - Added support for chunked requests if no $length value is passed to new().
5940e4c7 8 - Added support for XForms submissions. (Daniel Ruoso)
25f2a981 9 - Fixed urlencoded parser to handle spaces after semicolons and equal signs
10 in the value. (Tom Heady, http://rt.cpan.org/Ticket/Display.html?id=31055)
1ced50e0 11 - Fixed multipart test to properly clean up temporary files.
0a66fd23 12
912a882b 130.9 2007-03-27 14:00:00
14 - Fixed bug where empty fields in multipart/form-data were ignored.
15 (Ton Voon)
16 - Fixed bug where an uploaded file with the name "0" was ignored.
17 (Ton Voon)
18 - Small performance improvements to urlencoded parser.
dd70a428 19
c0ca3e5c 200.8 2007-03-23 18:40:00
912a882b 21 - Some browsers such as MSIE send extra data after the body content.
22 We now properly ignore anything beyond Content-Length.
9603999f 23
240.7 2007-03-23 10:00:00
64dc6c36 25 - Fixed parsing an empty (zero-length) file using multipart.
26 http://rt.cpan.org/NoAuth/Bug.html?id=25392
27
b611551a 280.6 2006-01-06 00:00:00
912a882b 29 - Fixed buffer bug in OctetStream, reported by Daisuke Murase
30 <typester@cpan.org>.
4b372378 31 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 32 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 33
b018320d 340.5 2005-11-17 00:00:00
35 - Updated for PAR compatibility
36
1ec011cb 370.4 2005-11-09 01:00:00
38 - Version bump to 0.4 so CPAN.pm installs the right version.
39
af05d2df 400.03 2005-10-27 20:00:00
41 - removed use of List::Util first due to memory leakage.
27ee4e94 42 http://rt.cpan.org/NoAuth/Bug.html?id=13891
43
1ec011cb 440.2 2005-10-07
38ad3df8 45 - fixed POD
46
af05d2df 470.01 2005-09-07
09abe57d 48 - first release