]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
4.14 (#768) SQUID_4_14
authorsquidadm <squidadm@users.noreply.github.com>
Thu, 4 Feb 2021 22:13:34 +0000 (11:13 +1300)
committerGitHub <noreply@github.com>
Thu, 4 Feb 2021 22:13:34 +0000 (11:13 +1300)
ChangeLog
configure.ac
doc/release-notes/release-4.sgml

index bcf416aa153dfcfdcbf59e9544c886e401ca35df..14cfbd15fb6ecc6854010fb8537761d79ae56339 100644 (file)
--- 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
index 6a05277c13ab7e6b4bd2ed02662ae9119d9a0117..9a1bf4ca47ea23bbf6fca668ff061e9ccd18c4b0 100644 (file)
@@ -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)
index 90be4fd1d563fbe2bd322f4079c5eae053d904f3..cafc943d5e4f513777258d5875c027bdfd30fcf2 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.13 release notes</title>
+<title>Squid 4.14 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-4.13.
+<p>The Squid Team are pleased to announce the release of Squid-4.14.
 
 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">.