summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-27 03:17:47 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-27 03:17:47 +0000
commit5f33c6b0f5e7a0e5cb849e791adced2528df3227 (patch)
tree2db80de700359282ce0101a6948e361767c3dda5 /NEWS
parentf0137ba8cdd805249a55d371aa2309f5622b7f70 (diff)
* lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791]
* lib/webrick/cookie.rb (parse): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dd97df3b20..c8077e3e26 100644
--- a/NEWS
+++ b/NEWS
@@ -119,6 +119,10 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Stdlib updates (outstanding ones only)
+* CGI
+
+ * Don't allow , as a separator [Bug #12791]
+
* CSV
* Add a liberal_parsing option. [Feature #11839]
@@ -139,6 +143,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* Add an into option. [Feature #11191]
+* WEBrick
+
+ * Don't allow , as a separator [Bug #12791]
+
=== Compatibility issues (excluding feature bug fixes)
* Array#sum and Enumerable#sum are implemented. [Feature #12217]