]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 4.0.8 and 3.5.16
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Apr 2016 20:56:46 +0000 (09:56 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Apr 2016 20:56:46 +0000 (09:56 +1300)
ChangeLog
doc/release-notes/release-3.5.sgml
doc/release-notes/release-4.sgml

index 226f8aca930776808b28beb2540b8704d9409bf7..fa8cc87cf5378a4deb5d630e11491fb829b83c2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Changes to squid-4.0.8 (02 Apr 2016):
+
+       - Bug 4459: FHS compliance: move netdb.state and ssl_db to /var/cache/squid
+       - Bug 4458: Behaviour change with external ACL arguments
+       - Bug 4450: wait() related cleanup
+       - Bug 4438: SIGSEGV in memFreeString() destructing SBuf globals on shutdown/restart
+       - Bug 4312: Support disabling collapsed forwarding SMP cooperation
+       - Bug 3826: SMP compatibility with systemd and --foreground option
+       - Bug 1979: Add ACL-driven server_pconn_for_nonretriable squid.conf directive
+       - Bug 7 (partial): Update cached entries on 304 responses
+       - Add reply_header_add directive
+       - HTTP/1.1: Do not prohibit updating Last-Modified on 304 responses
+       - Fix memory leaks of lastAclData and AccessLogentry::url
+       - Fix clang -Winconsistent-missing-override warning
+       - Tests: update test suite for GnuTLS
+       - ... and some documentation updates
+       - ... and some code cleanup and polishing
+       - ... and all fixes from squid 3.5.15
+
 Changes to squid-4.0.7 (23 Feb 2016):
 
        - Regression Fix: external_acl parameters separated by %20 instead of space
@@ -120,6 +139,24 @@ Changes to squid-4.0.1 (14 Oct 2015):
        - ... and many documentation changes
        - ... and much code cleanup and polishing
 
+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 45a1450978e38bbced9eb676fbf4d67939b9507c..f3d69886593f397c3afa9d4981f267aa6b8d2df9 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">.
index 9a6e5715ff5d62b5cb0899e01107c2ab344d7e5e..3a8e4185298c44db275e1d032b659b26af15da22 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.0.7 release notes</title>
+<title>Squid 4.0.8 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.7 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-4.0.8 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">.