From 4b67fbe06a82be3fa7de68508f0e33db998b0931 Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Fri, 11 Mar 2011 15:14:52 -0700 Subject: [PATCH] Documented changes related to libecap v0.2.0 support. --- doc/release-notes/release-3.2.sgml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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. -- 2.47.3