]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.1.9
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 25 Oct 2010 07:58:26 +0000 (20:58 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 25 Oct 2010 07:58:26 +0000 (20:58 +1300)
ChangeLog
doc/release-notes/release-3.1.html
doc/release-notes/release-3.1.sgml

index ec2b1833caa6682c688d3a6c25a630797db7744e..651c4b3c79f35dba7c4b239a1e685e2b41a85f97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+Changes to squid-3.1.9 (25 Oct 2010):
+
+       - Bug 3088: dnsserver is segfaulting
+       - Bug 3084: IPv6 without Host: header in request causes connection to hang
+       - Bug 3082: Typo in error message
+       - Bug 3073: tunnelStateFree memory leak of host member
+       - Bug 3058: errorSend and ICY leak MemBuf object
+       - Bug 3057: 64-bit Solaris 9 Squid unable to determine peer IP and port
+       - Bug 3056: comm.cc "!fd_table[fd].closing()" assertion crash when a helper dies
+       - Bug 3053: cache version 1 LFS support detection broken
+       - Bug 3051: integer display overflow
+       - Bug 3040: Lower-case domain entries from hosts and resolv.conf files
+       - Bug 3036: adaptation_access acls cannot see myportname
+       - Bug 3023: url_rewrite_program silently fails to rewrite on broken URLs
+       - Bug 2964: Prevent memory leaks when ICAP transactions fail
+       - Bug 2808: getRoundRobinParent not handling weights correctly
+       - Bug 2793: memory statistics sometimes display wrong
+       - Bug 2356: Port from 2.7: Solaris /dev/poll event ports support
+       - Bug 2311: crashes with ICAP RESPMOD for HTTP body size greater than 100kb
+       - Ensure /var/cache or jail equivalent exists on install
+       - HTTP/1.1: delete Warnings that have warning-date different from Date
+       - HTTP/1.1: do not remove ETag header from partial responses
+       - HTTP/1.1: make date parser stricter to better handle malformed Expires
+       - HTTP/1.1: improve age calculation
+       - HTTP/1.1: reply with a 504 error if required validation fails
+       - HTTP/1.1: add appropriate Warnings if serving a stale hit
+       - HTTP/1.1: support requests with Cache-Control: min-fresh
+       - HTTP/1.1: do not cache replies to requests with Cache-Control: no-store
+       - squidclient: Display IP(s) connected to in verbose (-v) display
+       - Fixes several issues with ICAP persistent connections
+       - Fixes small leaks in Netdb, DNS, ICAP, ICY, HTTPS
+       - ... and some cosmetic polishing
+
 Changes to squid-3.1.8 (04 Sep 2010):
 
        - Bug 3033: incorrect information regarding TOS
index 5e1d9065c600c0b2e79d68b9781211106757ef17..74d9dfa48cea66256331dfd4736b873ec2677c5d 100644 (file)
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <HTML>
 <HEAD>
- <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.65">
- <TITLE>Squid 3.1.8 release notes</TITLE>
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
+ <TITLE>Squid 3.1.9 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.1.8 release notes</H1>
+<H1>Squid 3.1.9 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -70,7 +70,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.8</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.1.9</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>
@@ -262,7 +262,7 @@ be chosen to handle transparently intercepted traffic.
 </P>
 
 <P>Real transparent Interception (TPROXY) may be able to perform IPv6 interception.
-However this currently still needs kernel patching with experimental patches to enable IPv6.
+However this currently still needs patching of kernels older than 2.6.37.
 Squid will attempt to discover support on startup and may permit or deny IPv6 wildcard for
 tproxy flagged ports depending on your system.</P>
 
index 831b6ae9d9e828d6b0754e415bdd1fd88ad775f4..9629f5ae66f515c17cf324e4a6d39cf884ac0271 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.1.8 release notes</title>
+<title>Squid 3.1.9 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.8
+The Squid Team are pleased to announce the release of Squid-3.1.9
 
 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">.
 
@@ -191,7 +191,7 @@ config options provided on a clean install.
 </verb>
 
 <p>Real transparent Interception (TPROXY) may be able to perform IPv6 interception.
-  However this currently still needs kernel patching with experimental patches to enable IPv6.
+  However this currently still needs patching of kernels older than 2.6.37.
   Squid will attempt to discover support on startup and may permit or deny IPv6 wildcard for
   tproxy flagged ports depending on your system.