+Changes to squid-3.1.4 (30 May 2010):
+
+ - Bug 2933: Verification of the max. port number for WCCP2 dynamic service
+ - Bug 2924: RADIUS helper compile issues
+ - Bug 2922: Fix assertion failed: HttpHeader.cc: "Headers[id].stat.aliveCount"
+ - Bug 2919: tcp_outgoing_address ACLs not obeying acl_uses_indirect_client
+ - Bug 2896: Fix assertion failed: comm.cc:2063: "!fd_table[fd].closing()"
+ - Bug 2879: pt2: 3.0 regression in headers end finding
+ - Bug 2877: pt2: only output zero-size warning on reverse-proxy requests
+ - Bug 2876: FD_SETSIZE override not working on all linux distributions
+ - Bug 2810: common log format generates 2 lines of syslog
+ - Bug 2789: Optimize unlimited memory pools, and correctly handle limits over 2GB
+ - Bug 2753: Fall back on IPv4 if IPv6 is not present
+ - Bug 2697: Adaptation leaks and extra requests after reconfiguration
+ - Bug 2633: Fix Ecap::HeaderRep::value(name) fails when there is no named header field
+ - Change LDAP helpers to default to LDAP version 3 if available
+ - Add Joomla and Salted Hash support to squid_db_auth helper
+ - Fixed IpAddress port printing for ports higher than 9999
+ - Disable chunked memory pooling by default.
+ - ... and several build errors.
+
Changes to squid-3.1.3 (02 May 2010):
- Remove: Advertise 1.1 on replies
<!doctype linuxdoc system>
<article>
-<title>Squid 3.1.3 release notes</title>
+<title>Squid 3.1.4 release notes</title>
<author>Squid Developers</author>
<abstract>
<sect>Notice
<p>
-The Squid Team are pleased to announce the release of Squid-3.1.3.
+The Squid Team are pleased to announce the release of Squid-3.1.4.
This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.1/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
<tag>maximum_object_size_in_memory</tag>
<p>Default size limit increased to 512KB.
+ <tag>memory_pools_limit</tag>
+ <p>Memory limits have been revised and corrected from 3.1.4 onwards.
+ <p>Please check and update your squid.conf to use the text <em>none</em> for no limit instead of the old 0 (zero).
+ <p>All users upgrading need to be aware that from Squid-3.3 setting this option to 0 (zero) will mean zero bytes of memory get pooled.
+
<tag>negative_ttl</tag>
<p>New default of 0 seconds. To prevent negative-caching of failure messages unless explicitly
permitted by the message generating web server.
<p>Removed. CARP is required by several peering algoithms. Disabling is not useful.
<tag>--disable-mempools</tag>
- <p>Removed. Can be set via squid.conf.
+ <p>Replaced by memory_pools squid.conf option.
</descrip>
<p><em>%>eui</em> EUI logging (EUI-48 / MAC address for IPv4, EUI-64 for IPv6)
Both EUI forms are logged in the same field. Type can be identified by length or byte delimiter.
+ <tag>memory_pools_limit</tag>
+ <p>Memory limits have been revised and corrected from 3.1.4 onwards.
+ <p>Please check and update your squid.conf to use the text <em>none</em> for no limit instead of the old 0 (zero).
+ <p>All users upgrading need to be aware that from Squid-3.3 setting this option to 0 (zero) will mean zero bytes of memory get pooled.
+
<tag>windows_ipaddrchangemonitor</tag>
<p>Now only available to be set in Windows builds.