summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-02 12:01:48 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-02 12:01:48 +0000
commit086830cbac0972291297fa4a094919ebeace8659 (patch)
tree0934a05858bc6b528cf26748201d9c4ad400492e /ChangeLog
parentce3fb6ceea1f3e0ee2d7fea4bae3369bf43b860e (diff)
* lib/webrick/https.rb: change an option name.
:SSLCertStore -> :SSLCertificateStore. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6efe3ba146..c30c29c7b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Aug 2 20:59:38 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
+
+ * lib/webrick/https.rb: change an option name.
+ :SSLCertStore -> :SSLCertificateStore.
+
Sat Aug 2 19:18:40 2003 Minero Aoki <aamine@loveruby.net>
* lib/net/smtp.rb: respond_to? needs 2nd argument.