From 8f8ba6122458beaa491ce00d0846c0beb15ef2e2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Jan 2017 08:34:15 +0100 Subject: bump: next release will be 7.53.0 --- docs/cmdline-opts/noproxy.d | 4 ++-- docs/cmdline-opts/page-footer | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/cmdline-opts') 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 -- cgit v1.2.3