]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.5.21 SQUID_3_5_21
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 8 Sep 2016 18:55:14 +0000 (06:55 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 8 Sep 2016 18:55:14 +0000 (06:55 +1200)
ChangeLog
configure.ac
doc/release-notes/release-3.5.sgml

index c0a946e2f86f3b466a305135159f72c35d2d4092..4cae19e4e08174ba2e98419b1092789337f519fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Changes to squid-3.5.21 (08 Sep 2016):
+
+       - Bug 4563: duplicate code in httpMakeVaryMark
+       - Bug 4542: authentication credentials IP TTL updated incorrectly
+       - Bug 4534: assertion failure in xcalloc when using many cache_dir
+       - Bug 4428: mal-formed Cache-Control:stale-if-error header
+       - Bug 3025: Proxy-Authenticate problem using ICAP server
+       - Fix segfault via Ftp::Client::readControlReply()
+       - Fix SSL-Bump failure results in SEGFAULT
+       - HTTP/1.1: MUST always revalidate Cache-Control:no-cache responses
+       - HTTP/1.1: do not allow Proxy-Connection to override Connection header
+       - SSL: CN wildcard must only match a single domain component [fragment]
+
 Changes to squid-3.5.20 (01 Jul 2016):
 
        - Bug 4523: smblib compile fails on NetBSD
index 5f0b76e384f9f9407cf7bceb806f25f28fa3cb58..670a5eff8033c59ad962f208880a41eb066a27ff 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[3.5.20-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.5.21-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 7f58f9e56fce5bab997e5055f82c82c3fb94c83a..ebb0f21eee64726ce5a4cb7ea48837c463d9b196 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.5.20 release notes</title>
+<title>Squid 3.5.21 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.20.
+The Squid Team are pleased to announce the release of Squid-3.5.21.
 
 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">.