summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-15 21:49:21 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-15 21:49:21 +0000
commit3ed8d3983cd82f974c25c83b755b23bfd187144c (patch)
tree8414058a08a59c543ccc077f5ec3859776907b1e /NEWS
parent4eac6eb37383dc3de9b398e53486d20a9374e7bd (diff)
NEWS: updates about trivial GVL release changes
No tickets, but all pretty trivial changes which avoids stalls on slow/non-responsive filesytems. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f508d55700..0a9973d23b 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Dir.glob provides new optional keyword argument, :base.
[Feature #13056]
+ * Dir.chdir (without block arg), Dir.open, Dir.new, Dir.mkdir, Dir.rmdir,
+ Dir.empty? releases GVL
* New methods:
@@ -68,6 +70,10 @@ with all sufficient information, see the ChangeLog file or Redmine
Windows 8 and later [Feature #13726]
* File::Stat#ino and File.indentical? support ReFS 128bit ino on Windows 8.1
and later [Feature #13731]
+ * File.readable?, File.readable_real?, File.writable?, File.writable_real?,
+ File.executable?, File.executable_real?, File.mkfifo, File.readlink,
+ File.truncate, File#truncate, File.chmod, File.lchmod, File.chown,
+ File.lchown, File.unlink, File.utime, File.lstat release GVL
* New method: