+Changes to squid-3.1.12 (04 Apr 2011):
+
+ - Regression fix: Use bigger buffer for server reads.
+ - Regression fix: Add reply_header_replace directive for ability lost since 2.7
+ - Bug 3181: /dev/poll fails to build on Solaris with GCC 4.5.0
+ - Bug 3177: assertion failed: comm.cc:1583: "fd >= 0"
+ - Bug 3175: IPv6 PTR lookup crashes on raw-IP URLs when IPv6 disabled
+ - Bug 3173: Assertion bodyPipe!=NULL on SslBump CONNECT response writing failure
+ - Bug 3164: Total memory info display 32-bit overflows
+ - Bug 3155: Werror is hard-coded in libTrie build
+ - Bug 3151: squid_kerb_auth: use autoconf LIBS instead of FLAGS for library linkage
+ - Bug 2976: invalid URL on intercepted requests during reconfigure
+ - Bug 2720: comment in same line as cache/mem_replacement_policy causes error
+ - Bug 2621: Provide request headers to RESPMOD when using cache_peer.
+ - Bug 2330: AuthUser objects are never unlocked
+ - Prevent CONNECT request relaying to origin servers
+ - squidclient HTTP/1.1 compliance updates (Pragma and User-Agent headers)
+ - squidclient: send Cache Manager password using -w
+ - eCAP: give full Request-URI to adapters
+ - ... and several debug and error display cleanups
+
Changes to squid-3.1.11 (08 Feb 2011):
- Bug 3149: not caching eCAP adapted body
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
- <TITLE>Squid 3.1.11 release notes</TITLE>
+ <TITLE>Squid 3.1.12 release notes</TITLE>
</HEAD>
<BODY>
-<H1>Squid 3.1.11 release notes</H1>
+<H1>Squid 3.1.12 release notes</H1>
<H2>Squid Developers</H2>
<HR>
<HR>
<H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
-<P>The Squid Team are pleased to announce the release of Squid-3.1.11</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.1.12</P>
<P>This new release is available for download from
<A HREF="http://www.squid-cache.org/Versions/v3/3.1/">http://www.squid-cache.org/Versions/v3/3.1/</A> or the
<A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
<P>Controls how many different forward paths Squid will try
before giving up. Default: 10</P>
+<DT><B>reply_header_replace</B><DD>
+<P>This option allows you to change the contents of reply headers.
+<PRE>
+ In Squid 2 header_replace (now deprecated) worked for both requests
+ and replies, while in Squid 3 it only did respect request headers.
+ This option brings back the functionality to replace the contents of
+ reply headers. Consult the documentation for usage details.
+
+</PRE>
+</P>
+
+<DT><B>request_header_replace</B><DD>
+<P>This option allows you to change the contents of request headers.
+<PRE>
+ To be consistent with the naming changes of header_access in Squid 3
+ (header_access has been split into two options request_header_access
+ and reply_header_access), header_replace (now deprecated) is being
+ replaced by request_header_replace.
+
+</PRE>
+</P>
+
<DT><B>icap_log</B><DD>
<P>New option to write ICAP log files record ICAP transaction summaries, one line per
transaction. Similar to access.log.
<DT><B>debug_options rotate=</B><DD>
<P>New parameter rotate=N to control number of cache.log rotations independent of other logs.</P>
-
<DT><B>external_acl_type</B><DD>
<P>New options 'ipv4' and 'ipv6' are added to set the IPv4/v6 protocol between Squid and its helpers.
Please be aware of some limits to these options. These options only affet the transport protocol used
</PRE>
</P>
+<DT><B>header_replace</B><DD>
+<P>Deprecated. Use request_header_replace or reply_header_replace instead.</P>
+
<DT><B>http_port transparent intercept ssl-bump connection-auth[=on|off] ignore-cc</B><DD>
<P>Option 'transparent' is being deprecated in favour of 'intercept' which more clearly identifies what the option does.
For now option 'tproxy' remains with old behaviour meaning fully-invisible proxy using TPROXY support.</P>
<!doctype linuxdoc system>
<article>
-<title>Squid 3.1.11 release notes</title>
+<title>Squid 3.1.12 release notes</title>
<author>Squid Developers</author>
<abstract>
<sect>Notice
<p>
-The Squid Team are pleased to announce the release of Squid-3.1.11
+The Squid Team are pleased to announce the release of Squid-3.1.12
This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.1/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
and replies, while in Squid 3 it only did respect request headers.
This option brings back the functionality to replace the contents of
reply headers. Consult the documentation for usage details.
+ </verb>
<tag>request_header_replace</tag>
<p>This option allows you to change the contents of request headers.
(header_access has been split into two options request_header_access
and reply_header_access), header_replace (now deprecated) is being
replaced by request_header_replace.
+ </verb>
<tag>icap_log</tag>
<p>New option to write ICAP log files record ICAP transaction summaries, one line per
<tag>debug_options rotate=</tag>
<p>New parameter rotate=N to control number of cache.log rotations independent of other logs.
-
<tag>external_acl_type</tag>
<p>New options 'ipv4' and 'ipv6' are added to set the IPv4/v6 protocol between Squid and its helpers.
Please be aware of some limits to these options. These options only affet the transport protocol used