From 68f7424bdeb9a8ec6e91e94937fe7cc72f8b890c Mon Sep 17 00:00:00 2001 From: ayumin Date: Sat, 3 Jan 2015 07:21:56 +0000 Subject: * lib/net/http.rb (proxy_user): retrieve proxy user from http_proxy. * lib/net/http.rb (proxy_pass): retrieve proxy password from http_proxy. Patch by Rafael dos Santos Silva. [fix GH-763] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9b01f9664f..d1a46249d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Jan 3 16:02:20 2015 Ayumu AIZAWA + + * lib/net/http.rb (Net::HTTP.proxy_user): retrieve proxy user from http_proxy. + * lib/net/http.rb (Net::HTTP.proxy_pass): retrieve proxy password from http_proxy. + Patch by Rafael dos Santos Silva. [fix GH-763] + Sat Jan 3 11:50:16 2015 SHIBATA Hiroshi * ext/openssl/ossl.h: avoid to build failure of Windows environment. -- cgit v1.2.3