aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-13 08:03:22 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-13 08:03:22 +0000
commitdf366010177157228cb11d2cd6050bc32044df8f (patch)
treefac284942cc6d6652c03536ac37a9b9f431acfe1 /ChangeLog
parent1afe9dbdfd18052c4882b7ba3312945aaf3ae64c (diff)
downloadruby-df366010177157228cb11d2cd6050bc32044df8f.tar.gz
* lib/net/http.rb (Net::HTTP#use_ssl?): require 'openssl' only when
https is needed. fixes r31933. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32049 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 7876775488..ccf154bf0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 13 17:02:34 2011 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * lib/net/http.rb (Net::HTTP#use_ssl?): require 'openssl' only when
+ https is needed. fixes r31933.
+
Mon Jun 13 14:35:00 2011 Kenta Murata <mrkn@mrkn.jp>
* lib/cmath.rb (CMath.cbrt): returns the principal value of the cube