+Changes to squid-3.1.19 (06 Feb 2011):
+
+ - Regression Bug 3441: part 2: Prevent further cache size corruption of swap.state
+ - Bug 3473: erase last uses of obsolete auth_user_hash_pointer
+ - Bug 3470: GCC 4.7
+ - Bug 3442: assertion failed: external_acl.cc:908: ch->auth_user_request != NULL
+ - Bug 3441: part 1: Minimize cache size corruption by malformed swap.state
+ - Bug 3440: compile error in Adaptation
+ - Bug 3420: Request body consumption races and !theConsumer exception
+ - Bug 3370: external ACL sometimes skipping
+ - Bug 3085: Crash when parsing esi:include
+ - HTTP/1.1: do not add 110 and 111 Warnings to revalidated responses
+ - Fix SSL library dependency fixes
+
Changes to squid-3.1.18 (03 Dec 2011):
- Regression: compile error in FTP
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
- <TITLE>Squid 3.1.18 release notes</TITLE>
+ <TITLE>Squid 3.1.19 release notes</TITLE>
</HEAD>
<BODY>
-<H1>Squid 3.1.18 release notes</H1>
+<H1>Squid 3.1.19 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.18</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.1.19</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>
<LI>eCAP Adaptation Module support</LI>
<LI>ICAP Bypass and Retry enhancements</LI>
<LI>ICY streaming protocol support</LI>
-<LI>Dynamic SSL Certificate Generation (3.1.12.1 and later)</LI>
+<LI>Dynamic SSL Certificate Generation (3.1.13 and later)</LI>
</UL>
</P>
<P>Most user-facing changes are reflected in squid.conf (see below).</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 affect the transport protocol used
-to send data to and from the helpers. IPv6 enabled Squid will still send %SRC addresses in IPv4 or IPv6
+Please be aware of some limits to these options. These options only affet the transport protocol used
+to send data to and from the helpers. Squid in IPv6-mode may still send %SRC addresses in IPv4 or IPv6
format, so all helpers will need to be checked and converted to cope with such information cleanly.
<PRE>
- ipv4 / ipv6 IP transport used to communicate to this helper over localhost.
- For compatability with systems lacking IPv6 support in the system kernel the default is 'ipv4'.
+ ipv4 / ipv6 IP-mode used to communicate to this helper.
+ For compatability with older configurations and helpers
+ the default is 'ipv4'.
</PRE>
</P>
<!doctype linuxdoc system>
<article>
-<title>Squid 3.1.18 release notes</title>
+<title>Squid 3.1.19 release notes</title>
<author>Squid Developers</author>
<abstract>
<sect>Notice
<p>
-The Squid Team are pleased to announce the release of Squid-3.1.18
+The Squid Team are pleased to announce the release of Squid-3.1.19
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">.
<item>eCAP Adaptation Module support
<item>ICAP Bypass and Retry enhancements
<item>ICY streaming protocol support
- <item>Dynamic SSL Certificate Generation (3.1.12.1 and later)
+ <item>Dynamic SSL Certificate Generation (3.1.13 and later)
</itemize>
Most user-facing changes are reflected in squid.conf (see below).