aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-22 04:39:04 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-22 04:39:04 +0000
commitcd9423097a0cbc5408a37d5e65f412bb6906ea8e (patch)
tree25211394e74993432c16cffe5ab74d76800cfcb3 /ChangeLog
parent05184578d77e81c0e3e0940eb3f40d2a1ce99dcd (diff)
downloadruby-cd9423097a0cbc5408a37d5e65f412bb6906ea8e.tar.gz
* ext/openssl/lib/openssl/buffering.rb: removed circular require of
openssl.rb. * ext/openssl/lib/openssl/*: removed following comment for transition measures of avoiding circular require. No one claimed about this as far as I know. ## # Should we care what if somebody require this file directly? # require "openssl" git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0279ad1fb..2d3d1c0d8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Tue Mar 22 13:33:22 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
+
+ * ext/openssl/lib/openssl/buffering.rb: removed circular require of
+ openssl.rb.
+
+ * ext/openssl/lib/openssl/*: removed following comment for transition
+ measures of avoiding circular require. No one claimed about this as
+ far as I know.
+ ##
+ # Should we care what if somebody require this file directly?
+ # require "openssl"
+
Tue Mar 22 10:57:36 2011 NARUSE, Yui <naruse@ruby-lang.org>
* test/runner.rb: set Gem::TestCase's @@project_dir.