Skip to content

Commit

Permalink
Final Changes updates for 3.51
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Stosberg committed Jan 5, 2011
1 parent 6c41e1d commit f4657d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Changes
@@ -1,7 +1,13 @@
Version 3.51

[NEW FEATURES]
- A new option to set $CGI::Carp::TO_BROWSER = 0, allows you to explicitly
exclude a particular scope from triggering printing to the browser when
fatatlsToBrowser is set. (RT#62783, Thanks to papowell)
- The <script> tag now supports the "charset" attribute.
(RT#62907, Thanks to Fabrice Metge)
- In CGI::Cookie, "Max-Age" is now supported for better spec compliance.
(Mark Stosberg)

[BUG FIXES]
- Setting charset() now works for all content types, not just "text/*".
Expand All @@ -23,6 +29,7 @@
- CGI::Cookie->parse() now trims leading and trailing whitespace from cookie
elements as intended. The change also makes this part of the parsing
identical to CGI::Simple::Cookie (Mark Stosberg)
- Temp file handling was improved (RT#62762)

[SECURITY]
- Further improvements have been made to guard against newline injections
Expand Down

0 comments on commit f4657d1

Please sign in to comment.