]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
4.13 (#718) SQUID_4_13
authorAmos Jeffries <yadij@users.noreply.github.com>
Sat, 22 Aug 2020 18:37:05 +0000 (06:37 +1200)
committerGitHub <noreply@github.com>
Sat, 22 Aug 2020 18:37:05 +0000 (06:37 +1200)
ChangeLog
configure.ac
doc/release-notes/release-4.sgml

index 979f2f3e0279eb2bbfe76a7203e39f46ff7dcbd9..bcf416aa153dfcfdcbf59e9544c886e401ca35df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Changes to squid-4.13 (23 Aug 2020):
+
+       - Regression Fix: Support parsing GREASEd (and future) TLS handshakes
+       - Bug 5051: Some collapsed revalidation responses never expire
+       - HTTP: Enforce token characters for field-name
+       - HTTP: Forbid obs-fold and bare CR whitespace in framing header fields
+       - HTTP: Improve Transfer-Encoding handling
+       - WCCP: Fix GCC-10 -Wstringop-truncation failures
+       - Honor on_unsupported_protocol for intercepted https_port
+       - Fix livelocking in peerDigestHandleReply
+       - Do not stall while debugging a scan of an empty store_table
+
 Changes to squid-4.12 (05 Jun 2020):
 
        - Regression Fix: Revert to slow search for new SMP shm pages
index a5fc6663dab07cbe71ff39e0836040d2480d3a29..02867a12aa03d5a816154d955511e88b78d5d94a 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[4.12-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[4.13-VCS],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 5f0eb1c7c70f5ac6b22ddfc8e8eaa9a71f122980..a75040fb64669851ad1f9099b71e04fe97015ab9 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.12 release notes</title>
+<title>Squid 4.13 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.12.
+<p>The Squid Team are pleased to announce the release of Squid-4.13.
 
 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">.
@@ -59,7 +59,7 @@ Most user-facing changes are reflected in squid.conf (see below).
 
 
 <sect1>Configurable helper queue size
-<p>The new queue-size=N option to helpers configuration, allows users 
+<p>The new <em>queue-size=N</em> option to helpers configuration, allows users
    to configure the maximum number of queued requests to busy helpers.
 
 <sect1>Helper concurrency channels changes