summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-22 10:11:25 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-22 10:11:25 +0000
commit64904f51d7f1ff34653d75b41c5e42c252351617 (patch)
tree7a93092424cdd069c7c07d07797c5385b2a8cd9d /ChangeLog
parentb077f13433f8c9c84458085b1063270a6cb78a07 (diff)
* ext/io/console/console.c (console_dev): need read access for conout$
because some functions need it. [Bug#9554] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a6f7a489b..587823bc38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Feb 22 19:07:31 2014 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * ext/io/console/console.c (console_dev): need read access for conout$
+ because some functions need it. [Bug#9554]
+
Sat Feb 22 18:40:58 2014 Eric Wong <e@80x24.org>
* .gitignore: ignore benchmark files