From: Amos Jeffries Date: Fri, 16 Dec 2016 04:31:37 +0000 (+1300) Subject: 3.5.23 X-Git-Tag: SQUID_3_5_23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fef4b02fa0fb9892b6add644d30e326ef11a918;p=thirdparty%2Fsquid.git 3.5.23 --- diff --git a/ChangeLog b/ChangeLog index dc35d61b76..f30b3d9c9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +Changes to squid-3.5.23 (16 Dec 2016): + + - Bug 4627: fix generate-host-certificates and dynamic_cert_mem_cache_size docs + - Bug 4620: NetBSD build error with --enable-ipf-transparent + - Bug 4567: Strange IPv6 shown in access.log + - Bug 4406: SIGSEV in TunnelStateData::handleConnectResponse() during reconfigure and restart + - Bug 4174 partial: fix Write.cc:41 "!ccb->active()" assertion. + - Bug 4169: HIT marked as MISS when If-None-Match does not match + - Bug 4007: Hang on DNS query with dead-end CNAME + - Bug 4004 partial: Fix segfault via Ftp::Client::readControlReply + - Bug 3940 partial: hostHeaderVerify failures MISS when they should be HIT + - Bug 3533: Cache still valid after HTTP/1.1 303 See Other + - Bug 3379: Combination of If-Match and a Cache Hit result in TCP Connection Failure + - Bug 3290: authenticate_ttl not working for digest authentication + - Bug 2258: bypassing cache but not destroying cache entry + - HTTP/1.1: make Vary:* objects cacheable + - HTTP/1.1: Add registered codes entry for new 103 (Early Hints) status code + - Support IPv6 NAT with PF for NetBSD and FreeBSD + - TLS: Make key= before cert= an error instead of quietly hiding the issue + - ... and some debug updates + - ... and some build fixes + - ... and several documentation updates + Changes to squid-3.5.22 (09 Oct 2016): - Bug 4594: build failure with clang 3.9 diff --git a/configure.ac b/configure.ac index ff7884c424..f584c2f663 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],[3.5.22-BZR],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[3.5.23-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-3.5.sgml b/doc/release-notes/release-3.5.sgml index bc416b7303..444020059b 100644 --- a/doc/release-notes/release-3.5.sgml +++ b/doc/release-notes/release-3.5.sgml @@ -1,6 +1,6 @@
-Squid 3.5.22 release notes +Squid 3.5.23 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-The Squid Team are pleased to announce the release of Squid-3.5.22. +The Squid Team are pleased to announce the release of Squid-3.5.23. This new release is available for download from or the . @@ -600,6 +600,9 @@ This section gives an account of those changes in three categories:

Deprecated. ICAP client is now auto-enabled. Use --disable-icap-client to disable if you need to. + --with-nat-devpf +

IPv6 NAT interception support added for BSD built with this option. +