From 044f08e8849266dc8fe26ece3c544c3a20372962 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 5 Jun 2001 08:17:25 +0000 Subject: Update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'doc/NEWS') diff --git a/doc/NEWS b/doc/NEWS index 703508ae2e..ec99dd0f1f 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -1,3 +1,17 @@ +Summary of the changes since 1.6.4: + +: $SAFE + + Fixed so defining a new method is allowed under $SAFE == 4, which + previously wasn't. + + ruby -e '$SAFE = 4; def a; end' + => -e:1: Insecure operation `(null)' at level 4 (SecurityError) + +: IO#ioctl + + Fixed to accept a Bignum as the second argument. + Summary of the changes since 1.6.3: : Hash#replace @@ -78,8 +92,8 @@ Summary of the changes since 1.6.3: : $SAFE - Fixed so aliasing global valiables is disallowed under $SAFE = 4. - (()) + Fixed so aliasing global valiables is disallowed under $SAFE == 4. + (()) : Open3::popen3 -- cgit v1.2.3