]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
4.9 (#507) 524/head 526/head SQUID_4_9
authorsquidadm <squidadm@users.noreply.github.com>
Tue, 5 Nov 2019 19:14:40 +0000 (08:14 +1300)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 5 Nov 2019 19:14:40 +0000 (08:14 +1300)
ChangeLog
configure.ac
doc/release-notes/release-4.sgml

index 01a4998b9c5aedcdcf09df5ede366a0994cd614e..cf6882686e4672847b6954f7c8972f1b58446150 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+Changes to squid-4.9 (05 Nov 2019):
+
+       - Bug 4978: eCAP crash after using MyHost().newRequest()
+       - Bug 4970: excessive gnutls_certificate_credentials debug msgs
+       - Bug 4969: GCC-9 build failure: stringop-truncation
+       - Bug 4966: Lower cache_peer hostname
+       - Bug 4918: Crashes when using OpenSSL prior to v1.0.2
+       - TLS: Fix parsing of certificate validator responses
+       - TLS: Fix parsing of TLS messages that span multiple records
+       - TLS: Fix on_unsupported_protocol tunnel action
+       - TLS: Fix expiration of self-signed generated certs to be 3 years
+       - HTTP: Ignore malformed Host header in intercept and reverse proxy mode
+       - HTTP: RFC 7230: server MUST reject messages with BWS after field-name
+       - HTTP: Fix URN response handling
+       - HTTP: Hash Digest noncedata
+       - Update URI parser to use SBuf parsing APIs
+       - Prevent truncation for large origin-relative domains
+       - Fix several rock cache_dir corruption issues
+       - Debug detail validation errors for loaded-from-file certificate chains
+       - smblib: Improve SMB server name maintenance
+       - cachemgr.cgi: Add validation for hostname parameter
+       - ... and several compile issues
+       - ... and some documentation updates
+
 Changes to squid-4.8 (09 Jul 2019):
 
        - Bug 4957: Multiple XSS issues in cachemgr.cgi
index 7ad21e9e03e019f44ef8229ae7d5a9829c1777a5..2a6fa6acc813d8caed6dd0bdc09d4dafcb54fc40 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[4.8-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[4.9-VCS],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 8968b5cab1af06204df6b3171e916e599412b12d..24f0b34dd176f2f676f97f25aa3c42d594b04b35 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.8 release notes</title>
+<title>Squid 4.9 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.8 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-4.9 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">.