+Changes in squid-5.0.3 (05 Jun 2020):
+
+ - Bug 5046: FreeBSD lacks open(2) O_DSYNC flag
+ - Happy Eyeballs: Do not discard viable reforwarding destinations
+ - Reduced startup time with large rock cache_dirs
+ - Fix the ABA problem with Ipc::Mem::PageStack::pop() in v5.0.1
+ - Fix sending of unknown validation errors to certificate validator
+ - ... and several debug improvements
+ - ... and all fixes from 4.12
+
Changes in squid-5.0.2 (18 Apr 2020):
- Bug 5030: Negative responses are never cached
- Fix PURGE error responses
- ... and several documentation changes
- ... and some compile fixes
+ - ... and all fixes from 4.11
Changes in squid-5.0.1 (14 Jan 2020):
- Centralized PagePool/PageStack ID generation
- ... and many documentation changes
- ... and much code cleanup and polishing
+ - ... and all fixes from 4.10
+
+Changes to squid-4.12 (05 Jun 2020):
+
+ - Regression Fix: Revert to slow search for new SMP shm pages
+ - Bug 5045: ext_edirectory_userip_acl is missing include files
+ - Bug 5041: Missing Debug::Extra breaks build on hosts with systemd
+ - Bug 5030: Negative responses are never cached
+ - HTTP: validate Content-Length value prefix
+ - HTTP: add flexible RFC 3986 URI encoder
+ - SslBump: disable OpenSSL TLSv1.3 support for older TLS traffic
+ - Tests: Support passing a custom config.cache to test builds
+ - Fix IPFilter IPv6 detection, especially on NetBSD
+ - Fix stall if transaction overwrites a recently active cache entry
+ - ... and some compile fixes
Changes to squid-4.11 (18 Apr 2020):
## Please see the COPYING and CONTRIBUTORS files for details.
##
-AC_INIT([Squid Web Proxy],[5.0.2-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[5.0.3-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.11 release notes</title>
+<title>Squid 4.12 release notes</title>
<author>Squid Developers</author>
<abstract>
<toc>
<sect>Notice
-<p>The Squid Team are pleased to announce the release of Squid-4.11.
+<p>The Squid Team are pleased to announce the release of Squid-4.12.
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">.
<!doctype linuxdoc system>
<article>
-<title>Squid 5.0.2 release notes</title>
+<title>Squid 5.0.3 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.2 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-5.0.3 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 code <em>%A</em> to display Squid listening IP address the client
TCP connection was connected to.
+ <tag>http_port</tag>
+ <p>New <em>worker-queues</em> option to have TCP stack maintain dedicated
+ listening queue for each worker in SMP.
+
<tag>logformat</tag>
<p>New <em>ssl::<cert</em> macro code to display received server X.509
certificate in PEM format.
<tag>--disable-optimizations</tag>
<p>No longer implies <em>--disable-inline</em> option (which is removed).
+ <tag>--enable-external-acl-helpers</tag>
+ <p>New helper type <em>kerberos_sid_group</em> to match <em>group=</em>
+ annotations AD Domain group SID.
+
</descrip>
</p>