bump: next release will be 7.53.0

This commit is contained in:
Daniel Stenberg 2017-01-16 08:34:15 +01:00
parent 25ed9ea512
commit 8f8ba61224
6 changed files with 30 additions and 15 deletions

View file

@ -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.

View file

@ -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