summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-13 15:02:01 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-13 15:02:01 +0000
commitb3571b55971e92458cba6c13177bae7a9d9b6ffd (patch)
treed2aea6e726560b44e0649406f3199d110a60e143 /ChangeLog
parent81a807b1a26044b08520df4d3c510cb7d0252dc1 (diff)
* lib/rubygems: Update to RubyGems to 2.0.8. [ruby-core:57155]
[Backport #8900] the patch is provided by drbrain (Eric Hodel). this update contains a security fix for CVE-2013-4287. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@42937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 198f520daa..0118540a92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat Sep 14 00:01:20 2013 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
+
+ * lib/rubygems: Update to RubyGems to 2.0.8. [ruby-core:57155]
+ [Backport #8900]
+ the patch is provided by drbrain (Eric Hodel).
+ this update contains a security fix for CVE-2013-4287.
+
Fri Sep 13 23:20:29 2013 Kenichi Kamiya <kachick1@gmail.com>
* object.c (Init_Object): undef Module#prepend_features on Class, as
@@ -136,7 +143,7 @@ Sat Aug 17 00:36:24 2013 Charlie Somerville <charliesome@ruby-lang.org>
Sat Aug 17 00:32:17 2013 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
- * lib/rubygems: update to RubyGems 2.0.6. the patch by drbrain.
+ * lib/rubygems: update to RubyGems 2.0.7. the patch by drbrain.
[ruby-core:56633] [Backport #8787]
Sat Aug 10 23:59:47 2013 NAKAMURA Usaku <usa@ruby-lang.org>