summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-12 12:14:06 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-12 12:14:06 +0000
commit2bc2802096252be6b91be8ddbb29a635f9afbd10 (patch)
tree42ae729411217b1c36b51ef06cf5d66a81c21cf8 /NEWS
parentd6b8acacf60ac497815f3c8f33e10a189b00a34a (diff)
* file.c (File::SHARE_DELETE): new flag to be able to delete opened file
on Windows. * include/win32/win32.c (O_SHARE_DELETE): new pseudo file mode flag. * win32/win32.c (rb_w32_{w,}open): support above flag. [EXPERIMENTAL] * NEWS: mention about this feature. [Feature #11218] [ruby-dev:49022] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50848 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 2ba73b4a26..7ac30e3f0a 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,12 @@ with all sufficient information, see the ChangeLog file.
* Numeric#positive? and Numeric#negative? are added, which return
true when the receiver is positive and negative respectively.
+* IO
+
+ * new mode flag File::SHARE_DELETE is available.
+ this flag means to permit deleting opened file on Windows, but currently
+ this affect only files opened as binary. [Feature #11218]
+
=== Core classes compatibility issues (excluding feature bug fixes)
* Array