summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-06 01:58:01 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-06 01:58:01 +0000
commitfb1bec52ae75d5f6fb9039be1811ebb0f5abc3a7 (patch)
tree6ef19e3e52ec5857931d2aef85981ba2d55f8717 /ChangeLog
parent6ea76d29fc740882a5a93e1daa508e22b850c260 (diff)
downloadruby-fb1bec52ae75d5f6fb9039be1811ebb0f5abc3a7.tar.gz
ruby-fb1bec52ae75d5f6fb9039be1811ebb0f5abc3a7.tar.xz
ruby-fb1bec52ae75d5f6fb9039be1811ebb0f5abc3a7.zip
* ext/openssl/ossl_pkey_ec.c (ossl_ec_key_get_group): get rid of
warning. we are aware of it. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cd56ba66c..83e536b64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
+Fri Apr 6 10:56:29 2007 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_get_group): get rid of
+ warning. we are aware of it.
+
Fri Apr 6 04:00:24 2007 Technorama Ltd. <oss-ruby@technorama.net>
* ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c:
Add documentation.
-
Thu Apr 5 17:59:19 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* compile.c (defined_expr): support for assignment.
@@ -27,7 +31,6 @@ Thu Apr 5 14:58:49 2007 Technorama Ltd. <oss-ruby@technorama.net>
* ext/openssl/ossl_{pkcs7,pkcs12}.c: Add documentation.
-
Thu Apr 5 00:42:48 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* error.c (rb_notimplement), io.c (pipe_open): removed definite
@@ -86,7 +89,6 @@ Mon Apr 3 07:10:12 2007 Technorama Ltd. <oss-ruby@technorama.net>
New SSL::Session class. Add session cb's, getter/setters,
config, and statistics methods.
-
Mon Apr 3 04:00:23 2007 Technorama Ltd. <oss-ruby@technorama.net>
* ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.