summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-04 22:00:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-04 22:00:36 +0000
commitf28755df62ba4808604bc22cc26b02befce76229 (patch)
tree89d47492faf3873569c2854e651c17e15c5e9f4a /ChangeLog
parentddcb133aa22bf0be31baeea0787369671c689b74 (diff)
* test/io/console/test_io_console.rb (test_noctty): daemon() on
OpenBSD seems not to detach the controlling terminal, when the argument noclose is non-zero. ref: [Bug #5135] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fac238164..ad9c2f2e87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Aug 5 07:00:31 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * test/io/console/test_io_console.rb (test_noctty): daemon() on
+ OpenBSD seems not to detach the controlling terminal, when the
+ argument noclose is non-zero. ref: [Bug #5135]
+
Wed Aug 4 02:35:00 2011 Kenta Murata <mrkn@mrkn.jp>
* configure.in: use build_os variable for checking C and C++ compilers