summaryrefslogtreecommitdiff
path: root/lib/CGI/Changes
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-09-28 00:06:29 +0000
committerSteve Peters <steve@fisharerojo.org>2005-09-28 00:06:29 +0000
commit7dc108d184319beaec63e84f17c3ede08e5e7abc (patch)
treeeb5168d0a934e3753e60d45b320dadc2bd337ae4 /lib/CGI/Changes
parent14b1a0c4873dd26867581787ac2b4ee054e3b2a1 (diff)
downloadperl-7dc108d184319beaec63e84f17c3ede08e5e7abc.tar.gz
Upgrade to CGI-3.11, with some modifications for Pod differences in
bleadperl. p4raw-id: //depot/perl@25626
Diffstat (limited to 'lib/CGI/Changes')
-rw-r--r--lib/CGI/Changes10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/CGI/Changes b/lib/CGI/Changes
index 467ee641ff..e4699338c0 100644
--- a/lib/CGI/Changes
+++ b/lib/CGI/Changes
@@ -1,3 +1,13 @@
+ Version 3.11
+ 1. Killed warning in CGI::Cookie about MOD_PERL_API_VERSION
+ 2. Fixed append() so that it works in function mode.
+ 3. Workaround for a bug that appears in Apache2 versions through 2.0.54
+ in which SCRIPT_NAME and PATH_INFO are incorrect if the additional path_info
+ contains a double slash. This workaround will handle the common case of
+ http://mysite.com/cgi-bin/log.cgi/http://www.some.other.site/args, but will
+ not handle the uncommon case of a ScriptAlias directive that adds additional
+ path information to the end of the translated URI.
+
Version 3.10
1. Added Apache2::RequestIO, which is necessary for mp2 interoperability.