From 469d119ab9913f0f41e9c060de630426196ee3ab Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 23 Dec 2008 03:52:11 +0000 Subject: [PATCH] updated. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS b/NEWS index 263f87d472..bd6886d00c 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,9 @@ with all sufficient information, see the ChangeLog file. * IO * IO.pipe takes a block. + * Process + * Process.spawn accepts [:child, FD] for a redirect target. + * Enumerator#rewind Now calls the "rewind" method of the enclosed object if defined. @@ -47,6 +50,23 @@ with all sufficient information, see the ChangeLog file. * do not raise ShiftingError if an aged file already exists. (no ShiftingError will be raised from 1.2.7, just warn() instead) +* open3 + + * Open3.popen2 + * Open3.popen2e + * Open3.capture3 + * Open3.capture2 + * Open3.capture2e + * Open3.pipeline_rw + * Open3.pipeline_r + * Open3.pipeline_w + * Open3.pipeline_start + * Open3.pipeline + +* pty + + * PTY.open + === Compatibility issues (excluding feature bug fixes) * Enumerator#rewind