From: Amos Jeffries Date: Fri, 17 Oct 2014 01:31:07 +0000 (-0700) Subject: Fix Release Notes typos for 3.5 X-Git-Tag: merge-candidate-3-v1~541 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86d745050b83803217272986fe45920b0cf84d77;p=thirdparty%2Fsquid.git Fix Release Notes typos for 3.5 --- diff --git a/doc/release-notes/release-3.5.sgml b/doc/release-notes/release-3.5.sgml index 3e53dc7755..19d5e8d800 100644 --- a/doc/release-notes/release-3.5.sgml +++ b/doc/release-notes/release-3.5.sgml @@ -205,8 +205,7 @@ Most user-facing changes are reflected in squid.conf (see below). ftp:// URIs because Squid works as an FTP server and receives actual FTP commands (rather than HTTP requests with FTP URLs). -

FTP Relay highlights:

- +

FTP Relay highlights: Added ftp_port directive telling Squid to relay native FTP commands. Active and passive FTP support on the user-facing side; require @@ -245,25 +244,25 @@ Most user-facing changes are reflected in squid.conf (see below). trusted to send correct client details.

Forward-proxy traffic from a client proxy: - + acl frontend src 192.0.2.1 http_port 3128 require-proxy-header proxy_protocol_access allow frontend - +

Intercepted traffic from a client proxy or tunnel: - + acl frontend src 192.0.2.2 http_port 3128 intercept require-proxy-header proxy_protocol_access allow frontend - +

Reverse-proxy traffic from a frontend load balancer sending PROXY protocol: - + acl frontend src 192.0.2.3 http_port 3128 accel require-proxy-header proxy_protocol_access allow frontend - +

Known Issue: Use of require-proxy-header on https_port and ftp_port is not supported. @@ -423,7 +422,7 @@ This section gives a thorough account of those changes in three categories: http_port

protocol= option altered to accept protocol version details. Currently supported values are: HTTP, HTTP/1.1, HTTPS, HTTPS/1.1 -

New option require-proxy-header to mark ports receiving PROXY +

New option require-proxy-header to mark ports receiving PROXY protocol version 1 or 2 traffic. https_port