From: Amos Jeffries Date: Sun, 2 Jul 2017 08:07:43 +0000 (+1200) Subject: 4.0.21 X-Git-Tag: SQUID_4_0_21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce53d9579fc0c1bdf8a8d08314d9b7bdd8483f20;p=thirdparty%2Fsquid.git 4.0.21 --- diff --git a/ChangeLog b/ChangeLog index 9388e28f55..424dae6fba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Changes to squid-4.0.21 (02 Jul 2017): + + - Bug 4730: segfault while processing internal HTTP requests + - Bug 4492: Chunk extension parser is too pedantic + - Bug 1961: Redesign urlParse() API + - TLS: recognise tls:: namespace on logformat tokens + - SSL-Bump: tproxy does not spoof spliced connections + - security_file_certgen: collapse queued requests + - Add a basic apparmour profile + - Add transaction_initiator ACL for detecting various unusual transactions + - Add ssl::server_name options to control matching logic + - Support for --long-acl-options + - Do not die silently when dying via std::terminate() + - Fix option --foreground to implement expected behavior + - Translations: update .po and .pot to latest texts + - ... and some documentation updates + - ... and many code cleanup and stability fixes + - ... and all fixes from 3.5.27 + Changes to squid-4.0.20 (01 Jun 2017): - Bug #4692: SslBump breaks intercepted IPv6 connections @@ -16,7 +35,7 @@ Changes to squid-4.0.20 (01 Jun 2017): - ext_session_acl: cope with new logformat inputs - ... and some documentation updates - ... and some code stability fixes - - ... and all fixes from 3.5.25 + - ... and all fixes from 3.5.26 Changes to squid-4.0.19 (02 Apr 2017): diff --git a/configure.ac b/configure.ac index df47bf7c65..62c93602a0 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ ## Please see the COPYING and CONTRIBUTORS files for details. ## -AC_INIT([Squid Web Proxy],[4.0.20-BZR],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[4.0.21-BZR],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) diff --git a/doc/release-notes/release-4.sgml b/doc/release-notes/release-4.sgml index f81ba993bf..a63a8e485d 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -1,6 +1,6 @@
-Squid 4.0.20 release notes +Squid 4.0.21 release notes Squid Developers @@ -12,7 +12,7 @@ for Applied Network Research and members of the Web Caching community. Notice -

The Squid Team are pleased to announce the release of Squid-4.0.20 for testing. +

The Squid Team are pleased to announce the release of Squid-4.0.21 for testing. This new release is available for download from or the . @@ -259,6 +259,11 @@ This section gives a thorough account of those changes in three categories: including messages received from ICAP servers.

New has type for matching whether or not Squid is able to provide certain sets of transaction state. For example HTTP reply headers. +

New transaction_initiator type for detecting various + unusual transactions. +

New --consensus, --client-requested and + --server-provided flags for the ssl::server_name + type to control which server name to match against. auth_param

New parameter queue-size= to set the maximum number