+Changes in squid-5.0.4 (23 Aug 2020):
+
+ - Bug 5054: mark dns_v4_first as obsolete in cf.data.pre
+ - Bug 5048: ResolvedPeers.cc:35: "found != paths_.end()" assertion
+ - Reforward CONNECT after TLS handshake failure with peer
+ - Do not send keep-alive in 101 (Switching Protocols) responses
+ - Add http_port sslflags=CONDITIONAL_AUTH
+ - ... and several documentation changes
+ - ... and some compile fixes
+ - ... and all fixes from 4.13
+
Changes in squid-5.0.3 (05 Jun 2020):
- Bug 5046: FreeBSD lacks open(2) O_DSYNC flag
- ... and much code cleanup and polishing
- ... and all fixes from 4.10
+Changes to squid-4.13 (23 Aug 2020):
+
+ - Regression Fix: Support parsing GREASEd (and future) TLS handshakes
+ - Bug 5051: Some collapsed revalidation responses never expire
+ - HTTP: Enforce token characters for field-name
+ - HTTP: Forbid obs-fold and bare CR whitespace in framing header fields
+ - HTTP: Improve Transfer-Encoding handling
+ - WCCP: Fix GCC-10 -Wstringop-truncation failures
+ - Honor on_unsupported_protocol for intercepted https_port
+ - Fix livelocking in peerDigestHandleReply
+ - Do not stall while debugging a scan of an empty store_table
+
Changes to squid-4.12 (05 Jun 2020):
- Regression Fix: Revert to slow search for new SMP shm pages
## Please see the COPYING and CONTRIBUTORS files for details.
##
-AC_INIT([Squid Web Proxy],[5.0.3-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[5.0.4-VCS],[http://bugs.squid-cache.org/],[squid])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([include/autoconf.h])
AC_CONFIG_AUX_DIR(cfgaux)
<!doctype linuxdoc system>
<article>
-<title>Squid 4.12 release notes</title>
+<title>Squid 4.13 release notes</title>
<author>Squid Developers</author>
<abstract>
<toc>
<sect>Notice
-<p>The Squid Team are pleased to announce the release of Squid-4.12.
+<p>The Squid Team are pleased to announce the release of Squid-4.13.
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">.
<sect1>Configurable helper queue size
-<p>The new queue-size=N option to helpers configuration, allows users
+<p>The new <em>queue-size=N</em> option to helpers configuration, allows users
to configure the maximum number of queued requests to busy helpers.
<sect1>Helper concurrency channels changes
<!doctype linuxdoc system>
<article>
-<title>Squid 5.0.3 release notes</title>
+<title>Squid 5.0.4 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.3 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-5.0.4 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">.
<p>New <em>worker-queues</em> option to have TCP stack maintain dedicated
listening queue for each worker in SMP.
+ <tag>https_port</tag>
+ <p>New <em>CONDITIONAL_AUTH</em> flag for <em>sslflags=</em> option to
+ request client certificate(s) but not reject clients without any.
+
<tag>logformat</tag>
<p>New <em>ssl::<cert</em> macro code to display received server X.509
certificate in PEM format.