From: Amos Jeffries Date: Tue, 14 Aug 2012 23:37:24 +0000 (-0600) Subject: Prep for 3.2.1 X-Git-Tag: sourceformat-review-1~107^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c72a2049f3f3b39a66748eeb253cf747547d7c52;p=thirdparty%2Fsquid.git Prep for 3.2.1 --- diff --git a/ChangeLog b/ChangeLog index 7e89a1642a..62aa30cd87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Changes to squid-3.2.1 (15 Aug 2012): + + - Bug 3605: memory leak in peer selection + - Bug 3478: better default handling without -DSTRICT_ORIGINAL_DST + - ... and some documentation updates + Changes to squid-3.2.0.19 (02 Aug 2012): - Regression Bug 3580: IDENT request makes squid crash diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index 60a78d385c..90e9e8d61e 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.20 release notes +Squid 3.2.1 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.20 for testing. +The Squid Team are pleased to announce the release of Squid-3.2.1 for testing. This new release is available for download from or the . @@ -30,6 +30,8 @@ Although this release is deemed good enough for use in many setups, please note TCP logging of access.log does not recover from broken connections well. + SSL-Bump not re-wrapping decrypted traffic in CONNECT for peers. + Cache Manager reports in txt/plain format even when requested directly via browser.

Currently known issues which only depends on available developer time and may still be resolved in a future 3.2 release are: @@ -941,9 +943,18 @@ This section gives an account of those changes in three categories: Removed squid.conf options since Squid-2.6

+ acl +

urlgroup type removed. Use myportname type instead. + cache_dir

read-only option replaced by no-store. + http_port +

urlgroup= removed. Use name= feature instead. + + zero_buffers +

Replaced by native support. + Removed ./configure options since Squid-2.7 @@ -997,6 +1008,9 @@ This section gives an account of those changes in three categories: --disable-kqueue

Obsolete. Disabled by default. + --without-system-md5 +

Obsolete. Disabled by default. + @@ -1046,9 +1060,6 @@ This section gives an account of those changes in three categories: external_refresh_check

Not yet ported from 2.7 - http_port -

urlgroup= not yet ported from 2.6 - ignore_ims_on_miss

Not yet ported from 2.7 @@ -1085,18 +1096,7 @@ This section gives an account of those changes in three categories:

Not yet ported from 2.7 update_headers -

Not yet ported from 2.7 - - zero_buffers -

Not yet ported from 2.7 +

Not yet fully ported from 2.7. Memory and rock storage caches support this natively. UFS caches do not support it. - -Missing ./configure options available in Squid-2.7 -

- - --without-system-md5 - - -

diff --git a/src/cf.data.pre b/src/cf.data.pre index b268f5c61a..a2e3afa039 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -142,6 +142,11 @@ DOC_START Remove this line. All valid methods for HTTP are accepted by default. DOC_END +# 2.7 Options Removed/Replaced in 3.2 +NAME: zero_buffers +TYPE: obsolete +DOC_NONE + # 2.7 Options Removed/Replaced in 3.1 NAME: incoming_rate TYPE: obsolete