]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 4.0.9 and 3.5.17
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 20 Apr 2016 12:10:08 +0000 (00:10 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 20 Apr 2016 12:10:08 +0000 (00:10 +1200)
ChangeLog
doc/release-notes/release-3.5.sgml
doc/release-notes/release-4.sgml

index de06265104684477ea583e0c3e27751d620d9c3f..9ddef6e3a90e49d5d0b1070027d05419b3b57cf6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Changes to squid-4.0.9 (20 Apr 2016):
+
+       - Bug #4405: assertion failed: comm.cc:554: "Comm::IsConnOpen(conn)"
+       - Add a new error page token for unquoted external ACL messages.
+       - Stop parsing response prefix after discovering an "HTTP/0.9" response.
+       - ... and some documentation updates
+       - ... and some code polishing
+       - ... and all fixes from 3.5.17
+
 Changes to squid-4.0.8 (02 Apr 2016):
 
        - Bug 4459: FHS compliance: move netdb.state and ssl_db to /var/cache/squid
@@ -139,6 +148,23 @@ Changes to squid-4.0.1 (14 Oct 2015):
        - ... and many documentation changes
        - ... and much code cleanup and polishing
 
+Changes to squid-3.5.17 (20 Apr 2016):
+
+       - Regression Bug 4480: logformat [.width_max]
+       - Regression Bug 4481: varyEvaluateMatch: Oops. Not a Vary match on second attempt
+       - Bug 4495: Unknown SSL option SSL_OP_NO_TICKET
+       - Bug 4493: theObject->sharedMemorySize() == theSegment.size() exception
+       - Bug 4483: ./configure garbles -Og option in CFLAGS
+       - Bug 4482: Solaris GCC 5.2 warning in src/ip/Intercept.cc
+       - Bug 4468: NotNode (!acl) naming: Terminate the name before strncat(name).
+       - Bug 4465: Header forgery detection leads to crash
+       - Bug 2460 partial: workaround deferred reads on shutdown and restart
+       - cachemgr.cgi: use dynamic MemBuf for internal content generation
+       - ESI: Fix several element construction issues
+       - TLS: Fix Handshake Error: ccs received early
+       - TLS: Add chained and signing cert to peek-then-bumped connections
+       - Fix some startup/shutdown crashes
+
 Changes to squid-3.5.16 (02 Apr 2016):
 
        - Bug 4476: Removed duplicated #include lines
index f3d69886593f397c3afa9d4981f267aa6b8d2df9..a0191def38369d1becb02124759488e38358f892 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.5.16 release notes</title>
+<title>Squid 3.5.17 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.16.
+The Squid Team are pleased to announce the release of Squid-3.5.17.
 
 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 427d2f940a955bf1cf894d0ba184bb28dd0073e0..1e868ed9e0d9a75b11d004f1d10269f50dea3c09 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.0.8 release notes</title>
+<title>Squid 4.0.9 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.8 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-4.0.9 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">.