<item>Logging Infrastructure Updated
<item>Client Bandwidth Limits
<item> Dynamic SSL Certificate Generation
+ <item>Better eCAP support
</itemize>
Most user-facing changes are reflected in squid.conf (see below).
<sect1>New tags<label id="newtags">
<p>
<descrip>
+ <tag>adaptation_send_client_ip</tag>
+ <p>Same as depricated icap_send_client_ip
+ but applies to both ICAP and eCAP.</p>
+
+ <tag>adaptation_send_username</tag>
+ <p>Same as depricated icap_send_client_username
+ but applies to both ICAP and eCAP.</p>
+
+ <tag>adaptation_uses_indirect_client</tag>
+ <p>Same as depricated icap_uses_indirect_client
+ but applies to both ICAP and eCAP.</p>
+
<tag>client_delay_pools</tag>
<p>New setting for client bandwith limits to specifies the number
of client delay pools used.
<p><em>children-idle=N</em> determines how many helper to retain as buffer against sudden traffic loads.
<p>Deprecated <em>children=N</em> in favor of <em>children-max=N</em>.
+ <tag>icap_send_client_ip</tag>
+ <p>Deprecated in favor of adaptation_send_client_ip
+ which applies to both ICAP and eCAP.</p>
+
+ <tag>icap_send_client_username</tag>
+ <p>Deprecated in favor of adaptation_send_username
+ which applies to both ICAP and eCAP.</p>
+
+ <tag>icap_uses_indirect_client</tag>
+ <p>Deprecated in favor of adaptation_uses_indirect_client
+ which applies to both ICAP and eCAP.</p>
+
<tag>logformat</tag>
<p><em>%>bs</em> Number of HTTP-equivalent message body bytes received from the next hop.
<p><em>icap::%>bs</em> Number of message body bytes received from the ICAP server.