1.08
[catagits/HTTP-Body.git] / Changes
CommitLineData
09abe57d 1This file documents the revision history for Perl extension HTTP::Body.
2
6a7b9183 31.08
4 - Temp files now preserve the suffix of the uploaded file. This makes
5 it possible to feed the file directly into a mime-type-determing
6 module that may rely on this suffix as part of its heuristic. (Dave
7 Rolsky)
edb3b1f8 8 - Fix for RT#54443 Xforms buffering incorrectly (Simon Elliott)
9 - Move to Dist::Zilla
6a7b9183 10
5379d16f 111.07 2010-01-24 20:40:00
12 - Up IO::File dependency.
13
cd439abb 141.06 2010-01-09 19:21:00
b1da105b 15 - Added $body->cleanup(1) flag to enable auto-deletion of temporary files
16 during DESTROY. (Vany Serezhkin)
4f8ae3af 17 - Fixed parsing of multipart bodies with boundaries that contain commas.
18 (Tomas Doran, http://rt.cpan.org/Public/Bug/Display.html?id=41407)
712c90b5 19 - Dropped YAML, we now use Perl as a serialization format in our tests. We call this PAML ;)
4f8ae3af 20
68cfda7d 211.05 2008-12-01 17:15:00
22 - Removed useless eval + require in new().
23
3debb7c0 241.04 2008-06-23 16:00:00
25 - Added tmpdir() accessor to specify an alternate directory for temp files.
26 (jgoulah)
27
2759ad98 281.03 2008-04-07 08:20:00
29 - Set body value for XForms data. (Daniel Ruoso)
30
4ba452d9 311.02 2008-02-27 17:30:00
32 - Fixed issue with urlencoded test on Windows.
33
5a1e3a8d 341.01 2008-02-23 11:30:00
35 - Fixed performance issue with urlencoded regex.
36
599b988a 371.00 2008-02-23 11:00:00
0a66fd23 38 - Added support for chunked requests if no $length value is passed to new().
5940e4c7 39 - Added support for XForms submissions. (Daniel Ruoso)
25f2a981 40 - Fixed urlencoded parser to handle spaces after semicolons and equal signs
41 in the value. (Tom Heady, http://rt.cpan.org/Ticket/Display.html?id=31055)
1ced50e0 42 - Fixed multipart test to properly clean up temporary files.
0a66fd23 43
912a882b 440.9 2007-03-27 14:00:00
45 - Fixed bug where empty fields in multipart/form-data were ignored.
46 (Ton Voon)
47 - Fixed bug where an uploaded file with the name "0" was ignored.
48 (Ton Voon)
49 - Small performance improvements to urlencoded parser.
dd70a428 50
c0ca3e5c 510.8 2007-03-23 18:40:00
912a882b 52 - Some browsers such as MSIE send extra data after the body content.
53 We now properly ignore anything beyond Content-Length.
9603999f 54
550.7 2007-03-23 10:00:00
64dc6c36 56 - Fixed parsing an empty (zero-length) file using multipart.
57 http://rt.cpan.org/NoAuth/Bug.html?id=25392
58
b611551a 590.6 2006-01-06 00:00:00
912a882b 60 - Fixed buffer bug in OctetStream, reported by Daisuke Murase
61 <typester@cpan.org>.
4b372378 62 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 63 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 64
b018320d 650.5 2005-11-17 00:00:00
66 - Updated for PAR compatibility
67
1ec011cb 680.4 2005-11-09 01:00:00
69 - Version bump to 0.4 so CPAN.pm installs the right version.
70
af05d2df 710.03 2005-10-27 20:00:00
72 - removed use of List::Util first due to memory leakage.
27ee4e94 73 http://rt.cpan.org/NoAuth/Bug.html?id=13891
74
1ec011cb 750.2 2005-10-07
38ad3df8 76 - fixed POD
77
af05d2df 780.01 2005-09-07
09abe57d 79 - first release