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