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