]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.1.19
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 5 Feb 2012 11:46:03 +0000 (04:46 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 5 Feb 2012 11:46:03 +0000 (04:46 -0700)
ChangeLog
doc/release-notes/release-3.1.html
doc/release-notes/release-3.1.sgml

index 65bfb63a3852bc8faed5bc1c46b013f220f1bcb4..659c70c51235c15a259dc528ea5578d9dd00673e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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
index b95659583e9f79dbac4c4c87e5282a2a9656d22a..5bbce157a1639e8570ff98cb78335e03f150128f 100644 (file)
@@ -2,10 +2,10 @@
 <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>
@@ -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.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>
@@ -126,7 +126,7 @@ While this release is not fully bug-free we believe it is ready for use in produ
 <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>
@@ -1280,12 +1280,13 @@ 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 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>
index be424cfe5713322c4d395b1900f3cf969eb881f3..445e2eaa1cbca542f7677b6f9dce1532fcd5ff54 100644 (file)
@@ -1,6 +1,6 @@
 <!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>
@@ -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.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">.
 
@@ -64,7 +64,7 @@ The most important of these new features are:
        <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).