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