From: Amos Jeffries Date: Sat, 18 Jun 2011 07:05:06 +0000 (+1200) Subject: Prep for 3.2.0.9 and 3.1.12.3 X-Git-Tag: take08~55^2~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d44d1e99fc9529e9775c5962df5c2a94c1109f0;p=thirdparty%2Fsquid.git Prep for 3.2.0.9 and 3.1.12.3 --- diff --git a/ChangeLog b/ChangeLog index 76e34d52da..ece97cbf7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Changes to squid-3.2.0.9 (18 Jun 2011): + + - Bug 3159: delay pools --disable-auth compile problems + - HTTP/1.1: Support multiline quoted-string header fields + - HTTP/1.1: Send 505 Unsupported Version on mangled version codes + - Support configurable and translated SSL error details messages + - Add log format codes for split client/server views of HTTP request line + - Major upgrade of TCP connection handling + - Support split-stack IPv6 to servers + - Support persistent connections with tcp_outgoing_address/tcp_outgoing_tos + - Optimized persistent connection handling + - Optimized FTP data connection handling + - Optimized TCP failure recovery + - ... and all bug fixes and updates from 3.1.12.3 + - ... and many code polish, documentation and translation cleanups + Changes to squid-3.2.0.8 (30 May 2011): - Bug 3214: "helperHandleRead: unexpected read from ssl_crtd" errors. @@ -180,6 +196,19 @@ Changes to squid-3.2.0.1 (03 Aug 2010): - ... and a great many testing improvements - ... and many documentation updates +Changes to squid-3.1.12.3 (18 Jun 2011): + + - Bug 3236: Port of %oa, %
-Squid 3.1.12.2 release notes +Squid 3.1.12.3 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.12.2 +The Squid Team are pleased to announce the release of Squid-3.1.12.3 This new release is available for download from or the . diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index 00741b9c85..8349149af9 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -1,6 +1,6 @@

-Squid 3.2.0.8 release notes +Squid 3.2.0.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.2.0.8 for testing. +The Squid Team are pleased to announce the release of Squid-3.2.0.9 for testing. This new release is available for download from or the . @@ -371,7 +371,7 @@ This section gives a thorough account of those changes in three categories: connect_retries

Replacement for maximum_single_addr_tries, but instead of only applying to hosts with single addresses. - This directive applies to all hosts, extending the number of connection attempts to each IP address. ======= + This directive applies to all hosts, extending the number of connection attempts to each IP address. dns_packet_max

New setting to configure maximum number of bytes packet size to advertise via EDNS. @@ -532,6 +532,9 @@ This section gives a thorough account of those changes in three categories:

New option max-stale= to provide a maximum staleness factor. Squid won't serve objects more stale than this even if it failed to validate the object. + tcp_outgoing_address +

This parameter is now compatible with persistent server connections. + tcp_outgoing_mark

New configuration parameter tcp_outgoing_mark

Allows packets leaving Squid on the server side to be marked with a Netfilter mark value in the same way as the existing tcp_outgoing_tos feature. @@ -699,6 +702,14 @@ This section gives an account of those changes in three categories: auth_param

blankpassword option for basic scheme removed. + authenticate_ip_shortcircuit_access +

Not safe for general use. + An external_acl_type helper may be used to bypass authentication if that is suitable. + + authenticate_ip_shortcircuit_ttl +

Not safe for general use. + An external_acl_type helper may be used to bypass authentication if that is suitable. + cache_peer

http11 Obsolete. @@ -824,12 +835,6 @@ This section gives an account of those changes in three categories:

urllogin option not yet ported from 2.6

urlgroup option not yet ported from 2.6 - authenticate_ip_shortcircuit_access -

Not yet ported from 2.7 - - authenticate_ip_shortcircuit_ttl -

Not yet ported from 2.7 - broken_vary_encoding

Not yet ported from 2.6