aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-05 00:48:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-05 00:48:17 +0000
commitd24997cce12d27cec767ca7091a076df1b2319db (patch)
treede5a9294531287f173155b44943c24dec60d3e28
parent5fd10124aa7adb1b3e8aa0299909b6522397799e (diff)
downloadruby-d24997cce12d27cec767ca7091a076df1b2319db.tar.gz
* test/io/console/test_io_console.rb: for Fedora Rawhide, not OpenBSD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cb32ac3cd..0d39ab20a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
+Fri Aug 5 09:48:00 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+
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]
+ Fedora Rawhide seems not to detach the controlling terminal,
+ when the argument noclose is non-zero. ref: [Bug #5135]
Thu Aug 4 23:48:00 2011 Kenta Murata <mrkn@mrkn.jp>