From 603700615b2f3caa43ab9c77df3e3aa4190b5bd2 Mon Sep 17 00:00:00 2001 From: squidadm Date: Mon, 7 Feb 2022 19:46:21 +1300 Subject: [PATCH] 5.4 (#976) --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- doc/release-notes/release-5.sgml | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9dca6779f8..978047e962 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Changes in squid-5.4 (07 Feb 2021): + + - Bug 5190: Preserve configured order of intermediate CA certificate chain + - Bug 5188: Fix reconfiguration leaking tls-cert=... memory + - Bug 5187: Properly track (and mark) truncated store entries + - Bug 5134: assertion failed: Transients.cc:221: "old == e" + - Bug 5132: Close the tunnel if to-server conn closes after client + - langpack: Fix typo in Russian texts + - copyright years and CONTRIBUTORS update + Changes in squid-5.3 (06 Dec 2021): - Bug 5169: StoreMap.cc:517 "!s.reading()" assertion diff --git a/configure.ac b/configure.ac index dd43f68e26..8aab5c5f9e 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ ## Please see the COPYING and CONTRIBUTORS files for details. ## -AC_INIT([Squid Web Proxy],[5.3-VCS],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[5.4-VCS],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) diff --git a/doc/release-notes/release-5.sgml b/doc/release-notes/release-5.sgml index 2ba48b583f..3b2c26798f 100644 --- a/doc/release-notes/release-5.sgml +++ b/doc/release-notes/release-5.sgml @@ -1,6 +1,6 @@
-Squid 5.3 release notes +Squid 5.4 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.3. +

The Squid Team are pleased to announce the release of Squid-5.4. This new release is available for download from or the . -- 2.47.2