* ChangeLog: fixed wrong version number of rubygems. reported by Rob Braden.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@52361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2015-10-29 14:41:11 +00:00
parent a4e761b765
commit 24d44aeb02
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ Tue Sep 29 17:18:40 2015 NAKAMURA Usaku <usa@ruby-lang.org>
Tue Aug 18 21:40:43 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org> Tue Aug 18 21:40:43 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* lib/rubygems.rb: bump version to 2.4.5.1. this version fixed * lib/rubygems.rb: bump version to 2.2.5. this version fixed
CVE-2015-3900. CVE-2015-3900.
* lib/rubygems/remote_fetcher.rb: ditto. * lib/rubygems/remote_fetcher.rb: ditto.

View file

@ -1,6 +1,6 @@
#define RUBY_VERSION "2.1.8" #define RUBY_VERSION "2.1.8"
#define RUBY_RELEASE_DATE "2015-10-29" #define RUBY_RELEASE_DATE "2015-10-29"
#define RUBY_PATCHLEVEL 410 #define RUBY_PATCHLEVEL 411
#define RUBY_RELEASE_YEAR 2015 #define RUBY_RELEASE_YEAR 2015
#define RUBY_RELEASE_MONTH 10 #define RUBY_RELEASE_MONTH 10