summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-17 07:47:26 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-17 07:47:26 +0000
commit30ad34297562e6f7cf2bc050b8d966743cbaff6e (patch)
tree0f9ab6db28875195d2be943d1bc581a7f75840fa /NEWS
parent3bd2d01f9639c41b99e387b754b3ff9d4dd7bde8 (diff)
NEWS: clarify that we still use FD_CLOEXEC [ci skip]
[Misc #14907] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bdc11e4259..823994a0d4 100644
--- a/NEWS
+++ b/NEWS
@@ -104,7 +104,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* incompatible changes:
* system() and exec() do not close non-standard file descriptors
- (The default of :close_others option is changed to false by default.)
+ (The default of :close_others option is changed to false by default.
+ but we still set the FD_CLOEXEC flag on descriptors we create)
[Misc #14907]
* KeyError