diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-03 07:21:53 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-03 07:21:53 +0000 |
| commit | 043479247cfe70d6464293a0b070f9bfaba608fd (patch) | |
| tree | 36ba0a8b02e92723f27dc7c69de18ba7f07b6a7d /ChangeLog | |
| parent | 8b95ee24de750995a0ffa7881b0c190315a98598 (diff) | |
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@12140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |
