Fixed test which failed if Plack wasn't installed
[catagits/HTTP-Body.git] / Changes
CommitLineData
09abe57d 1This file documents the revision history for Perl extension HTTP::Body.
2
bffd51a5 3{{$NEXT}}
2fdfe663 4 - Fix for failing test if Plack is not installed
5
61.20 2015-01-28 16:20:59+01:00 Europe/Berlin
2f14a496 7 -new method 'part_data' which preserves multipart meta information just in cause
8 you have a form upload with unexpected charsets, etc.
9
101.19
11 - Release for cleanup of dzil
f419f7c1 12
131.18 2013-12-06 10:05:33 America/New_York
bffd51a5 14 - Added configurable basename regexp, test added with fixed regexp for next release
15 (Torsten Raudssus [GETTY])
16 - Added .gitignore
17
181.16 Wed, 3 Oct 2012 15:18:47 CET
19 - Added support for application/json (Gareth Kirwan [GBJK])
20
211.15 Mon, 5 Dec 2011 02:59:02 CET
22 - Added missing requirement (Torsten Raudssus [GETTY])
23
0bc8fd5f 241.14 Tue 26 Oct 2010 19:42:00 CET
25 - removed benchmark test data and benchmark script for release (Torsten Raudssus [GETTY])
26
05f6d238 271.12 Sat 19 Mar 2011 19:05:17 CET
28 - Fixed the t/08 test
29
08160cca 301.11 Tue 26 Oct 2010 14:10:00 UTC
31 - Added param_order capability (Torsten Raudssus [GETTY])
32
e0c37f8e 331.10 Fri 8 Oct 2010 15:50:55 UTC
34 - Patch for test failure ( thanks KENTNL/MITHALDU! )
35
361.09 Thu 19 Aug 2010 19:08:55 UTC
37 - remove blib for PAUSE indexing.
38
391.08 Thu 19 Aug 2010 18:08:42 UTC
6a7b9183 40 - Temp files now preserve the suffix of the uploaded file. This makes
180546cf 41 it possible to feed the file directly into a mime-type-determining
6a7b9183 42 module that may rely on this suffix as part of its heuristic. (Dave
43 Rolsky)
edb3b1f8 44 - Fix for RT#54443 Xforms buffering incorrectly (Simon Elliott)
45 - Move to Dist::Zilla
6a7b9183 46
5379d16f 471.07 2010-01-24 20:40:00
48 - Up IO::File dependency.
49
cd439abb 501.06 2010-01-09 19:21:00
b1da105b 51 - Added $body->cleanup(1) flag to enable auto-deletion of temporary files
52 during DESTROY. (Vany Serezhkin)
4f8ae3af 53 - Fixed parsing of multipart bodies with boundaries that contain commas.
54 (Tomas Doran, http://rt.cpan.org/Public/Bug/Display.html?id=41407)
712c90b5 55 - Dropped YAML, we now use Perl as a serialization format in our tests. We call this PAML ;)
4f8ae3af 56
68cfda7d 571.05 2008-12-01 17:15:00
58 - Removed useless eval + require in new().
59
3debb7c0 601.04 2008-06-23 16:00:00
61 - Added tmpdir() accessor to specify an alternate directory for temp files.
62 (jgoulah)
63
2759ad98 641.03 2008-04-07 08:20:00
65 - Set body value for XForms data. (Daniel Ruoso)
66
4ba452d9 671.02 2008-02-27 17:30:00
68 - Fixed issue with urlencoded test on Windows.
69
5a1e3a8d 701.01 2008-02-23 11:30:00
71 - Fixed performance issue with urlencoded regex.
72
599b988a 731.00 2008-02-23 11:00:00
0a66fd23 74 - Added support for chunked requests if no $length value is passed to new().
5940e4c7 75 - Added support for XForms submissions. (Daniel Ruoso)
25f2a981 76 - Fixed urlencoded parser to handle spaces after semicolons and equal signs
77 in the value. (Tom Heady, http://rt.cpan.org/Ticket/Display.html?id=31055)
1ced50e0 78 - Fixed multipart test to properly clean up temporary files.
0a66fd23 79
912a882b 800.9 2007-03-27 14:00:00
81 - Fixed bug where empty fields in multipart/form-data were ignored.
82 (Ton Voon)
83 - Fixed bug where an uploaded file with the name "0" was ignored.
84 (Ton Voon)
85 - Small performance improvements to urlencoded parser.
dd70a428 86
c0ca3e5c 870.8 2007-03-23 18:40:00
912a882b 88 - Some browsers such as MSIE send extra data after the body content.
89 We now properly ignore anything beyond Content-Length.
9603999f 90
910.7 2007-03-23 10:00:00
64dc6c36 92 - Fixed parsing an empty (zero-length) file using multipart.
93 http://rt.cpan.org/NoAuth/Bug.html?id=25392
94
b611551a 950.6 2006-01-06 00:00:00
912a882b 96 - Fixed buffer bug in OctetStream, reported by Daisuke Murase
97 <typester@cpan.org>.
4b372378 98 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 99 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 100
b018320d 1010.5 2005-11-17 00:00:00
102 - Updated for PAR compatibility
103
1ec011cb 1040.4 2005-11-09 01:00:00
105 - Version bump to 0.4 so CPAN.pm installs the right version.
106
af05d2df 1070.03 2005-10-27 20:00:00
108 - removed use of List::Util first due to memory leakage.
27ee4e94 109 http://rt.cpan.org/NoAuth/Bug.html?id=13891
110
1ec011cb 1110.2 2005-10-07
38ad3df8 112 - fixed POD
113
af05d2df 1140.01 2005-09-07
09abe57d 115 - first release