summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-09 13:57:17 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-09 13:57:17 +0000
commitc01bca25a7785c89290b5265c32e47de02403830 (patch)
tree59c36c1dacbe30ab4b62859694900b191b198dd5
parentadd060094c498c835c3dfc50ace2ebd8b8bdfbcb (diff)
* ChangeLog: forgotten to commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@59798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog12
-rw-r--r--version.h2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c4c3076bcc..1a5cfc794e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Sat Sep 9 22:50:10 2017 NARUSE, Yui <naruse@ruby-lang.org>
+
+ A HTTP Header value must not contain CR or LF.
+ to_str -> to_s
+
+ * lib/net/http/header.rb (set_field): `val` can not have `to_str`.
+
+Sat Sep 9 22:42:22 2017 Kouhei Sutou <kou@cozmixng.org>
+
+ * REXML: Fix a bug that unexpected methods can be called as a XPath
+ function. [HackerOne:249295] Reported by Andrea Jegher. Thanks!!!
+
Sat Sep 9 22:16:01 2017 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* lib/rubygems: fix several vulnerabilities in RubyGems; bump to version
diff --git a/version.h b/version.h
index c47039b75a..857b7d7d5b 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.3.5"
#define RUBY_RELEASE_DATE "2017-09-09"
-#define RUBY_PATCHLEVEL 366
+#define RUBY_PATCHLEVEL 367
#define RUBY_RELEASE_YEAR 2017
#define RUBY_RELEASE_MONTH 9