]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.5.14
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 15 Feb 2016 12:42:56 +0000 (01:42 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 15 Feb 2016 12:42:56 +0000 (01:42 +1300)
ChangeLog
configure.ac
doc/release-notes/release-3.5.sgml

index 46160ffe08827a842ee4cbcfacc42e649fb92277..820831dca4d2cff8f78235ca15542431ac0eb961 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Changes to squid-3.5.14 (16 Feb 2016):
+
+       - Bug 4437: Fix Segfault on Certain SSL Handshake Errors
+       - Bug 4431: C code is not compiled with CFLAGS
+       - Bug 4418: FlexibleArray compile error with GCC 6
+       - Bug 4378: assertion failed: DestinationIp.cc:60:
+               'checklist->conn() && checklist->conn()->clientConnection != NULL'
+       - Fix invalid FTP connection handling on blocked content
+       - Fix handling of shared memory left over by Squid crashes or bugs
+       - Fix mgr:config report 'qos_flows mark' output
+       - Fix compile error in CPU affinity
+       - Fix %un logging external ACL username
+       - Avoid more certificate validation memory leaks
+
 Changes to squid-3.5.13 (06 Jan 2016):
 
        - Bug 4397: DragonFly BSD, POSIX shared memory is implemented as filepath
index a138a9e626f8e4674e75b9ca5e71b1432b78ecc7..26168e2d8b47aa9d0dc1442431e074082d349062 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[3.5.13-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.5.14-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 61656322aa5c4942669f5a91c959016f79901c57..0c8170fe437102200108068294cb54aac63e8318 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.5.13 release notes</title>
+<title>Squid 3.5.14 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.13.
+The Squid Team are pleased to announce the release of Squid-3.5.14.
 
 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">.