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