From: squidadm Date: Tue, 1 Jan 2019 00:02:15 +0000 (+1300) Subject: 4.5 (#346) X-Git-Tag: SQUID_4_5 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a76f7bb052a00974ec51633239eb3c13fc31ba80;p=thirdparty%2Fsquid.git 4.5 (#346) --- diff --git a/ChangeLog b/ChangeLog index 3f45848661..dc0a8354b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,16 @@ -Changes to squid-4.3 (28 Oct 2018): +Changes to squid-4.5 (01 Jan 2019): + + - Bug 4253: ssl_bump prevents access to some web contents + - TLS: add %>handshake logformat code + - Redesign forward_max_tries to count TCP connection attempts + - Fix client_connection_mark ACL handling of clientless transactions + - Fix netdb exchange with a TLS cache_peer + - Update netdb when tunneling requests + - Use pkg-config for detecting libxml2 + - ... and some documentation updates + - ... and some code compile fixes + +Changes to squid-4.4 (28 Oct 2018): - Bug 4893: Malformed %>ru URIs for CONNECT requests - Fix %USER_CA_CERT_xx and %USER_CERT_xx crashes diff --git a/configure.ac b/configure.ac index ef20a53e71..34bd86cd05 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.4-VCS],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[4.5-VCS],[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 b97d5c425d..aab2d7f068 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -1,6 +1,6 @@
-Squid 4.4 release notes +Squid 4.5 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.4 for testing. +

The Squid Team are pleased to announce the release of Squid-4.5 for testing. This new release is available for download from or the . @@ -283,8 +283,8 @@ This section gives a thorough account of those changes in three categories: acl

New -m flag for note ACL to match substrings. -

New clientside_mark type for matching Netfilter CONNMARK on - the client TCP connection. +

New client_connection_mark type for matching Netfilter + CONNMARK of the client TCP connection.

New connections_encrypted type for matching transactions where all HTTP messages were received over TLS transport connections, including messages received from ICAP servers. @@ -413,6 +413,8 @@ This section gives a thorough account of those changes in three categories: negotiated cipher of the client connection.

New code %ssl::<negotiated_cipher to display the negotiated cipher of the last server or peer connection. +

New code %>handshake to display initial octets + received on a client connection (Base64 encoded).

Fixed %<Hs, %<pt and %<tt codes for received CONNECT errors.

Improved %<bs logging on forwarding retries.