From 15f7bed27f35499a1c04843749cfb0356dd59371 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sat, 2 Aug 2003 12:01:48 +0000 Subject: * lib/webrick/https.rb: change an option name. :SSLCertStore -> :SSLCertificateStore. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6efe3ba14..c30c29c7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Aug 2 20:59:38 2003 GOTOU Yuuzou + + * lib/webrick/https.rb: change an option name. + :SSLCertStore -> :SSLCertificateStore. + Sat Aug 2 19:18:40 2003 Minero Aoki * lib/net/smtp.rb: respond_to? needs 2nd argument. -- cgit