summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-05 08:17:25 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-05 08:17:25 +0000
commit044f08e8849266dc8fe26ece3c544c3a20372962 (patch)
treea3b49301060ec766991d3e8a6adca0035eddeb5c /doc
parent25443ab13b5e1ca433e8cac7ba5a15300bad3eaa (diff)
Update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS18
1 files changed, 16 insertions, 2 deletions
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.
- ((<ruby-dev:13287>))
+ Fixed so aliasing global valiables is disallowed under $SAFE == 4.
+ ((<ruby-dev:13287>))
: Open3::popen3