RT#18075
[catagits/HTTP-Request-AsCGI.git] / Changes
CommitLineData
2d51e42f 1This file documents the revision history for Perl extension HTTP::Request::AsCGI.
2
b2c02cd0 30.5_03 2009-04-29
4 - RT#18075: Play more nicely with Perl 5.6's open(). (hdp)
5
bd90442e 60.5_02 2009-04-29
7 - Avoid mixing buffered and unbuffered IO and flush STDIN after writing
8 request content to it. (hdp)
9
58743636 100.5 2006-01-20
b81054c2 11 - Fixed bug where content was overridden on 500 responses.
12
58743636 130.4 2006-01-19
4e0afe7d 14 - Fixed #15999 return a 500 response when message is empty, reported by Chris Dolan <cdolan@cpan.org>
15 - Fixed Status header bug
16 - Bumped HTTP::Response requirement to 1.53 and drop our own message parsing.
17
58743636 180.3 2006-01-06
4e0afe7d 19 - Silence uninitialized warnings when restoring %ENV
20 - Fixed dup and restore of STDIN.
cef1c068 21
58743636 220.2 2005-10-31
4e0afe7d 23 - Added test for response.
ca38286c 24
58743636 250.1 2005-10-21
4e0afe7d 26 - First release.
b332ee65 27