Added cleanup flag to auto-delete temp files
[catagits/HTTP-Body.git] / Changes
CommitLineData
09abe57d 1This file documents the revision history for Perl extension HTTP::Body.
2
4f8ae3af 31.06
b1da105b 4 - Added $body->cleanup(1) flag to enable auto-deletion of temporary files
5 during DESTROY. (Vany Serezhkin)
4f8ae3af 6 - Fixed parsing of multipart bodies with boundaries that contain commas.
7 (Tomas Doran, http://rt.cpan.org/Public/Bug/Display.html?id=41407)
8
68cfda7d 91.05 2008-12-01 17:15:00
10 - Removed useless eval + require in new().
11
3debb7c0 121.04 2008-06-23 16:00:00
13 - Added tmpdir() accessor to specify an alternate directory for temp files.
14 (jgoulah)
15
2759ad98 161.03 2008-04-07 08:20:00
17 - Set body value for XForms data. (Daniel Ruoso)
18
4ba452d9 191.02 2008-02-27 17:30:00
20 - Fixed issue with urlencoded test on Windows.
21
5a1e3a8d 221.01 2008-02-23 11:30:00
23 - Fixed performance issue with urlencoded regex.
24
599b988a 251.00 2008-02-23 11:00:00
0a66fd23 26 - Added support for chunked requests if no $length value is passed to new().
5940e4c7 27 - Added support for XForms submissions. (Daniel Ruoso)
25f2a981 28 - Fixed urlencoded parser to handle spaces after semicolons and equal signs
29 in the value. (Tom Heady, http://rt.cpan.org/Ticket/Display.html?id=31055)
1ced50e0 30 - Fixed multipart test to properly clean up temporary files.
0a66fd23 31
912a882b 320.9 2007-03-27 14:00:00
33 - Fixed bug where empty fields in multipart/form-data were ignored.
34 (Ton Voon)
35 - Fixed bug where an uploaded file with the name "0" was ignored.
36 (Ton Voon)
37 - Small performance improvements to urlencoded parser.
dd70a428 38
c0ca3e5c 390.8 2007-03-23 18:40:00
912a882b 40 - Some browsers such as MSIE send extra data after the body content.
41 We now properly ignore anything beyond Content-Length.
9603999f 42
430.7 2007-03-23 10:00:00
64dc6c36 44 - Fixed parsing an empty (zero-length) file using multipart.
45 http://rt.cpan.org/NoAuth/Bug.html?id=25392
46
b611551a 470.6 2006-01-06 00:00:00
912a882b 48 - Fixed buffer bug in OctetStream, reported by Daisuke Murase
49 <typester@cpan.org>.
4b372378 50 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 51 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 52
b018320d 530.5 2005-11-17 00:00:00
54 - Updated for PAR compatibility
55
1ec011cb 560.4 2005-11-09 01:00:00
57 - Version bump to 0.4 so CPAN.pm installs the right version.
58
af05d2df 590.03 2005-10-27 20:00:00
60 - removed use of List::Util first due to memory leakage.
27ee4e94 61 http://rt.cpan.org/NoAuth/Bug.html?id=13891
62
1ec011cb 630.2 2005-10-07
38ad3df8 64 - fixed POD
65
af05d2df 660.01 2005-09-07
09abe57d 67 - first release