]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
4.0.17 SQUID_4_0_17
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 16 Dec 2016 04:14:12 +0000 (17:14 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 16 Dec 2016 04:14:12 +0000 (17:14 +1300)
ChangeLog
configure.ac
doc/release-notes/release-3.5.sgml
doc/release-notes/release-4.sgml

index 8f65934f5e559ad03eb9a43d5685745b584e7f5b..262c1e34c9cb02fc78d028b3cf46a4e0f920634f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Changes to squid-4.0.17 (16 Dec 2016):
+
+       - Bug 4630: user credentials cache cleanup not re-scheduled
+       - Bug 4610 partial: compile errors on Solaris 11.3 with Oracle Studio 12.5
+       - Bug 4599 partial: initial support for OpenSSL v1.1
+       - TLS: Support tunneling of bumped non-HTTP traffic
+       - ... and many code polishing and performance updates
+       - ... and some documentation updates
+       - ... and some fixes from 3.5.23
+
 Changes to squid-4.0.16 (30 Oct 2016):
 
        - Avoid segfaults when lacking the server name for certificate validator
@@ -245,6 +255,29 @@ Changes to squid-4.0.1 (14 Oct 2015):
        - ... and many documentation changes
        - ... and much code cleanup and polishing
 
+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
index 9c2117d78d36ba66f39e55cb4caaa90dc99dea79..c8821d4826a5c750bf531fc26eca91927e29df6e 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[4.0.16-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[4.0.17-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index bc416b73037255f9ded2a4b96f4578d56bd73ccd..444020059bfa2d630a041a49ce295a61f72d60d1 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.5.22 release notes</title>
+<title>Squid 3.5.23 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community.
 
 <sect>Notice
 <p>
-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 <url url="http://www.squid-cache.org/Versions/v3/3.5/"> or the
  <url url="http://www.squid-cache.org/Download/http-mirrors.html" name="mirrors">.
@@ -600,6 +600,9 @@ This section gives an account of those changes in three categories:
        <p>Deprecated. ICAP client is now auto-enabled.
           Use --disable-icap-client to disable if you need to.
 
+       <tag>--with-nat-devpf</tag>
+       <p>IPv6 NAT interception support added for BSD built with this option.
+
 </descrip>
 </p>
 
index f73160a3d5ff7e6dd4b80284daf68e4ad18cefa7..911d07e4edfda22b8b2f74f3828d3020c2e33887 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.0.16 release notes</title>
+<title>Squid 4.0.17 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -12,7 +12,7 @@ for Applied Network Research and members of the Web Caching community.
 <toc>
 
 <sect>Notice
-<p>The Squid Team are pleased to announce the release of Squid-4.0.16 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-4.0.17 for testing.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v4/"> or the
  <url url="http://www.squid-cache.org/Download/http-mirrors.html" name="mirrors">.