]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.5.22 SQUID_3_5_22
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 9 Oct 2016 19:57:39 +0000 (08:57 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 9 Oct 2016 19:57:39 +0000 (08:57 +1300)
ChangeLog
configure.ac
doc/release-notes/release-3.5.sgml

index 4cae19e4e08174ba2e98419b1092789337f519fd..dc35d61b7602bafe1878eb53a059cd77fefe3f94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Changes to squid-3.5.22 (09 Oct 2016):
+
+       - Bug 4594: build failure with clang 3.9
+       - Bug 4471: revalidation does not work when expired cached object lacks Last-Modified
+       - Bug 4302 pt2: IPv6 support for IPFilter v5 transparent interception
+       - Bug 4228: ./configure bug/typo in r14394
+       - Bug 3819: "fd >= 0" assertion in file_write() during reconfiguration
+       - Bug 2833: Collapse internal revalidation requests (SMP-unaware caches)
+       - Fix logged request size (%http::>st) and other size-related %codes
+       - Fix some memory leaks from putenv()
+       - Fix memory leaks from url_rewrite_extras and store_id_extras on reconfigure/shutdown
+       - Fix segfault crash when debugging section 4 at level 9
+       - HTTP: MUST ignore a [revalidation] response with an older Date header
+
 Changes to squid-3.5.21 (08 Sep 2016):
 
        - Bug 4563: duplicate code in httpMakeVaryMark
index 5a2be37d98b9503b1c2d274932accc09f3e4840a..ff7884c424118ecb0cccaee57eb936c1fa88592b 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[3.5.21-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.5.22-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index ebb0f21eee64726ce5a4cb7ea48837c463d9b196..bc416b73037255f9ded2a4b96f4578d56bd73ccd 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.5.21 release notes</title>
+<title>Squid 3.5.22 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.21.
+The Squid Team are pleased to announce the release of Squid-3.5.22.
 
 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">.