From: Amos Jeffries Date: Sun, 3 Apr 2011 13:10:56 +0000 (-0600) Subject: Prep for 3.1.12 and 3.2.0.6 X-Git-Tag: take06~27^2~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d9ce4967ccb9bd51faf0cc9a8b1470004de07cb;p=thirdparty%2Fsquid.git Prep for 3.1.12 and 3.2.0.6 --- diff --git a/ChangeLog b/ChangeLog index 9aec19e1e7..befcaf05c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +Changes to squid-3.2.0.6 (04 Apr 2011): + + - Regression fix: upgrade existing icons + - Regression fix: dont crash when accessing an SSL certificate with errors + - Regression fix: prevent stdio log module segfaults on rotate + - Regression fix: shutdown properly even if a worker process crashes on exit + - Regression Bug 3159: (partial fix) ICAP and --disable-auth compile problems + - Bug 3170: "Unsupported or unconfigured/inactive proxy-auth scheme" on shutdown + - Bug 3105: malformed Proxy-Authorization leaks memory + - Bug 3007: CONNECT to cache_peer returns 000 status code + - Bug 2885: Compile errors on AIX + - Support parameterized Cache Manager queries + - Support libecap v0.2.0; fixed eCAP body handling and logging + - Support dynamic adaptation plans that cover multiple vectoring points + - Support %D details for documented OpenSSL errors + - Support logging of all transactions including those with uncertain status or no sent response + - Updrate negotiate_kerberos_auth to version 3.0.4sq + - Update ext_kerberos_ldap_group_acl to version 1.3.0sq + - Update ext_edirectory_userip_acl to version 2.1 + - Convert dns_timeout and dns_retransmit_interval directives to use millisecond resolution + - Change the default dns_timeout value from 2 minutes to 30 seconds + - Fix TCP log stream flushing on every line + - ... all bug fixes and updates from 3.1.12 + - ... a great many compiler portability fixes + - ... many code polishings and display cleanups + Changes to squid-3.2.0.5 (12 Feb 2011): - Regression Fix: profiler should not be built by default @@ -126,6 +152,27 @@ 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 (04 Apr 2011): + + - Regression fix: Use bigger buffer for server reads. + - Regression fix: Add reply_header_replace directive for ability lost since 2.7 + - Bug 3181: /dev/poll fails to build on Solaris with GCC 4.5.0 + - Bug 3177: assertion failed: comm.cc:1583: "fd >= 0" + - Bug 3175: IPv6 PTR lookup crashes on raw-IP URLs when IPv6 disabled + - Bug 3173: Assertion bodyPipe!=NULL on SslBump CONNECT response writing failure + - 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 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 + - Prevent CONNECT request relaying to origin servers + - squidclient HTTP/1.1 compliance updates (Pragma and User-Agent headers) + - squidclient: send Cache Manager password using -w + - eCAP: give full Request-URI to adapters + - ... and several debug and error display cleanups + Changes to squid-3.1.11 (08 Feb 2011): - Bug 3149: not caching eCAP adapted body diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index dfba8b3b71..d8a3fd4a59 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1,6 +1,6 @@
-Squid 3.1.11 release notes +Squid 3.1.12 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.11 +The Squid Team are pleased to announce the release of Squid-3.1.12 This new release is available for download from or the . @@ -1068,7 +1068,6 @@ NOCOMMENT_START debug_options rotate=

New parameter rotate=N to control number of cache.log rotations independent of other logs. - external_acl_type

New options 'ipv4' and 'ipv6' are added to set the IPv4/v6 protocol between Squid and its helpers. Please be aware of some limits to these options. These options only affet the transport protocol used diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index 5c763f082c..a7f07f2893 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.5 release notes +Squid 3.2.0.6 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.5 for testing. +The Squid Team are pleased to announce the release of Squid-3.2.0.6 for testing. This new release is available for download from or the . @@ -227,7 +227,7 @@ Most user-facing changes are reflected in squid.conf (see below). Multi-Lingual manuals

The man(8) and man(1) pages bundled with Squid are now provided online for all - versions and beginning with 3.2 they are available in languages other than english. + versions and beginning with 3.2 they are available in languages other than English (where translated).

Details in