]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 4.0.2 and 3.5.11
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Nov 2015 10:20:12 +0000 (02:20 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Nov 2015 10:20:12 +0000 (02:20 -0800)
ChangeLog
doc/release-notes/release-3.5.sgml
doc/release-notes/release-4.sgml

index 437f8ab4ae39287760926b2a1f4f9453021f07f9..8df8415fa5047b7c94aeedde130f1d2729b5de78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Changes to squid-4.0.2 (01 Nov 2015):
+
+       - Regression Bug 4351: compile errors when authentication modules disabled
+       - Regression fix: HTTP/1.1 Transfer-Encoding:chunked parsing
+       - Bug 4359: assertion failure 'Comm::IsConnOpen(conn)' within ConnStateData::requestTimeout
+       - Bug 4356: segmentation fault using proxy_auth ACL
+       - Bug 4352: compile errors in OS X 10.11
+       - Bug 4021: ext_user_regex does exact match
+       - Bug 3574: avoid crashes, prohibit reconfiguration during shutdown
+       - Support re-assigning delay pools based on HTTP reply details
+       - ... and all fixes from squid 3.5.11
+
 Changes to squid-4.0.1 (14 Oct 2015):
 
        - Bug 4329: GCC 5.2 no known conversion for argument
@@ -48,6 +60,18 @@ Changes to squid-4.0.1 (14 Oct 2015):
        - ... and many documentation changes
        - ... and much code cleanup and polishing
 
+Changes to squid-3.5.11 (01 Nov 2015):
+
+       - Bug 3574: crashes on reconfigure and startup
+       - Bug 4347: compile errors with LibreSSL 2.3
+       - Bug 4281: copy-paste typos in src/tools.cc
+       - Bug 4279: No response from proxy for FTP-download of non-existing file
+       - Bug 4188: Bumping intercepted SSL connections does not work on Solaris
+       - Fix incorrect authentication headers on cache digest requests
+       - Fix connection stats, including %<lp, missing for persistent connections
+       - Fix invalid memory access issues in SBuf
+       - Avoid errors when parsing manager ACL in old squid.conf
+
 Changes to squid-3.5.10 (01 Oct 2015):
 
        - Regression Fix cache_peer login=PASS(THRU) after CVE-2015-5400
index 6a16f5c8701c4654fc1ad766224a367cd52ff4fe..e261072504acc2610b2b67a55e157ff114184764 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.5.10 release notes</title>
+<title>Squid 3.5.11 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.10.
+The Squid Team are pleased to announce the release of Squid-3.5.11.
 
 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 435de2537fb706a5d33908fe6b55c8445d0aa2e5..75509f4c28cc1cb83a7611a423401b9f33a2bcc6 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.0.1 release notes</title>
+<title>Squid 4.0.2 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.1 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-4.0.2 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">.