From: Alex Rousskov Date: Fri, 11 Mar 2011 22:14:52 +0000 (-0700) Subject: Documented changes related to libecap v0.2.0 support. X-Git-Tag: take06~27^2~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b67fbe06a82be3fa7de68508f0e33db998b0931;p=thirdparty%2Fsquid.git Documented changes related to libecap v0.2.0 support. --- diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index e3f728589c..abc0a224f1 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -43,6 +43,7 @@ The 3.2 change history can be

+ adaptation_send_client_ip +

Same as depricated icap_send_client_ip + but applies to both ICAP and eCAP.

+ + adaptation_send_username +

Same as depricated icap_send_client_username + but applies to both ICAP and eCAP.

+ + adaptation_uses_indirect_client +

Same as depricated icap_uses_indirect_client + but applies to both ICAP and eCAP.

+ client_delay_pools

New setting for client bandwith limits to specifies the number of client delay pools used. @@ -491,6 +504,18 @@ This section gives a thorough account of those changes in three categories:

children-idle=N determines how many helper to retain as buffer against sudden traffic loads.

Deprecated children=N in favor of children-max=N. + icap_send_client_ip +

Deprecated in favor of adaptation_send_client_ip + which applies to both ICAP and eCAP.

+ + icap_send_client_username +

Deprecated in favor of adaptation_send_username + which applies to both ICAP and eCAP.

+ + icap_uses_indirect_client +

Deprecated in favor of adaptation_uses_indirect_client + which applies to both ICAP and eCAP.

+ logformat

%>bs Number of HTTP-equivalent message body bytes received from the next hop.

icap::%>bs Number of message body bytes received from the ICAP server.