From: Amos Jeffries Date: Mon, 12 Dec 2011 09:51:08 +0000 (-0700) Subject: Prep for 3.2.0.14 X-Git-Tag: BumpSslServerFirst.take05~12^2~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=902bc38b7f5bde4d10cea03dee88810631d49b91;p=thirdparty%2Fsquid.git Prep for 3.2.0.14 --- diff --git a/ChangeLog b/ChangeLog index 7210a9e6ba..c72a70fda7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +Changes to squid-3.2.0.14 (12 Dec 2011): + + - Bug 3433: Segfault closing SNMP + - Bug 3420: Request body consumption races and !theConsumer exception. + - Bug 3406: SSL Log Error in debug + - Bug 3383: store.cc:1631: "new_status != IN_MEMORY" assertion + - Bug 3383: unhandled exception: theGroupBSize > 0 + - Bug 3377: assertion failed: store.cc:885: "store_status == STORE_PENDING" + - Bug 3367: fix inverted check on host_strict_verify + - Bug 3366: assertion comm.cc:1276: isOpen(fd) via CompositePoolNode::kickReads + - Bug 3364: SNMP Orphans + - Bug 3301: ERR_DNS_FAIL never shown + - Bug 3150: do not start useless unlinkd + - ext_session_acl: version 1.2 + - Add adaptation_meta option + - Add a mask on the qos_flows miss configuration value + - Support intermediate CA in ssl-bump traffic certificates + - Support SSL certificate failure details on error page + - Fix flags for NAT intercept and TPROXY not set correctly + - Fix fastCheck() default result on multi-line actions + - Fix missing SMP shared memory statistics + - Fix Comm::Write closing() assertion when retrying a failed UDP DNS query + - ... and several other TCP and SMP support behaviour fixes + - ... and many code polishing cleanups and fixed build errors + - ... and several documentation polishings + Changes to squid-3.2.0.13 (14 Oct 2011): - Regression Bug 3363: never_direct always 'unable to forward this request at this time' diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index cc393f8b51..df46c8d0cb 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.13 release notes +Squid 3.2.0.14 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.13 for testing. +The Squid Team are pleased to announce the release of Squid-3.2.0.14 for testing. This new release is available for download from or the . @@ -214,6 +214,7 @@ Most user-facing changes are reflected in squid.conf (see below). squid_ldap_group - ext_ldap_group_acl - Check logged in users Group membership using LDAP. mswin_check_lm_group - ext_lm_group_acl - Check logged in users Group membership using LanManager. squid_session - ext_session_acl - Maintain a session cache of client identifiers (usually IP address). + This helper has also gone through a version update and now uses more current BerkeleyDB 4.1+ APIs. squid_unix_group - ext_unix_group_acl - Check logged in users Group membership using local UNIX groups. wbinfo_group.pl - ext_wbinfo_group_acl - Check logged in users Group membership using wbinfo. @@ -377,6 +378,10 @@ This section gives a thorough account of those changes in three categories: New tags

+ adaptation_meta +

This option allows Squid administrator to add custom ICAP request + headers or eCAP options to Squid ICAP requests or eCAP transactions. + adaptation_send_client_ip

Same as depricated icap_send_client_ip but applies to both ICAP and eCAP.