summaryrefslogtreecommitdiff
path: root/lib/CGI/Changes
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-02-16 12:54:08 +0000
committerSteve Peters <steve@fisharerojo.org>2006-02-16 12:54:08 +0000
commit55b5d70095e7b9679db373ca7ac72c1951b35a3c (patch)
treedb3c84a933fd5db5a07b7d3a8ba6dd5db629957a /lib/CGI/Changes
parent45812765cccbfdc897c33c3834bf546fc25c90ab (diff)
downloadperl-55b5d70095e7b9679db373ca7ac72c1951b35a3c.tar.gz
Upgrade to CGI-3.16, with version bump on CGI.pm for documentation
fixes not yet integrated. p4raw-id: //depot/perl@27202
Diffstat (limited to 'lib/CGI/Changes')
-rw-r--r--lib/CGI/Changes11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/CGI/Changes b/lib/CGI/Changes
index c451d7fa48..a0e084bae8 100644
--- a/lib/CGI/Changes
+++ b/lib/CGI/Changes
@@ -1,3 +1,14 @@
+ 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.
+ 3. Upload filehandles now only closed automatically on Windows systems.
+ 4. Apache::Cookie compatibility fix from David Wheeler
+ 5. CGI::Carp->fatalsToBrowser() does not work correctly with
+ mod_perl 2. No workaround is known.
+ 6. Fixed text status code associated with 302 redirects. Should be "Found"
+ but was "Moved".
+ 7. Fixed charset in start_html() and header() to be in synch.
+
Version 3.15 Wed Dec 7 15:13:22 EST 2005
1. Remove extraneous "?" from self_url() when URI contains a ? but no query string.