diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-15 11:32:15 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-15 11:32:15 +0000 |
commit | 70194bd699eee0388870aca35b7bdf42b89957da (patch) | |
tree | 6c6bac050b9670c73bbe64ea8e6d48adbf34c345 /lib/CGI/Changes | |
parent | 6d26897eff477490c61337cb738793fba583c7b6 (diff) | |
download | perl-70194bd699eee0388870aca35b7bdf42b89957da.tar.gz |
Upgrade to CGI.pm 3.10
p4raw-id: //depot/perl@24470
Diffstat (limited to 'lib/CGI/Changes')
-rw-r--r-- | lib/CGI/Changes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/CGI/Changes b/lib/CGI/Changes index 9b22a52a49..467ee641ff 100644 --- a/lib/CGI/Changes +++ b/lib/CGI/Changes @@ -1,3 +1,10 @@ + Version 3.10 + 1. Added Apache2::RequestIO, which is necessary for mp2 interoperability. + + Version 3.09 + 1. Fixed tabindex="0" when using CGI to create forms without a prior start_html + 2. Removed warning about non-numeric MOD_PERL_API_VERSION. + Version 3.08 1. update support for mod_perl 2.0. versions prior to mod_perl 1.999_22 (2.0.0-RC5) are no longer supported. |