]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.5.16 SQUID_3_5_16
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Apr 2016 21:00:41 +0000 (10:00 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Apr 2016 21:00:41 +0000 (10:00 +1300)
ChangeLog
configure.ac
doc/release-notes/release-3.5.sgml

index c99c923e5c5163121ed6bab3503ed539b2ee8b46..768b4499374fd07d42294b68ec53e31ac4339bf2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Changes to squid-3.5.16 (02 Apr 2016):
+
+       - Bug 4476: Removed duplicated #include lines
+       - Bug 4452: squid -z segfaults with ufs
+       - Bug 4447:FwdState.cc:447 "serverConnection() == conn" assertion
+       - Bug 4423: adding stdio: prefix to cache_log directive produces FATAL error
+       - Bug 4409: compile error when two Heimdal libraries are installed
+       - Bug 2831: Cache-control: max-age not sent on TCP_IMS_HIT/304
+       - pinger: Fix buffer overflow in Icmp6::Recv
+       - pinger: Fix select(2) to actually use max_fd
+       - pinger: drop capabilities on Linux
+       - Fix memory leak of HttpRequest objects
+       - Fix memory leak when the cache of sslcrtvalidator_program is disabled via ttl=0
+       - Fix assertion failed: Write.cc:41: "!ccb->active()"
+       - Fix crash on shutdown while cleaning up idle ICAP connections
+       - RFC 7725: Add registry entry for 451 status text
+       - ... and some build issues
+
 Changes to squid-3.5.15 (23 Feb 2016):
 
        - Bug 3870: assertion failed: String.cc: 'len_ + len <65536' in ESI::CustomParser
index 3be0ece459012b1a215d2991ed79c6a1a896a453..8c0e8163ccbaf141111b61d6c4781f298bcafeb0 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[3.5.15-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.5.16-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 7afea4f003d0d197e0eaf3f5af8b6e48b369eaaf..a018c8109b97e33ee6b5b2f4957751741310da8e 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.5.15 release notes</title>
+<title>Squid 3.5.16 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.15.
+The Squid Team are pleased to announce the release of Squid-3.5.16.
 
 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">.