]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 4.14 and 5.0.5 (#765)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 2 Feb 2021 05:29:07 +0000 (05:29 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 3 Feb 2021 11:11:19 +0000 (11:11 +0000)
ChangeLog
doc/release-notes/release-4.sgml
doc/release-notes/release-5.sgml

index c7f66bde46de220b44ecdda07c6c55466131048a..b3f19f6927ff357d104f4ce006d5b823fba2e7cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Changes in squid-5.0.5 (02 Feb 2021):
+
+       - HTTP: Do not send Connection:keep-alive/close in HTTP Upgrade requests
+       - Translations: Add es-mx dialect translation of error pages
+       - Fix missing port in request-target of CONNECT requests to peers
+       - Fix some warnings about client_lifetime timeout
+       - ... and several documentation updates
+       - ... and some debug improvements
+       - ... and all fixes from 4.14
+
 Changes in squid-5.0.4 (23 Aug 2020):
 
        - Bug 5054: mark dns_v4_first as obsolete in cf.data.pre
@@ -80,6 +90,16 @@ Changes in squid-5.0.1 (14 Jan 2020):
        - ... and much code cleanup and polishing
        - ... and all fixes from 4.10
 
+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 a75040fb64669851ad1f9099b71e04fe97015ab9..43fb329553a72f3038bc0532901ec5784a76e2b8 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">.
index a4a9b7e50049e09caa3a4c4654628d5545712584..1b37e97aac9999fde8fd05eb56cb3d4b2eea507a 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 5.0.4 release notes</title>
+<title>Squid 5.0.5 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.0.4 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-5.0.5 for testing.
 
 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">.