]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
5.4.1 (#981) SQUID_5_4_1
authorsquidadm <squidadm@users.noreply.github.com>
Sat, 12 Feb 2022 03:47:05 +0000 (16:47 +1300)
committerGitHub <noreply@github.com>
Sat, 12 Feb 2022 03:47:05 +0000 (16:47 +1300)
ChangeLog
configure.ac
doc/release-notes/release-5.sgml

index 978047e96230d661456f1b56d61a061829c0c22c..8b036474222bad75a63ba2559acd2554d7a500ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+Changes in squid-5.4.1 (12 Feb 2021):
+
+       - Bug 5055: FATAL FwdState::noteDestinationsEnd exception: opening
+       - Fix FATAL ServiceRep::putConnection exception: theBusyConns > 0
+       - Fix ConnOpener orphan connection warnings when requester ends early
+       - Fix ConnOpener connection handling when sending negative answers
+       - Fix Comm::ConnOpener::cleanFd() debugging
+       - Fix ConnOpener callback's syncWithComm()
+       - Fix FwdState::advanceDestination() losing ERR_GATEWAY_FAILURE details
+       - Fix Tunneler handling of last-resort callback on premature job ending
+       - Fix PeerConnector handling of last-resort callback on premature job ending
+       - Fix FreeBSD 14 build
+       - Fix OpenBSD 7.0 build
+       - Add Comm::Connection::cloneDestinationDetails() debugging
+       - Improve Security::PeerConnector::serverConn and Http::Tunneler::connection management
+       - Refactor ConnOpener users to stop relying on the answer providing Comm::Connection
+       - Refactor ICAP connection-establishing code
+       - Polish PeerPoolMgr code
+       - Polish IDENT code
+       - Polish Gopher code
+       - Polished AsyncJob::Start() API
+       - ... and update code documentation
+
 Changes in squid-5.4 (07 Feb 2021):
 
        - Bug 5190: Preserve configured order of intermediate CA certificate chain
index 8aab5c5f9e066da2bdf941f3c566f59b25bf8b8d..8e9665b947c2b5441b4477cbe04aa504d23e28df 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[5.4-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[5.4.1-VCS],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 3b2c26798f3ceb162e65c771189808cdd12ed49a..2b0e38518cb155fb1bd529ae6e8baf9329d059ec 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 5.4 release notes</title>
+<title>Squid 5.4.1 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -12,7 +12,7 @@ for Applied Network Research and members of the Web Caching community.
 <toc>
 
 <sect>Notice
-<p>The Squid Team are pleased to announce the release of Squid-5.4.
+<p>The Squid Team are pleased to announce the release of Squid-5.4.1.
 
 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">.