aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-23 16:19:23 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-23 16:19:23 +0000
commitff59c7586dd4d7be0f161c63d7a57a89f026dc53 (patch)
tree6b5853c6131e7000230a7cc915f3b7cacb6cb3f6 /NEWS
parent7e72bce2fcf151b8b878c532f3bbe7a363f77539 (diff)
downloadruby-ff59c7586dd4d7be0f161c63d7a57a89f026dc53.tar.gz
Allow Net::HTTP to fetch user/pass from http_proxy
Note that this feature is enabled only on environment variables are multi-user safe. In this time the list includes Linux, FreeBSD, or Darwin. [Bug #12921] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cdb75cc7d9..5ef0bfb112 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,11 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Stdlib updates (outstanding ones only)
+* Net::HTTP
+ * Net::HTTP#proxy_user and Net::HTTP#proxy_pass now reflects http_proxy
+ environment variable if the system's environment variable is multiuser
+ safe. [Bug #12921]
+
* RbConfig
* New constants:
* RbConfig::LIMITS is added to provide the limits of C types.