diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-01-16 08:34:15 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-01-16 08:34:15 +0100 |
commit | 8f8ba6122458beaa491ce00d0846c0beb15ef2e2 (patch) | |
tree | febc0f2e220122fc79d2eebaea7ead6d3e30e885 /docs/cmdline-opts | |
parent | 25ed9ea51257c0561237d1b725c4ff3d59b3f32c (diff) | |
download | curl-8f8ba6122458beaa491ce00d0846c0beb15ef2e2.tar.gz |
bump: next release will be 7.53.0
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/noproxy.d | 4 | ||||
-rw-r--r-- | docs/cmdline-opts/page-footer | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/cmdline-opts/noproxy.d b/docs/cmdline-opts/noproxy.d index e0d2d598c..a216e75f4 100644 --- a/docs/cmdline-opts/noproxy.d +++ b/docs/cmdline-opts/noproxy.d @@ -10,6 +10,6 @@ a domain which contains the hostname, or the hostname itself. For example, local.com would match local.com, local.com:80, and www.local.com, but not www.notlocal.com. -Since 7.52.2, This option overrides the environment variables that disable -the proxy. If there's an environment variable disabling a proxy, you can set +Since 7.53.0, This option overrides the environment variables that disable the +proxy. If there's an environment variable disabling a proxy, you can set noproxy list to \&"" to override it. diff --git a/docs/cmdline-opts/page-footer b/docs/cmdline-opts/page-footer index c7b1ae014..5be76b968 100644 --- a/docs/cmdline-opts/page-footer +++ b/docs/cmdline-opts/page-footer @@ -24,7 +24,7 @@ Sets the proxy server to use if no protocol-specific proxy is set. list of host names that shouldn't go through any proxy. If set to a asterisk \&'*' only, it matches all hosts. -Since 7.52.2, this environment variable disable the proxy even if specify +Since 7.53.0, this environment variable disable the proxy even if specify --proxy option. That is .B NO_PROXY=direct.example.com curl -x http://proxy.example.com .B http://direct.example.com |