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