+Changes to squid-3.1.20 (08 Jun 2011):
+
+ - Regression Bug 3545: FreeBSD dnsserver segfaults
+ - Regression Bug 3504: clientside_tos fails to mark traffic
+ - Bug 3539: CONNECT server connection not closed correctly on errors
+ - Bug 3502: client timeout uses server-side read_timeout, not request_timeout
+ - Bug 3466: Adaptation stuck on last single-byte body piece
+ - Bug 3463: dnsserver fails to compile
+ - Bug 3439: correct external_acl_type documented default for ipv4/ipv6 option
+ - Bug 3390: Proxy auth data visible to scripts
+ - Bug 3263: ssl_crtd: undefined references to squid_curtime
+ - Bug 3233: Invalid URL accepted with url host is white spaces
+ - Bug 3133: Memory leak handling requests for sites that don't exist
+ - Bug 3074: Improper URL handling with empty path (RFC 3986)
+ - Bug 3013: segmentation fault on shutdown commSetCloseOnExec at comm.cc:1889
+ - Regression: snmp/udp address directives not resolving hostname
+ - Better helper-to-Squid buffer size management.
+ - Support CoAP over HTTP (coap:// and coaps:// URLs)
+ - Support for 3.2 error template codes
+
Changes to squid-3.1.19 (06 Feb 2011):
- Regression Bug 3441: part 2: Prevent further cache size corruption of swap.state
dnl
dnl $Id$
dnl
-AC_INIT([Squid Web Proxy],[3.1.19-BZR],[http://www.squid-cache.org/bugs/],[squid])
+AC_INIT([Squid Web Proxy],[3.1.20-BZR],[http://www.squid-cache.org/bugs/],[squid])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([include/autoconf.h])
AC_CONFIG_AUX_DIR(cfgaux)
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
- <TITLE>Squid 3.1.19 release notes</TITLE>
+ <TITLE>Squid 3.1.20 release notes</TITLE>
</HEAD>
<BODY>
-<H1>Squid 3.1.19 release notes</H1>
+<H1>Squid 3.1.20 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.19</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.1.20</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>
<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
+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. 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-mode used to communicate to this helper.
- For compatability with older configurations and helpers
- the default is 'ipv4'.
+ ipv4 / ipv6 IP protocol used to communicate with this helper.
+ The default is to auto-detect IPv6 and use it when available.
</PRE>
</P>
<!doctype linuxdoc system>
<article>
-<title>Squid 3.1.19 release notes</title>
+<title>Squid 3.1.20 release notes</title>
<author>Squid Developers</author>
<abstract>
<sect>Notice
<p>
-The Squid Team are pleased to announce the release of Squid-3.1.19
+The Squid Team are pleased to announce the release of Squid-3.1.20
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">.