+Changes in squid-5.0.2 (18 Apr 2020):
+
+ - Bug 5030: Negative responses are never cached
+ - Bug 4796: comm.cc !isOpen(conn->fd) assertion when rotating logs
+ - Support worker-dedicated listening queues (SO_REUSEPORT)
+ - High precision time units
+ - Ban reserved annotations in "note", "adaptation_meta" directives
+ - ESI: convert parse exceptions into 500 status response
+ - Fix PURGE error responses
+ - ... and several documentation changes
+ - ... and some compile fixes
+
Changes in squid-5.0.1 (14 Jan 2020):
- Bug 4989: Leaking StoreEntry objects on Cache Digest rebuilds
- ... and many documentation changes
- ... and much code cleanup and polishing
+Changes to squid-4.11 (18 Apr 2020):
+
+ - Bug 5036: capital 'L's in logs when daemon queue overflows
+ - Bug 5022: Reconfigure kills Coordinator in SMP+ufs configurations
+ - Bug 5016: systemd thinks Squid is ready before Squid listens
+ - kerberos_ldap_group: fix encryption type for cross realm check
+ - HTTP: Ignore malformed Host header in intercept and reverse proxy mode
+ - Fix Digest authentication nonce handling
+ - Supply ALE to request_header_add/reply_header_add
+ - ... and some documentation updates
+ - ... and some compile fixes
+
Changes to squid-4.10 (14 Jan 2020):
- Bug 5009: Build failure with older clang libc++
The following organizations have supported the Squid Project by providing
their resources or funding various Squid development activities:
+The Squid Software Foundation - http://foundation.squid-cache.org/
+
+ The Foundation governs and facilitates Squid project activities,
+ providing the infrastructure and support framework for Squid
+ developers and users.
+
+@Squid-6:
+DigialOcean - https://www.digitalocean.com/
+
+ DigitalOcean has donated droplets from their cloud infrastructure
+ to host most of Squid Project's continuous integration farm.
+
+SpinUp - https://SpinUp.com
+
+ SpinUp has donated cloud resources to host our main website, wiki
+ and mailing lists.
+
+The Measurement Factory - http://www.measurement-factory.com/
+
+ The Measurement Factory has contributed significant resources to
+ Squid development and Squid Project infrastructure and support.
+
+Treehouse Networks, NZ - http://treenet.co.nz/
+
+ Treehouse Networks has contributed significant resources
+ toward Squid-3+ development and maintenance for their customer
+ gateways and CDN.
+
+@Squid-5:
+RackSpace - https://www.rackspace.com/
+
+ RackSpace donated a number of virtual machines from their cloud
+ infrastructure to support and extend our continuous integration
+ testing infrastructure and, in 2014-2019, to host many of the
+ Squid Project services.
+
@Squid-4:
Augur TBBS Pty Limited
Bloomberg L.P. has funded development work towards stabilizing
Squid-4.
-DigialOcean - https://www.digitalocean.com/
-
- DigitalOcean has donated droplets from their cloud infrastructure
- to host some of the project's continuous integration farm
-
LaunchPad - http://launchpad.net/
Provide Bazaar mirroring services and host the Squid-3+ developer
project code.
-RackSpace - http://www.rackspace.com/
-
- RackSpace donated a number of virtual machines from their cloud
- infrastructure to support and extend the continuous integration
- testing infrastructure, and since late 2014 to host many of the
- Squid Project services.
-
RM Education - http://www.rm.com/
RM Education has sponsored Squid performance optimizations and
stability improvements.
-Squid Software Foundation - http://foundation.squid-cache.org/
-
- The Foundation governs and facilitates Squid project activities,
- providing the infrastructure and support framework for Squid
- developers and users.
-
-The Measurement Factory - http://www.measurement-factory.com/
-
- Measurement Factory has contributed significant resources
- toward Squid-3+ development and server maintenance.
-
-Treehouse Networks, NZ - http://treenet.co.nz/
-
- Treehouse Networks has contributed significant resources
- toward Squid-3+ development and maintenance for their customer
- gateways and CDN.
-
@Squid-3.5:
Messagenet - http://messagenet.it/
<!doctype linuxdoc system>
<article>
-<title>Squid 4.10 release notes</title>
+<title>Squid 4.11 release notes</title>
<author>Squid Developers</author>
<abstract>
<toc>
<sect>Notice
-<p>The Squid Team are pleased to announce the release of Squid-4.10.
+<p>The Squid Team are pleased to announce the release of Squid-4.11.
This new release is available for download from <url url="http://www.squid-cache.org/Versions/v4/"> or the
<url url="http://www.squid-cache.org/Download/http-mirrors.html" name="mirrors">.
<p>The cppunit testing framework is auto-detected and used when available.
This option can be used to disable it explicitly.
+ <tag>--without-systemd</tag>
+ <p>SystemD init environment features are auto-detected and used when available.
+ This option can be used to disable systemd features explicitly.
+
</descrip>
<sect1>Changes to existing options<label id="modifiedoptions">
<!doctype linuxdoc system>
<article>
-<title>Squid 5.0.1 release notes</title>
+<title>Squid 5.0.2 release notes</title>
<author>Squid Developers</author>
<abstract>
<toc>
<sect>Notice
-<p>The Squid Team are pleased to announce the release of Squid-5.0.1 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-5.0.2 for testing.
This new release is available for download from <url url="http://www.squid-cache.org/Versions/v5/"> or the
<url url="http://www.squid-cache.org/Download/http-mirrors.html" name="mirrors">.
<sect1>Peering support for SSL-Bump
<p>Squid now supports forwarding of bumped, re-encrypted HTTPS requests through
- a cache_peer using a standard HTTP CONNECT tunnel.
+ a <em>cache_peer</em> using a standard HTTP CONNECT tunnel.
-<p>No support for triggering client authentication when a cache_peer
+<p>No support for triggering client authentication when a <em>cache_peer</em>
configuration instructs the bumping Squid to relay authentication info
contained in client CONNECT request. The bumping Squid still responds
with HTTP 200 (Connection Established) to the client CONNECT request (to