Skip to content

Commit

Permalink
4.16 (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
squidadm committed Jul 5, 2021
1 parent 76f4839 commit 3896e58
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,3 +1,10 @@
Changes in squid-4.16 (04 Jul 2021):

- Regression Fix: --with-valgrind-debug build broken since 4.15
- Bug 5129 pt1: remove Lock use from HttpRequestMethod
- Bug 5128: Translation: Fix '% i' typo in es/ERR_FORWARDING_DENIED
- Bug 4528: ICAP transactions quit on async DNS lookups

Changes in squid-4.15 (10 May 2021):

- Bug 5112: Excessively loud chunked reply parsing error reporting
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -5,7 +5,7 @@
## Please see the COPYING and CONTRIBUTORS files for details.
##

AC_INIT([Squid Web Proxy],[4.15-VCS],[http://bugs.squid-cache.org/],[squid])
AC_INIT([Squid Web Proxy],[4.16-VCS],[http://bugs.squid-cache.org/],[squid])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([include/autoconf.h])
AC_CONFIG_AUX_DIR(cfgaux)
Expand Down
5 changes: 3 additions & 2 deletions doc/release-notes/release-4.sgml
@@ -1,6 +1,6 @@
<!doctype linuxdoc system>
<article>
<title>Squid 4.15 release notes</title>
<title>Squid 4.16 release notes</title>
<author>Squid Developers</author>

<abstract>
Expand All @@ -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.15.
<p>The Squid Team are pleased to announce the release of Squid-4.16.

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">.
Expand Down Expand Up @@ -392,6 +392,7 @@ This section gives a thorough account of those changes in three categories:
<p>New <em>tls-default-ca</em> option to use the system Trusted CAs to
verify the server certificate.
<p>New <em>tls-domain=</em> option to verify the server certificate domain.
<p>Squid-4.16 improved support for hostnames in ICAP service URLs.

<tag>logfile_daemon</tag>
<p>Now only requires that helper binary exists when daemon: log module
Expand Down

0 comments on commit 3896e58

Please sign in to comment.