summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-24 11:01:57 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-24 11:01:57 +0000
commit8a7b339267d305394c89031aa8cd6e3630d3000c (patch)
tree103e1e399052604de41e8bdead933b25a6dfba1a /ChangeLog
parent302f7de64ddbb7a93056f5336b33959f6d05b53f (diff)
downloadruby-8a7b339267d305394c89031aa8cd6e3630d3000c.tar.gz
ruby-8a7b339267d305394c89031aa8cd6e3630d3000c.tar.xz
ruby-8a7b339267d305394c89031aa8cd6e3630d3000c.zip
* lib/open-uri.rb (URI::Generic#find_proxy): use CGI_HTTP_PROXY
instead of HTTP_PROXY in the CGI environment. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5014 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 5ec41c0d6..ae4d54c48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Nov 24 19:59:48 2003 Tanaka Akira <akr@m17n.org>
+
+ * lib/open-uri.rb (URI::Generic#find_proxy): use CGI_HTTP_PROXY
+ instead of HTTP_PROXY in the CGI environment.
+
Mon Nov 24 19:32:55 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/etc/extconf.rb: check for pw_passwd in struct passwd and