From bb8e6952bf509327e22aa3a210b8a9470604a47a Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Mon, 20 Dec 2004 03:49:16 +0000 Subject: * ext/openssl/lib/net/https.rb,protocols.rb,telnets.rb: delete doc and code about SSLContext#{key_file,cert_file}. fixed: [ruby-dev:25243] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2a6ea96ba..b02693f00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Dec 20 12:47:13 2004 GOTOU Yuuzou + + * ext/openssl/lib/net/https.rb,protocols.rb,telnets.rb: delete + doc and code about SSLContext#{key_file,cert_file}. + fixed: [ruby-dev:25243] + Mon Dec 20 12:42:17 2004 NAKAMURA Usaku * io.c (io_fwrite): workaround for MSVCRT's bug. -- cgit