]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.1.20 SQUID_3_1_20
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 8 Jun 2012 11:19:27 +0000 (05:19 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 8 Jun 2012 11:19:27 +0000 (05:19 -0600)
ChangeLog
configure.ac
doc/release-notes/release-3.1.html
doc/release-notes/release-3.1.sgml

index 659c70c51235c15a259dc528ea5578d9dd00673e..5fdfa1bbee0f6ba9ce980557b79b2a29b167211e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+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
index 52e86151107a3248e56d0c2b4ee847681679293c..56e9f3ef793b52ff14678ccf3ce4bd29acdf6bad 100644 (file)
@@ -2,7 +2,7 @@
 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)
index 5bbce157a1639e8570ff98cb78335e03f150128f..39f39575211a311631467aad65f680acc7f558a0 100644 (file)
@@ -2,10 +2,10 @@
 <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>
@@ -71,7 +71,7 @@ for Applied Network Research and members of the Web Caching community.</EM>
 <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>
@@ -1280,13 +1280,12 @@ contained in the directory it points at. If absent, error page localization will
 
 <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>
index 7b8bf2a20f4152686c3d26bad65c4ab0a12e2eda..86b6fdda81e4998a5f499c60174e8c8a4d69b5be 100644 (file)
@@ -1,6 +1,6 @@
 <!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>
@@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community.
 
 <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">.