]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.5.11 SQUID_3_5_11
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Nov 2015 10:43:51 +0000 (02:43 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Nov 2015 10:43:51 +0000 (02:43 -0800)
ChangeLog
configure.ac
doc/release-notes/release-3.5.sgml

index fb10497d92ba0a69c11a0bfbf535615cc686163d..10d74bb2a0e5e571a1e01c84b0eda1a39e1a78c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+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 db3de033a3f898c99e800a353296ba48e20f7af5..028b99c001ae9f940f6155c9ba86f31b022b2dc1 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[3.5.10-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.5.11-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
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">.