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