]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.5.20 SQUID_3_5_20
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Jul 2016 11:36:16 +0000 (23:36 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Jul 2016 11:36:16 +0000 (23:36 +1200)
ChangeLog
configure.ac
doc/release-notes/release-3.5.sgml

index 21d00a29ea26aaa4d0848611f52c55ba1404d85f..c0a946e2f86f3b466a305135159f72c35d2d4092 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Changes to squid-3.5.20 (01 Jul 2016):
+
+       - Bug 4523: smblib compile fails on NetBSD
+       - Bug 4485: off-by-one out-of-bounds Parser::Tokenizer::int64() read errors
+       - Bug 3579: assertion failed 'MemPools[type]' from dst_as ACL
+       - Fix icons loading speed
+       - Fix OpenSSL detection on FreeBSD
+       - Fix assertion failed: Write.cc:38: 'fd_table[conn->fd].flags.open'
+       - Fix SEGFAULT parsing malformed adaptation service configuration
+       - Fix ConnStateData::In::maybeMakeSpaceAvailable() logic
+       - Do not override user defined -std option
+       - Do not allow low-level debugging to hide important/critical messages
+       - Do not make bogus recvmsg(2) calls when closing UDS sockets
+       - Support unified EUI format code in external_acl_type
+
 Changes to squid-3.5.19 (09 May 2016):
 
        - Regression Bug 4515: interception proxy hangs
index 0ac6d4f2295fc3f0dc91e555af3bbdca0843920a..5f0b76e384f9f9407cf7bceb806f25f28fa3cb58 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[3.5.19-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.5.20-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 47db36323f9da54c1deb9297874c814b411396be..7f58f9e56fce5bab997e5055f82c82c3fb94c83a 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.5.19 release notes</title>
+<title>Squid 3.5.20 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.19.
+The Squid Team are pleased to announce the release of Squid-3.5.20.
 
 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">.
@@ -456,6 +456,7 @@ This section gives a thorough account of those changes in three categories:
        <p>New format code <em>%ssl::&lt;cert_subject</em> to send SSL server certificate DN.
        <p>New format code <em>%ssl::&lt;cert_issuer</em> to send SSL server certificate issuer DN.
        <p>New format code <em>%un</em> to send any available user name (requires 3.5.7 or later).
+       <p>New format code <em>%&gt;eui</em> to send either EUI-48 or EUI-64 (requires 3.5.20 or later).
        <p>New response kv-pair <em>clt_conn_tag=</em> to associates a given tag with the client TCP connection.
 
        <tag>forward_max_tries</tag>