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