From: Amos Jeffries Date: Thu, 9 Jun 2016 20:31:15 +0000 (+1200) Subject: 4.0.11 X-Git-Tag: SQUID_4_0_11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c17f835b62ab7de104fcee75a34ef4b121797331;p=thirdparty%2Fsquid.git 4.0.11 --- diff --git a/ChangeLog b/ChangeLog index 9d8319c6ed..321c6aea1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Changes to squid-4.0.11 (09 Jun 2016): + + - Bug 4517: error: comparison between signed and unsigned integer + - Bug 4492: chunked parser needs to accept BWS after chunk size + - HTTP/1.1: allow chunking the last HTTP response on a connection + - HTTP/1.1: unfold mime header blocks + - TLS: fast SNI peek + - TLS: check for SSL_CIPHER_get_id() support required in adjustSSL() + - TLS: never enable OPENSSL_HELLO_OVERWRITE_HACK automatically + - squidclient: improve shell-escape support in -H option + - Do not allow low-level debugging to hide important/critical messages + - Replace new/delete operators using modern C++ rules + - Remove ie_refresh configuration option + - Deprecating SMB LanMan helpers + - Mark refresh-waiting transactions with REFRESH + - ... and some code cleanup and polishing + Changes to squid-4.0.10 (06 May 2016): - Accumulate fewer unknown-size responses to avoid overwhelming disks. diff --git a/configure.ac b/configure.ac index d7f45ef1ce..8eed79a3a4 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.10-BZR],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[4.0.11-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 a57fa8cc40..397b8afda0 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -1,6 +1,6 @@
-Squid 4.0.10 release notes +Squid 4.0.11 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.10 for testing. +

The Squid Team are pleased to announce the release of Squid-4.0.11 for testing. This new release is available for download from or the .