aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-24 04:49:16 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-24 04:49:16 +0000
commit90d74620c2b0ad10f4510cefa90cd380393faa5c (patch)
tree68c1ba7e4c1b7d151c79882b662557853a16917f /ChangeLog
parent3dbb97708b3295787a665d97b543862ee049e6c9 (diff)
downloadruby-90d74620c2b0ad10f4510cefa90cd380393faa5c.tar.gz
* ext/openssl/ossl_x509name.c: id_aref's type is ID.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57a7ddbf04..1843641deb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar 24 11:36:55 2011 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * ext/openssl/ossl_x509name.c: id_aref's type is ID.
+
Thu Mar 24 10:04:35 2011 NARUSE, Yui <naruse@ruby-lang.org>
* ext/io/console/console.c (console_set_winsize):