From 30ad34297562e6f7cf2bc050b8d966743cbaff6e Mon Sep 17 00:00:00 2001 From: normal Date: Fri, 17 Aug 2018 07:47:26 +0000 Subject: [PATCH] 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 --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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