ruby-changes:47682
From: usa <ko1@a...>
Date: Sat, 9 Sep 2017 22:57:22 +0900 (JST)
Subject: [ruby-changes:47682] usa:r59798 (ruby_2_3): * ChangeLog: forgotten to commit
usa 2017-09-09 22:57:17 +0900 (Sat, 09 Sep 2017) New Revision: 59798 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59798 Log: * ChangeLog: forgotten to commit Modified files: branches/ruby_2_3/ChangeLog branches/ruby_2_3/version.h Index: ruby_2_3/ChangeLog =================================================================== --- ruby_2_3/ChangeLog (revision 59797) +++ ruby_2_3/ChangeLog (revision 59798) @@ -1,3 +1,15 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_3/ChangeLog#L1 +Sat Sep 9 22:50:10 2017 NARUSE, Yui <naruse@r...> + + 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@c...> + + * 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@r...> * lib/rubygems: fix several vulnerabilities in RubyGems; bump to version Index: ruby_2_3/version.h =================================================================== --- ruby_2_3/version.h (revision 59797) +++ ruby_2_3/version.h (revision 59798) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_3/version.h#L1 #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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/