]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 4.0.7 and 3.5.15
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 23 Feb 2016 16:16:32 +0000 (05:16 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 23 Feb 2016 16:16:32 +0000 (05:16 +1300)
ChangeLog
doc/release-notes/release-3.5.sgml
doc/release-notes/release-4.sgml

index 34537f291192a3d28b7312a555ecda81d68247d7..226f8aca930776808b28beb2540b8704d9409bf7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Changes to squid-4.0.7 (23 Feb 2016):
+
+       - Regression Fix: external_acl parameters separated by %20 instead of space
+       - Bug 4432: assertion failed: store.cc:1919: "isEmpty()"
+       - Bug 4111: leave_suid() does not properly handle error codes returned by setuid
+       - Fix propagation of response status line parsing error details
+       - Fix memory leak when the cache of sslcrtvalidator_program is disabled via ttl=0
+       - ... and some code SourceLayout project cleaning
+       - ... and all fixes from squid 3.5.15
+
 Changes to squid-4.0.6 (16 Feb 2016):
 
        - Regression Bug 4436: Fix DEFAULT_SSL_CRTD
@@ -110,6 +120,14 @@ Changes to squid-4.0.1 (14 Oct 2015):
        - ... and many documentation changes
        - ... and much code cleanup and polishing
 
+Changes to squid-3.5.15 (23 Feb 2016):
+
+       - Bug 3870: assertion failed: String.cc: 'len_ + len <65536' in ESI::CustomParser
+       - Fix multiple assertion on String overflows
+       - Fix unit test errors on MacOS
+       - Better handling of huge response headers. Fewer incorrect "Bug #3279" messages.
+       - Log noise reduction for eCAP
+
 Changes to squid-3.5.14 (16 Feb 2016):
 
        - Bug 4437: Fix Segfault on Certain SSL Handshake Errors
index c6ce279faebd005d1e46295b85478df983781836..45a1450978e38bbced9eb676fbf4d67939b9507c 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.5.14 release notes</title>
+<title>Squid 3.5.15 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.14.
+The Squid Team are pleased to announce the release of Squid-3.5.15.
 
 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 0ffc7247e90a2d1329ad86585579c6cf05be1a0f..0e76bac1b92d1df979f157592523ef31b9d65f63 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.0.6 release notes</title>
+<title>Squid 4.0.7 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.6 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-4.0.7 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">.