]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.2.0.14
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 12 Dec 2011 09:51:08 +0000 (02:51 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 12 Dec 2011 09:51:08 +0000 (02:51 -0700)
ChangeLog
doc/release-notes/release-3.2.sgml

index 7210a9e6ba64c623ab38add071d52be6f98758f8..c72a70fda7f58e3c1a3efea4f906708f92a37c51 100644 (file)
--- 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'
index cc393f8b519b30693a769d225b7aa700e241dfd6..df46c8d0cb3eaf2a1e2aa9d08b8c61ff1783d428 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.2.0.13 release notes</title>
+<title>Squid 3.2.0.14 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community.
 
 <sect>Notice
 <p>
-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 <url url="http://www.squid-cache.org/Versions/v3/3.2/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
 
@@ -214,6 +214,7 @@ Most user-facing changes are reflected in squid.conf (see below).
        <item>squid_ldap_group - ext_ldap_group_acl - Check logged in users Group membership using LDAP.
        <item>mswin_check_lm_group - ext_lm_group_acl - Check logged in users Group membership using LanManager.
        <item>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.
        <item>squid_unix_group - ext_unix_group_acl - Check logged in users Group membership using local UNIX groups.
        <item>wbinfo_group.pl - ext_wbinfo_group_acl - Check logged in users Group membership using wbinfo.
 </itemize>
@@ -377,6 +378,10 @@ This section gives a thorough account of those changes in three categories:
 <sect1>New tags<label id="newtags">
 <p>
 <descrip>
+       <tag>adaptation_meta</tag>
+       <p>This option allows Squid administrator to add custom ICAP request
+          headers or eCAP options to Squid ICAP requests or eCAP transactions.
+
        <tag>adaptation_send_client_ip</tag>
        <p>Same as depricated icap_send_client_ip
           but applies to both ICAP and eCAP.</p>