+Changes to squid-3.2.0.15 (06 Feb 2011):
+
+ - Bug 3472: segfault with the message 'urlParse: URL too large'
+ - Bug 3471: segfault when %la formating code used
+ - Bug 3449: part 3: shm_open can fail with a mangled path
+ - Bug 3449: part 4: shm_open failed (fixing memory_cache_shared defaults)
+ - Bug 3448: 204 response problem in adaptation chains
+ - Bug 3447: assertion failed: CommCalls.h:150: "dp"
+ - Bug 3461: build regression in IPFilter NAT
+ - Bug 3413: raise cbdata lock limits
+ - Bug 3391: forwarded_for log functionality broken
+ - Bug 3268: Squid cannot do anything else during ufs/diskd rebuild
+ - Bug 3268: remove wrong 'Ready to serve requests.' message
+ - Bug 2519: ssl_bump + Authentication (LDAP Digest) issues
+ - Disable OpenSSL SSL/TLS bug workarounds by default
+ - Send DNS A and AAAA queries in parallel
+ - Cache Manager migration support
+ - Allow service of internal requests over reverse-proxy ports
+ - Fix trimMemory for unswappable objects
+ - ... and several build and polish fixes
+
Changes to squid-3.2.0.14 (12 Dec 2011):
- Bug 3433: Segfault closing SNMP
- ... and a great many testing improvements
- ... and many documentation updates
+Changes to squid-3.1.19 (06 Feb 2011):
+
+ - Regression Bug 3441: part 2: Prevent further cache size corruption of swap.state
+ - Bug 3473: erase last uses of obsolete auth_user_hash_pointer
+ - Bug 3470: GCC 4.7
+ - Bug 3442: assertion failed: external_acl.cc:908: ch->auth_user_request != NULL
+ - Bug 3441: part 1: Minimize cache size corruption by malformed swap.state
+ - Bug 3440: compile error in Adaptation
+ - Bug 3420: Request body consumption races and !theConsumer exception
+ - Bug 3370: external ACL sometimes skipping
+ - Bug 3085: Crash when parsing esi:include
+ - HTTP/1.1: do not add 110 and 111 Warnings to revalidated responses
+ - Fix SSL library dependency fixes
+
Changes to squid-3.1.18 (03 Dec 2011):
- Regression: compile error in FTP
<!doctype linuxdoc system>
<article>
-<title>Squid 3.1.17 release notes</title>
+<title>Squid 3.1.19 release notes</title>
<author>Squid Developers</author>
<abstract>
<sect>Notice
<p>
-The Squid Team are pleased to announce the release of Squid-3.1.18
+The Squid Team are pleased to announce the release of Squid-3.1.19
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">.
<item>eCAP Adaptation Module support
<item>ICAP Bypass and Retry enhancements
<item>ICY streaming protocol support
- <item>Dynamic SSL Certificate Generation (3.1.12.1 and later)
+ <item>Dynamic SSL Certificate Generation (3.1.13 and later)
</itemize>
Most user-facing changes are reflected in squid.conf (see below).
<!doctype linuxdoc system>
<article>
-<title>Squid 3.2.0.14 release notes</title>
+<title>Squid 3.2.0.15 release notes</title>
<author>Squid Developers</author>
<abstract>
<sect>Notice
<p>
-The Squid Team are pleased to announce the release of Squid-3.2.0.14 for testing.
+The Squid Team are pleased to announce the release of Squid-3.2.0.15 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">.
acl manager url_regex -i ^cache_object:// ^https?://[^/]+/squid-internal-mgr/
</verb>
+<p>The manager prefix /squid-internal-mgr/ with no action attempts to load an optional
+ template MGR_INDEX which may be installed amongst in the Squid error templates.
+ This template is not supplied with Squid but intended to be supplied by separate
+ cache manager applications as their front page embedding all scripts, accessors or
+ redirects required for their initial GUI display.
+
+<p>Version 3.2 of the CGI cache manager tool now presents XHR scripted probes to detect
+ proxies presenting these manager index pagess and provides direct HTTP/HTTPS web links
+ to those managers.
+
<sect>Changes to squid.conf since Squid-3.1
<p>
network Only objects fetched from network is kept in memory
</verb>
+ <tag>memory_cache_shared</tag>
+ <p>Controls whether the memory cache is shared among SMP workers.
+ <p>Currently, entities exceeding 32KB in size cannot be shared.
+
<tag>server_idle_pconn_timeout</tag>
<p>Renamed from <em>pconn_timeout</em>.
3xx status only available when redirecting to a URI.
Other status only available when supplying an error template body.
+ <tag>dns_v4_fallback</tag>
+ <p>Obsoleted by DNS parallel lookups.
+
<tag>external_acl_type</tag>
<p>New format tags and option parameters:
<p><em>%SRCEUI48</em> EUI-48 / MAC address of client from ARP lookup.