From 51f07c98bd59b59a08a2c55ed8ca572b0c5ca660 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 17 Apr 2020 01:02:56 +0000 Subject: [PATCH] Release prep for 5.0.2 and 4.11 (#604) --- ChangeLog | 24 ++++++++++++ SPONSORS.list | 65 ++++++++++++++++++-------------- doc/release-notes/release-4.sgml | 8 +++- doc/release-notes/release-5.sgml | 8 ++-- 4 files changed, 70 insertions(+), 35 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2bff5d7e51..dd59e3d471 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +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 @@ -45,6 +57,18 @@ Changes in squid-5.0.1 (14 Jan 2020): - ... 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++ diff --git a/SPONSORS.list b/SPONSORS.list index be6070cc61..fb0bda603d 100644 --- a/SPONSORS.list +++ b/SPONSORS.list @@ -1,6 +1,42 @@ 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 @@ -12,45 +48,16 @@ Bloomberg L.P. 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/ diff --git a/doc/release-notes/release-4.sgml b/doc/release-notes/release-4.sgml index e501eb4b50..2b4b0a8960 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -1,6 +1,6 @@
-Squid 4.10 release notes +Squid 4.11 release notes Squid Developers @@ -12,7 +12,7 @@ for Applied Network Research and members of the Web Caching community. Notice -

The Squid Team are pleased to announce the release of Squid-4.10. +

The Squid Team are pleased to announce the release of Squid-4.11. This new release is available for download from or the . @@ -542,6 +542,10 @@ This section gives an account of those changes in three categories:

The cppunit testing framework is auto-detected and used when available. This option can be used to disable it explicitly. + --without-systemd +

SystemD init environment features are auto-detected and used when available. + This option can be used to disable systemd features explicitly. + Changes to existing options

-Squid 5.0.1 release notes +Squid 5.0.2 release notes Squid Developers @@ -12,7 +12,7 @@ for Applied Network Research and members of the Web Caching community. Notice -

The Squid Team are pleased to announce the release of Squid-5.0.1 for testing. +

The Squid Team are pleased to announce the release of Squid-5.0.2 for testing. This new release is available for download from or the . @@ -141,9 +141,9 @@ Most user-facing changes are reflected in squid.conf (see below). Peering support for SSL-Bump

Squid now supports forwarding of bumped, re-encrypted HTTPS requests through - a cache_peer using a standard HTTP CONNECT tunnel. + a cache_peer using a standard HTTP CONNECT tunnel. -

No support for triggering client authentication when a cache_peer +

No support for triggering client authentication when a cache_peer 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 -- 2.47.2