Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
squidadm authored and yadij committed Jul 15, 2018
1 parent e11ad24 commit 6cfeb30
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Changes to squid-3.5.28 (15 Jul 2018):

- SQUID-2018:1: crash processing SSL-Bumped traffic containing ESI
- SQUID-2018:2: crash handling responses to internally generated requests
- SQUID-2018:3 / CVE-2018-1172: crash in ESI Response processing
- Bug 4861: HTTPMSGLOCK missing pointer safety
- Bug 4829: IPC shared memory leaks when disker queue overflows
- Bug 4767: SMP breaks IPv6 SNMP and cache manager queries
- Bug 2821: Ignore Content-Range in non-206 responses
- HTCP: Ignore HTCP packets with invalid URI
- SSL-Bump: fix authentication with schemes other than Basic
- TPROXY: Fix clientside_mark and client port logging
- Fix "Cannot assign requested address" for to-origin TPROXY FTP data
- Fix --with-netfilter-conntrack error message
- Validate mime icon URL before allocating store entries
- ... and many documentation changes

Changes to squid-3.5.27 (20 Aug 2017):

- Regression Bug #4112: ssl_engine does not accept cryptodev
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Please see the COPYING and CONTRIBUTORS files for details.
##

AC_INIT([Squid Web Proxy],[3.5.27-VCS],[http://bugs.squid-cache.org/],[squid])
AC_INIT([Squid Web Proxy],[3.5.28-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-3.5.sgml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype linuxdoc system>
<article>
<title>Squid 3.5.27 release notes</title>
<title>Squid 3.5.28 release notes</title>
<author>Squid Developers</author>

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

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">.
Expand Down

0 comments on commit 6cfeb30

Please sign in to comment.