From cf66d4941a075d81d651638d69100dea458bd81b Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sat, 6 Sep 2003 08:56:09 +0000 Subject: * ext/openssl/ruby_missing.c: rid of unnecessary backward compatibility stuff. and remove DEFINE_ALLOC_WRAPPER from all sources. * ext/openssl/ossl_x509ext.c (X509::Extension.new): new method. * ext/openssl/ossl_x509ext.c (X509::Extension#oid=): new method. * ext/openssl/ossl_x509ext.c (X509::Extension#value=): new method. * ext/openssl/ossl_x509ext.c (X509::Extension#critical=): new method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 49307dc4a..3ec4f1ad7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Sat Sep 6 17:40:41 2003 GOTOU Yuuzou + + * ext/openssl/ruby_missing.c: rid of unnecessary backward + compatibility stuff. and remove DEFINE_ALLOC_WRAPPER from + all sources. + + * ext/openssl/ossl_x509ext.c (X509::Extension.new): new method. + + * ext/openssl/ossl_x509ext.c (X509::Extension#oid=): new method. + + * ext/openssl/ossl_x509ext.c (X509::Extension#value=): new method. + + * ext/openssl/ossl_x509ext.c (X509::Extension#critical=): new method. + Sat Sep 6 01:23:22 2003 NAKAMURA Usaku * win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set. -- cgit