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