From 580377aa37c701ba98997cae36a84c624301e136 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 26 Jun 2008 08:44:59 +0000 Subject: * variable.c (rb_f_trace_var): should not be allowed at safe level 4. a patch from Keita Yamaguchi . git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f677f8cc2..6017976d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 26 17:43:41 2008 Yukihiro Matsumoto + + * variable.c (rb_f_trace_var): should not be allowed at safe level 4. + a patch from Keita Yamaguchi . + Thu Jun 26 11:04:30 2008 Eric Hodel * lib/rubygems: Update to RubyGems 1.2.0 r1824. Incorporates patch by -- cgit