From: Amos Jeffries Date: Fri, 29 Jun 2012 01:34:08 +0000 (-0600) Subject: 3.2.0.18 X-Git-Tag: SQUID_3_2_0_18~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c4de45b585ac7e4f7172bb06facdab45fc086f0;p=thirdparty%2Fsquid.git 3.2.0.18 --- diff --git a/ChangeLog b/ChangeLog index b99d9930f8..599bda4c53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,27 @@ -Changes to squid-3.2.0.17 (12 Apr 2011): +Changes to squid-3.2.0.18 (29 Jun 2012): + + - Bug 3576: ICY streams being Transfer-Encoding:chunked + - Bug 3537: statistics histogram leaks memory + - Bug 3526: digest authentication crash + - Bug 3484: Docs: sslproxy_cert_error example flawed + - Bug 3462: Delay Pools and ICAP + - Bug 3405: ssl_crtd crashes failing to remove certificate + - Bug 3380: Mac OSX compile errors with CMSG_SPACE + - Bug 3258: Requests hang when Host forgery verify fails + - Bug 3186: Digest auth caches failed state without revalidating + - Bug 2976: ERR_INVALID_URL for transparently captured requests when reconfiguring + - Bug 2885: AIX: check and set required compiler flags + - Fix ssl_crtd compile issues with libsslutil + - Fix build with GCC 4.7 (and probably other C++11 compilers). + - Fix double-escape of %R on deny_info redirect responses + - Support status 308 Permanent Redirect + - Support for TLSv1.1 and TLSv1.2 options and methods + - Support passing external_acl_type credentials on ICAP + - Language Updates: fr, hy, pt_BR + - ... and many compile issues on Windows + - ... and some minor code polish + +Changes to squid-3.2.0.17 (12 Apr 2012): - Bug 3527: EUI compile errors on Mac OS X 10.5.8 PPC - Bug 3509: kQueue compile error @@ -10,7 +33,7 @@ Changes to squid-3.2.0.17 (12 Apr 2011): - Solaris 9/10 various build fixes - ... and some more code polish -Changes to squid-3.2.0.16 (07 Mar 2011): +Changes to squid-3.2.0.16 (07 Mar 2012): - Bug 3508: Correct DNS timeout handling. - Bug 3503: DNS PTR queries timeout due to wrong QIDs. @@ -28,7 +51,7 @@ Changes to squid-3.2.0.16 (07 Mar 2011): - ... and several fixes related to in-transit object performance - ... and some structural design changes for portability -Changes to squid-3.2.0.15 (06 Feb 2011): +Changes to squid-3.2.0.15 (06 Feb 2012): - Bug 3472: segfault with the message 'urlParse: URL too large' - Bug 3471: segfault when %la formating code used @@ -363,7 +386,7 @@ 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.20 (08 Jun 2011): +Changes to squid-3.1.20 (08 Jun 2012): - Regression Bug 3545: FreeBSD dnsserver segfaults - Regression Bug 3504: clientside_tos fails to mark traffic @@ -383,7 +406,7 @@ Changes to squid-3.1.20 (08 Jun 2011): - Support CoAP over HTTP (coap:// and coaps:// URLs) - Support for 3.2 error template codes -Changes to squid-3.1.19 (06 Feb 2011): +Changes to squid-3.1.19 (06 Feb 2012): - Regression Bug 3441: part 2: Prevent further cache size corruption of swap.state - Bug 3473: erase last uses of obsolete auth_user_hash_pointer @@ -520,7 +543,7 @@ Changes to squid-3.1.12 (04 Apr 2011): - Bug 3164: Total memory info display 32-bit overflows - Bug 3155: Werror is hard-coded in libTrie build - Bug 3151: squid_kerb_auth: use autoconf LIBS instead of FLAGS for library linkage - - Bug 2976: invalid URL on intercepted requests during reconfigure + - Bug 2976: invalid URL on intercepted requests during reconfigure (workaround) - Bug 2720: comment in same line as cache/mem_replacement_policy causes error - Bug 2621: Provide request headers to RESPMOD when using cache_peer. - Bug 2330: AuthUser objects are never unlocked diff --git a/doc/release-notes/release-3.2.html b/doc/release-notes/release-3.2.html index 7eae49da98..70d2ab6334 100644 --- a/doc/release-notes/release-3.2.html +++ b/doc/release-notes/release-3.2.html @@ -2,10 +2,10 @@ - Squid 3.2.0.17 release notes + Squid 3.2.0.18 release notes -

Squid 3.2.0.17 release notes

+

Squid 3.2.0.18 release notes

Squid Developers


@@ -25,18 +25,17 @@ for Applied Network Research and members of the Web Caching community.

3. Changes to squid.conf since Squid-3.1

@@ -73,7 +72,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.2.0.17 for testing.

+

The Squid Team are pleased to announce the release of Squid-3.2.0.18 for testing.

This new release is available for download from http://www.squid-cache.org/Versions/v3/3.2/ or the mirrors.

@@ -88,6 +87,18 @@ report with a stack trace.

Although this release is deemed good enough for use in many setups, please note the existence of open bugs against Squid-3.2.

+

Currently known issues which only depends on available developer time and may still be resolved in a future 3.2 release are:

+

+

+

+ +

1.2 Changes since earlier releases of Squid-3.2

@@ -101,12 +112,11 @@ report with a stack trace.

The most important of these new features are: