From fa47a3bc4d382e28e7235d08750401b910e4b13a Mon Sep 17 00:00:00 2001 From: squidadm Date: Fri, 5 Feb 2021 11:13:34 +1300 Subject: [PATCH] 4.14 (#768) --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- doc/release-notes/release-4.sgml | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index bcf416aa15..14cfbd15fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Changes in squid-4.14 (02 Feb 2021): + + - Regression Fix: support for non-lowercase Transfer-Encoding value + - Regression Fix: cachemgr.cgi wrong 403 response to authenticated menu URIs + - Bug 5076: WCCP Security Info incorrect + - Bug 5073: Compile error: index was not declared in this scope + - Bug 5065: url_rewrite_program documentation update + - Bug 3074 pt2: improved handling of URI paths implicit '/' + - Fix transactions exceeding client_lifetime logged as _ABORTED + Changes to squid-4.13 (23 Aug 2020): - Regression Fix: Support parsing GREASEd (and future) TLS handshakes diff --git a/configure.ac b/configure.ac index 6a05277c13..9a1bf4ca47 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],[4.13-VCS],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[4.14-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-4.sgml b/doc/release-notes/release-4.sgml index 90be4fd1d5..cafc943d5e 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -1,6 +1,6 @@
-Squid 4.13 release notes +Squid 4.14 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.13. +

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