From: Amos Jeffries Date: Sat, 17 Jan 2015 04:37:06 +0000 (-0800) Subject: Release notes update for 3.5 X-Git-Tag: merge-candidate-3-v1~339 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1c99471ac155f224346b7cbd0ace05c303dbdca;p=thirdparty%2Fsquid.git Release notes update for 3.5 --- diff --git a/doc/release-notes/release-3.5.sgml b/doc/release-notes/release-3.5.sgml index f602d79873..dc3891e811 100644 --- a/doc/release-notes/release-3.5.sgml +++ b/doc/release-notes/release-3.5.sgml @@ -239,7 +239,7 @@ Most user-facing changes are reflected in squid.conf (see below). receive traffic from client software sending in this protocol. HTTP traffic without the PROXY header is not accepted on such a port. -

The accel and intercept options are still used to identify the +

The accel and intercept options are still used to identify the HTTP traffic syntax being delivered by the client proxy.

Squid can be configured by adding an http_port @@ -320,18 +320,14 @@ This section gives a thorough account of those changes in three categories:

Ported from Squid-2 with no configuration or visible behaviour changes. Collapsing of requests is performed across SMP workers. - ftp_client_idle_timeout -

This new configuration directive controls how long Squid should - wait for an FTP request on a connection to an ftp_port. Many FTP - clients do not deal with idle connection closures well, - necessitating a longer default timeout (30 minutes) than - client_idle_pconn_timeout used for incoming HTTP requests (2 - minutes). The current default may be changed as we get more - experience with FTP relaying. - ftp_client_idle_timeout

New directive controlling how long to wait for an FTP request on a client connection to Squid ftp_port. +

Many FTP clients do not deal with idle connection closures well, + necessitating a longer default timeout (30 minutes) than + client_idle_pconn_timeout used for incoming HTTP requests (2 + minutes). +

The current default may be changed as we get more experience with FTP relaying. ftp_port

New configuration directive to accept and relay native FTP