summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-16 16:34:01 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-16 16:34:01 +0000
commite4317b5ed9b38e576fecd11a279f3c1bc12bdc64 (patch)
tree66333ef917fa9b5d7bd2bda1d675bb4b660f5b67 /ChangeLog
parent08fb5c2153deaee53e481ebe3602fe1d59e256c7 (diff)
merge revision(s) 62422,62436: [Backport #14481]
Merge RubyGems 2.7.6 from upstream. It fixed some security vulnerabilities. http://blog.rubygems.org/2018/02/15/2.7.6-released.html fix regexp literal warning. * test/rubygems/test_gem_server.rb: eliminate duplicated character class warning. [Bug #14481] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 3 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index b6810a1ce8..04143be877 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,10 @@
Sat Feb 17 01:21:00 2018 SHIBATA Hiroshi <hsbt@ruby-lang.org>
- load.c: backtrace of circular require
+ Merge RubyGems 2.7.6 from upstream.
- * load.c (load_lock): print backtrace of circular require via
- `Warning.warn` [ruby-core:80850] [Bug #13505]
+ It fixed some security vulnerabilities.
- Send the backtrace of the circular require warning as a single String to Warning.warn
-
- * load.c: send as a single string.
- * error.c: expose the string formatted by rb_warning as rb_warning_string().
- * test/ruby/test_exception.rb: update tests.
- [ruby-core:80850] [Bug #13505]
+ http://blog.rubygems.org/2018/02/15/2.7.6-released.html
fix regexp literal warning.