summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-12 05:01:18 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-12 05:01:18 +0000
commitd6b8c0464455c43cc109327adc80c179d5c5cb22 (patch)
tree0f515ad7e4e154f297ca70dd6415d28a9c2ec5f2 /ChangeLog
parentcc21a8186e6b5873777052102c580d8c34ca95c5 (diff)
downloadruby-d6b8c0464455c43cc109327adc80c179d5c5cb22.tar.gz
ruby-d6b8c0464455c43cc109327adc80c179d5c5cb22.tar.xz
ruby-d6b8c0464455c43cc109327adc80c179d5c5cb22.zip
* lib/open-uri.rb: support https if the platform provides CA
certificates. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7947 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 fa9741c6c..57be56a32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Feb 12 13:54:03 2005 Tanaka Akira <akr@m17n.org>
+
+ * lib/open-uri.rb: support https if the platform provides CA
+ certificates.
+
Fri Feb 11 17:37:50 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
* ext/openss/ossl_x509store.c (ossl_x509store_set_default_paths):