fix Xforms buffering check
[catagits/HTTP-Body.git] / Changes
1 This file documents the revision history for Perl extension HTTP::Body.
2
3 1.07    2010-01-24 20:40:00
4         - Up IO::File dependency.
5
6 1.06    2010-01-09 19:21:00
7         - Added $body->cleanup(1) flag to enable auto-deletion of temporary files
8           during DESTROY. (Vany Serezhkin)
9         - Fixed parsing of multipart bodies with boundaries that contain commas.
10           (Tomas Doran, http://rt.cpan.org/Public/Bug/Display.html?id=41407)
11         - Dropped YAML, we now use Perl as a serialization format in our tests. We call this PAML ;)
12
13 1.05    2008-12-01 17:15:00
14         - Removed useless eval + require in new().
15
16 1.04    2008-06-23 16:00:00
17         - Added tmpdir() accessor to specify an alternate directory for temp files.
18           (jgoulah)
19
20 1.03    2008-04-07 08:20:00
21         - Set body value for XForms data. (Daniel Ruoso)
22
23 1.02    2008-02-27 17:30:00
24         - Fixed issue with urlencoded test on Windows.
25
26 1.01    2008-02-23 11:30:00
27         - Fixed performance issue with urlencoded regex.
28
29 1.00    2008-02-23 11:00:00
30         - Added support for chunked requests if no $length value is passed to new().
31         - Added support for XForms submissions. (Daniel Ruoso)
32         - Fixed urlencoded parser to handle spaces after semicolons and equal signs
33           in the value. (Tom Heady, http://rt.cpan.org/Ticket/Display.html?id=31055)
34         - Fixed multipart test to properly clean up temporary files.
35
36 0.9   2007-03-27 14:00:00
37         - Fixed bug where empty fields in multipart/form-data were ignored.
38           (Ton Voon)
39         - Fixed bug where an uploaded file with the name "0" was ignored.
40           (Ton Voon)
41         - Small performance improvements to urlencoded parser.
42
43 0.8   2007-03-23 18:40:00
44         - Some browsers such as MSIE send extra data after the body content.
45           We now properly ignore anything beyond Content-Length.
46
47 0.7   2007-03-23 10:00:00
48         - Fixed parsing an empty (zero-length) file using multipart.
49           http://rt.cpan.org/NoAuth/Bug.html?id=25392
50
51 0.6   2006-01-06 00:00:00
52         - Fixed buffer bug in OctetStream, reported by Daisuke Murase
53           <typester@cpan.org>.
54         - Fixed YAML prereq, reported by Jess Robinson
55         - Added tests, Ben Trott <ben@sixapart.com>.
56
57 0.5   2005-11-17 00:00:00
58         - Updated for PAR compatibility
59
60 0.4   2005-11-09 01:00:00
61         - Version bump to 0.4 so CPAN.pm installs the right version.
62
63 0.03  2005-10-27 20:00:00
64         - removed use of List::Util first due to memory leakage.
65           http://rt.cpan.org/NoAuth/Bug.html?id=13891
66
67 0.2   2005-10-07
68         - fixed POD
69
70 0.01  2005-09-07
71         - first release