From: Amos Jeffries Date: Mon, 25 Oct 2010 07:58:26 +0000 (+1300) Subject: Prep for 3.1.9 X-Git-Tag: SQUID_3_1_9~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05994e2be7f796455ea4d2eb31bbeb1bd626ee94;p=thirdparty%2Fsquid.git Prep for 3.1.9 --- diff --git a/ChangeLog b/ChangeLog index ec2b1833ca..651c4b3c79 100644 --- 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 diff --git a/doc/release-notes/release-3.1.html b/doc/release-notes/release-3.1.html index 5e1d9065c6..74d9dfa48c 100644 --- a/doc/release-notes/release-3.1.html +++ b/doc/release-notes/release-3.1.html @@ -1,11 +1,11 @@ - - Squid 3.1.8 release notes + + Squid 3.1.9 release notes -

Squid 3.1.8 release notes

+

Squid 3.1.9 release notes

Squid Developers


@@ -70,7 +70,7 @@ for Applied Network Research and members of the Web Caching community.

1. Notice

-

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 http://www.squid-cache.org/Versions/v3/3.1/ or the mirrors.

@@ -262,7 +262,7 @@ be chosen to handle transparently intercepted traffic.

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.

diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index 831b6ae9d9..9629f5ae66 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1,6 +1,6 @@
-Squid 3.1.8 release notes +Squid 3.1.9 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-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 or the . @@ -191,7 +191,7 @@ config options provided on a clean install.

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.