summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-03 07:21:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-03 07:21:53 +0000
commit416532a4bc85a7320b1925f4e4b65eaf814219b1 (patch)
tree36ba0a8b02e92723f27dc7c69de18ba7f07b6a7d /ChangeLog
parent85a77b2b4a6d49e06326071e444d49d914c8e83c (diff)
downloadruby-416532a4bc85a7320b1925f4e4b65eaf814219b1.tar.gz
ruby-416532a4bc85a7320b1925f4e4b65eaf814219b1.tar.xz
ruby-416532a4bc85a7320b1925f4e4b65eaf814219b1.zip
* ext/openssl/extconf.rb: check for functions added in 1.9.
* ext/openssl/ruby_missing.h: check per features instead by checking version code. [ruby-core:10845] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bbff2934..ed0b5ae46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Apr 3 16:22:24 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/openssl/extconf.rb: check for functions added in 1.9.
+
+ * ext/openssl/ruby_missing.h: check per features instead by
+ checking version code. [ruby-core:10845]
+
Tue Apr 3 02:48:48 2007 Technorama <oss-ruby@technorama.net>
* ext/openssl/ossl_bn.c: More documentation.