]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 4.7
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 4 May 2019 16:05:41 +0000 (04:05 +1200)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sun, 5 May 2019 03:09:12 +0000 (15:09 +1200)
ChangeLog
doc/release-notes/release-4.sgml

index 253ab05fdb69fac56a25321af319ff29eaac81e1..bd276e7961b4e31c29b000e5a4e734ce1f184d0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Changes to squid-4.7 (06 May 2019):
+
+       - Bug 4942: --with-filedescriptors does not do anything
+       - Bug 4928: Cannot convert non-IPv4 to IPv4
+       - Bug 4823: assertion failed: "lowestOffset () <= target_offset"
+       - Bug 4796: comm.cc !isOpen(conn->fd) assertion when rotating logs
+       - Fix squidclient authentication to origin servers
+       - Fix stack-based buffer-overflow when parsing SNMP messages
+       - Add support for buffer-size= to UDP logging
+       - TLS: When using OpenSSL, trust intermediate CAs from trusted store
+
 Changes to squid-4.6 (08 Feb 2019):
 
        - Bug 4915: Detect IPv6 loopback binding errors
index 89f039c141f8984b4972e0b7e96bfa352b3b14b7..ec1a464ab7a0f66083143a1d7b8b415c17559f35 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.6 release notes</title>
+<title>Squid 4.7 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.6 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-4.7 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">.
@@ -280,6 +280,9 @@ This section gives a thorough account of those changes in three categories:
        <p>New option <em>rotate=</em> to control the number of log file rotations
           to make when <em>-k rotate</em> command is received. Default is to
           obey the <em>logfile_rotate</em> directive.
+       <p>Extend <em>buffer-size=</em> support to UDP logging. Prior to Squid-4.7
+          log entries would be buffered up to 1400 bytes before sending to UDP logger.
+          This option may now set smaller buffers, but not larger than 1400 bytes.
 
        <tag>acl</tag>
        <p>New <em>-m</em> flag for <em>note</em> ACL to match substrings.