summaryrefslogtreecommitdiff
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
commitc7ec1b1f599de0297bbf2cba92a923a337df73a6 (patch)
tree6b5853c6131e7000230a7cc915f3b7cacb6cb3f6 /NEWS
parentece9698d73566c9f632fcd0bb4383799f9d9bda3 (diff)
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.