Updated changes file of the last releases, added new plugins
[catagits/HTTP-Body.git] / Changes
1 This file documents the revision history for Perl extension HTTP::Body.
2
3 {{$NEXT}}
4         - Added configurable basename regexp, test added with fixed regexp for next release
5           (Torsten Raudssus [GETTY])
6         - Added .gitignore
7
8 1.16    Wed, 3 Oct 2012 15:18:47 CET
9         - Added support for application/json (Gareth Kirwan [GBJK])
10
11 1.15    Mon, 5 Dec 2011 02:59:02 CET
12         - Added missing requirement (Torsten Raudssus [GETTY])
13
14 1.14    Tue 26 Oct 2010 19:42:00 CET
15         - removed benchmark test data and benchmark script for release (Torsten Raudssus [GETTY])
16
17 1.12    Sat 19 Mar 2011 19:05:17 CET
18         - Fixed the t/08 test
19
20 1.11    Tue 26 Oct 2010 14:10:00 UTC
21         - Added param_order capability (Torsten Raudssus [GETTY])
22
23 1.10    Fri 8 Oct 2010 15:50:55 UTC
24         - Patch for test failure ( thanks KENTNL/MITHALDU! )
25
26 1.09    Thu 19 Aug 2010 19:08:55 UTC
27         - remove blib for PAUSE indexing.
28
29 1.08    Thu 19 Aug 2010 18:08:42 UTC
30         - Temp files now preserve the suffix of the uploaded file. This makes
31           it possible to feed the file directly into a mime-type-determining
32           module that may rely on this suffix as part of its heuristic. (Dave
33           Rolsky)
34         - Fix for RT#54443 Xforms buffering incorrectly (Simon Elliott)
35         - Move to Dist::Zilla
36
37 1.07    2010-01-24 20:40:00
38         - Up IO::File dependency.
39
40 1.06    2010-01-09 19:21:00
41         - Added $body->cleanup(1) flag to enable auto-deletion of temporary files
42           during DESTROY. (Vany Serezhkin)
43         - Fixed parsing of multipart bodies with boundaries that contain commas.
44           (Tomas Doran, http://rt.cpan.org/Public/Bug/Display.html?id=41407)
45         - Dropped YAML, we now use Perl as a serialization format in our tests. We call this PAML ;)
46
47 1.05    2008-12-01 17:15:00
48         - Removed useless eval + require in new().
49
50 1.04    2008-06-23 16:00:00
51         - Added tmpdir() accessor to specify an alternate directory for temp files.
52           (jgoulah)
53
54 1.03    2008-04-07 08:20:00
55         - Set body value for XForms data. (Daniel Ruoso)
56
57 1.02    2008-02-27 17:30:00
58         - Fixed issue with urlencoded test on Windows.
59
60 1.01    2008-02-23 11:30:00
61         - Fixed performance issue with urlencoded regex.
62
63 1.00    2008-02-23 11:00:00
64         - Added support for chunked requests if no $length value is passed to new().
65         - Added support for XForms submissions. (Daniel Ruoso)
66         - Fixed urlencoded parser to handle spaces after semicolons and equal signs
67           in the value. (Tom Heady, http://rt.cpan.org/Ticket/Display.html?id=31055)
68         - Fixed multipart test to properly clean up temporary files.
69
70 0.9   2007-03-27 14:00:00
71         - Fixed bug where empty fields in multipart/form-data were ignored.
72           (Ton Voon)
73         - Fixed bug where an uploaded file with the name "0" was ignored.
74           (Ton Voon)
75         - Small performance improvements to urlencoded parser.
76
77 0.8   2007-03-23 18:40:00
78         - Some browsers such as MSIE send extra data after the body content.
79           We now properly ignore anything beyond Content-Length.
80
81 0.7   2007-03-23 10:00:00
82         - Fixed parsing an empty (zero-length) file using multipart.
83           http://rt.cpan.org/NoAuth/Bug.html?id=25392
84
85 0.6   2006-01-06 00:00:00
86         - Fixed buffer bug in OctetStream, reported by Daisuke Murase
87           <typester@cpan.org>.
88         - Fixed YAML prereq, reported by Jess Robinson
89         - Added tests, Ben Trott <ben@sixapart.com>.
90
91 0.5   2005-11-17 00:00:00
92         - Updated for PAR compatibility
93
94 0.4   2005-11-09 01:00:00
95         - Version bump to 0.4 so CPAN.pm installs the right version.
96
97 0.03  2005-10-27 20:00:00
98         - removed use of List::Util first due to memory leakage.
99           http://rt.cpan.org/NoAuth/Bug.html?id=13891
100
101 0.2   2005-10-07
102         - fixed POD
103
104 0.01  2005-09-07
105         - first release