Add version 1.11 of HTTP::Body with new param_order functionality
[catagits/HTTP-Body.git] / Changes
CommitLineData
09abe57d 1This file documents the revision history for Perl extension HTTP::Body.
2
08160cca 31.11 Tue 26 Oct 2010 14:10:00 UTC
4 - Added param_order capability (Torsten Raudssus [GETTY])
5
e0c37f8e 61.10 Fri 8 Oct 2010 15:50:55 UTC
7 - Patch for test failure ( thanks KENTNL/MITHALDU! )
8
91.09 Thu 19 Aug 2010 19:08:55 UTC
10 - remove blib for PAUSE indexing.
11
121.08 Thu 19 Aug 2010 18:08:42 UTC
6a7b9183 13 - Temp files now preserve the suffix of the uploaded file. This makes
180546cf 14 it possible to feed the file directly into a mime-type-determining
6a7b9183 15 module that may rely on this suffix as part of its heuristic. (Dave
16 Rolsky)
edb3b1f8 17 - Fix for RT#54443 Xforms buffering incorrectly (Simon Elliott)
18 - Move to Dist::Zilla
6a7b9183 19
5379d16f 201.07 2010-01-24 20:40:00
21 - Up IO::File dependency.
22
cd439abb 231.06 2010-01-09 19:21:00
b1da105b 24 - Added $body->cleanup(1) flag to enable auto-deletion of temporary files
25 during DESTROY. (Vany Serezhkin)
4f8ae3af 26 - Fixed parsing of multipart bodies with boundaries that contain commas.
27 (Tomas Doran, http://rt.cpan.org/Public/Bug/Display.html?id=41407)
712c90b5 28 - Dropped YAML, we now use Perl as a serialization format in our tests. We call this PAML ;)
4f8ae3af 29
68cfda7d 301.05 2008-12-01 17:15:00
31 - Removed useless eval + require in new().
32
3debb7c0 331.04 2008-06-23 16:00:00
34 - Added tmpdir() accessor to specify an alternate directory for temp files.
35 (jgoulah)
36
2759ad98 371.03 2008-04-07 08:20:00
38 - Set body value for XForms data. (Daniel Ruoso)
39
4ba452d9 401.02 2008-02-27 17:30:00
41 - Fixed issue with urlencoded test on Windows.
42
5a1e3a8d 431.01 2008-02-23 11:30:00
44 - Fixed performance issue with urlencoded regex.
45
599b988a 461.00 2008-02-23 11:00:00
0a66fd23 47 - Added support for chunked requests if no $length value is passed to new().
5940e4c7 48 - Added support for XForms submissions. (Daniel Ruoso)
25f2a981 49 - Fixed urlencoded parser to handle spaces after semicolons and equal signs
50 in the value. (Tom Heady, http://rt.cpan.org/Ticket/Display.html?id=31055)
1ced50e0 51 - Fixed multipart test to properly clean up temporary files.
0a66fd23 52
912a882b 530.9 2007-03-27 14:00:00
54 - Fixed bug where empty fields in multipart/form-data were ignored.
55 (Ton Voon)
56 - Fixed bug where an uploaded file with the name "0" was ignored.
57 (Ton Voon)
58 - Small performance improvements to urlencoded parser.
dd70a428 59
c0ca3e5c 600.8 2007-03-23 18:40:00
912a882b 61 - Some browsers such as MSIE send extra data after the body content.
62 We now properly ignore anything beyond Content-Length.
9603999f 63
640.7 2007-03-23 10:00:00
64dc6c36 65 - Fixed parsing an empty (zero-length) file using multipart.
66 http://rt.cpan.org/NoAuth/Bug.html?id=25392
67
b611551a 680.6 2006-01-06 00:00:00
912a882b 69 - Fixed buffer bug in OctetStream, reported by Daisuke Murase
70 <typester@cpan.org>.
4b372378 71 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 72 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 73
b018320d 740.5 2005-11-17 00:00:00
75 - Updated for PAR compatibility
76
1ec011cb 770.4 2005-11-09 01:00:00
78 - Version bump to 0.4 so CPAN.pm installs the right version.
79
af05d2df 800.03 2005-10-27 20:00:00
81 - removed use of List::Util first due to memory leakage.
27ee4e94 82 http://rt.cpan.org/NoAuth/Bug.html?id=13891
83
1ec011cb 840.2 2005-10-07
38ad3df8 85 - fixed POD
86
af05d2df 870.01 2005-09-07
09abe57d 88 - first release