diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-04-17 16:49:51 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-04-17 16:49:51 +0000 |
commit | cb3b230cdd9075c830cf6359e2716e0d83e2a055 (patch) | |
tree | 27ea64a7409a12664e31f4200aa375877dbac2bc /lib/CGI | |
parent | f23930d5bcecd13c3bde0f46942a01c0c8de4117 (diff) | |
download | perl-cb3b230cdd9075c830cf6359e2716e0d83e2a055.tar.gz |
Upgrade to CGI.pm-3.19.
p4raw-id: //depot/perl@27873
Diffstat (limited to 'lib/CGI')
-rw-r--r-- | lib/CGI/Changes | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/CGI/Changes b/lib/CGI/Changes index a0e084bae8..6b336220ce 100644 --- a/lib/CGI/Changes +++ b/lib/CGI/Changes @@ -1,3 +1,17 @@ + Version 3.19 + 1. Added patch from Stephen Frost that allows one to suppress use of the temp file that is + created during uploads. + 2. Fixed problem noted by Martin Foster in which regular expression meta-character terms + in the path information were not quoted, causing URL parsing + to fail on URLs that contained metacharacters (such as +). + 3. More fixes to the url() method. + 4. Removed "hack to fix broken PATH_INFO in MSII". + + Version 3.18 + 1. Doc typo fixes. + 2. Patch from Steve Peters to default the document type to match the charset. + 3. Fixed param() so that param(-name=>'foo',-values=>[]) sets the parameter to empty list. + Version 3.16 Wed Feb 8 13:29:11 EST 2006 1. header() -charset option now works even when the MIME type is not "text". 2. Fixed documentation for cookie() function and fastCGI. |