Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.15 #818

Merged
merged 1 commit into from May 10, 2021
Merged

4.15 #818

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions ChangeLog
@@ -1,3 +1,19 @@
Changes in squid-4.15 (10 May 2021):

- Bug 5112: Excessively loud chunked reply parsing error reporting
- Bug 5106: Broken cache manager URL parsing
- Bug 5104: Memory leak in RFC 2169 response parsing
- Bug 3556: "FD ... is not an open socket" for accept() problems
- Profiling: CPU timing implemented for MAC non-x86
- Fix HttpHeaderStats definition to include hoErrorDetail
- Fix Squid-to-client write_timeout triggers client_lifetime timeout
- Limit HeaderLookupTable_t::lookup() to BadHdr and specific IDs
- Handle more Range requests
- Handle more partial responses
- Stop processing a response if the Store entry is gone
- ... and some portability fixes
- ... and some documentation updates

Changes in squid-4.14 (02 Feb 2021):

- Regression Fix: support for non-lowercase Transfer-Encoding value
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.14-VCS],[http://bugs.squid-cache.org/],[squid])
AC_INIT([Squid Web Proxy],[4.15-VCS],[http://bugs.squid-cache.org/],[squid])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([include/autoconf.h])
AC_CONFIG_AUX_DIR(cfgaux)
Expand Down
4 changes: 2 additions & 2 deletions doc/release-notes/release-4.sgml
@@ -1,6 +1,6 @@
<!doctype linuxdoc system>
<article>
<title>Squid 4.14 release notes</title>
<title>Squid 4.15 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.14.
<p>The Squid Team are pleased to announce the release of Squid-4.15.

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