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