]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.5.15 SQUID_3_5_15
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 23 Feb 2016 16:24:56 +0000 (05:24 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 23 Feb 2016 16:24:56 +0000 (05:24 +1300)
ChangeLog
configure.ac
doc/release-notes/release-3.5.sgml

index 9bdc4ab1b1d56ef5590478b900e445d3fb2041c7..c99c923e5c5163121ed6bab3503ed539b2ee8b46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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 26168e2d8b47aa9d0dc1442431e074082d349062..be13e6b488a3a459df0e4d0480938ef699adbe14 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[3.5.14-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.5.15-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 0c8170fe437102200108068294cb54aac63e8318..7afea4f003d0d197e0eaf3f5af8b6e48b369eaaf 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">.