------------------------------------------------------------ revno: 14066 tags: SQUID_3_5_20 revision-id: squid3@treenet.co.nz-20160701113616-vpjak1pq4uecadd2 parent: squid3@treenet.co.nz-20160630210912-1bejmj2ianm2n7oe committer: Amos Jeffries branch nick: 3.5 timestamp: Fri 2016-07-01 23:36:16 +1200 message: 3.5.20 ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20160701113616-vpjak1pq4uecadd2 # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: 3309861437e259ea3a1d2293029dee29bc106aa8 # timestamp: 2016-07-01 11:50:55 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20160630210912-\ # 1bejmj2ianm2n7oe # # Begin patch === modified file 'ChangeLog' --- ChangeLog 2016-05-08 12:41:25 +0000 +++ ChangeLog 2016-07-01 11:36:16 +0000 @@ -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 === modified file 'configure.ac' --- configure.ac 2016-05-21 13:01:44 +0000 +++ configure.ac 2016-07-01 11:36:16 +0000 @@ -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) === modified file 'doc/release-notes/release-3.5.sgml' --- doc/release-notes/release-3.5.sgml 2016-05-08 12:41:25 +0000 +++ doc/release-notes/release-3.5.sgml 2016-07-01 11:36:16 +0000 @@ -1,6 +1,6 @@
-Squid 3.5.19 release notes +Squid 3.5.20 release notes Squid Developers @@ -13,7 +13,7 @@ Notice

-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 or the . @@ -456,6 +456,7 @@

New format code %ssl::<cert_subject to send SSL server certificate DN.

New format code %ssl::<cert_issuer to send SSL server certificate issuer DN.

New format code %un to send any available user name (requires 3.5.7 or later). +

New format code %>eui to send either EUI-48 or EUI-64 (requires 3.5.20 or later).

New response kv-pair clt_conn_tag= to associates a given tag with the client TCP connection. forward_max_tries