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