]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 4.0.15 and 3.5.22
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 9 Oct 2016 18:14:18 +0000 (07:14 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 9 Oct 2016 18:14:18 +0000 (07:14 +1300)
ChangeLog
doc/release-notes/release-3.5.sgml
doc/release-notes/release-4.sgml

index 53555cf52cc99cbdbe6f8a149f463b7bb3f4d4ac..4fb3eb9ba66efcde06341aa35049eeffdd68443c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Changes to squid-4.0.15 (09 Oct 2016):
+
+       - Regression fix crash on reconfigure with TOS/DiffServ/MARK configured
+       - Bug 4610: compile errors on Solaris 11.3 with Oracle Studio 12.5
+       - Bug 4581: Secure ICAP segfault in checkForMissingCertificates
+       - Bug 4578: changes required to install squid.service
+       - Fix crash on shutdown while cleaning up idle ICAP connections
+       - Fix memory leak of Downloader-related objects
+       - HTTP/1.1: handle syntactically valid requests with unsupported HTTP versions
+       - Log TCP client port for error:transaction-end-before-headers and such
+       - ... and many portability and build fixes
+       - ... and some documentation updates
+       - ... and all fixes from 3.5.22
+
 Changes to squid-4.0.14 (08 Sep 2016):
 
        - Regression Bug 4570: crash after rev.14755
@@ -13,7 +27,7 @@ Changes to squid-4.0.14 (08 Sep 2016):
        - Do not log error:transaction-end-before-headers after invalid requests
        - ... and many portability and build fixes
        - ... and some documentation updates
-       - ... and all fixes from 3.5.20
+       - ... and all fixes from 3.5.21
 
 Changes to squid-4.0.13 (05 Aug 2016):
 
@@ -223,6 +237,20 @@ Changes to squid-4.0.1 (14 Oct 2015):
        - ... and many documentation changes
        - ... and much code cleanup and polishing
 
+Changes to squid-3.5.22 (09 Oct 2016):
+
+       - Bug 4594: build failure with clang 3.9
+       - Bug 4471: revalidation does not work when expired cached object lacks Last-Modified
+       - Bug 4302 pt2: IPv6 support for IPFilter v5 transparent interception
+       - Bug 4228: ./configure bug/typo in r14394
+       - Bug 3819: "fd >= 0" assertion in file_write() during reconfiguration
+       - Bug 2833: Collapse internal revalidation requests (SMP-unaware caches)
+       - Fix logged request size (%http::>st) and other size-related %codes
+       - Fix some memory leaks from putenv()
+       - Fix memory leaks from url_rewrite_extras and store_id_extras on reconfigure/shutdown
+       - Fix segfault crash when debugging section 4 at level 9
+       - HTTP: MUST ignore a [revalidation] response with an older Date header
+
 Changes to squid-3.5.21 (08 Sep 2016):
 
        - Bug 4563: duplicate code in httpMakeVaryMark
index ebb0f21eee64726ce5a4cb7ea48837c463d9b196..bc416b73037255f9ded2a4b96f4578d56bd73ccd 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.5.21 release notes</title>
+<title>Squid 3.5.22 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community.
 
 <sect>Notice
 <p>
-The Squid Team are pleased to announce the release of Squid-3.5.21.
+The Squid Team are pleased to announce the release of Squid-3.5.22.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.5/"> or the
  <url url="http://www.squid-cache.org/Download/http-mirrors.html" name="mirrors">.
index d9db68c7a8b5d8d80c4137e53c668cd07b97d3a6..046ee4c76631ccd0aa17a4971e17d99669233c33 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.0.14 release notes</title>
+<title>Squid 4.0.15 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.0.14 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-4.0.15 for testing.
 
 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">.