Skip to content

Commit

Permalink
3.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
yadij committed Apr 20, 2016
1 parent aa422b2 commit 0a4efb9
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.17 (20 Apr 2016):

- Regression Bug 4480: logformat [.width_max]
- Regression Bug 4481: varyEvaluateMatch: Oops. Not a Vary match on second attempt
- Bug 4495: Unknown SSL option SSL_OP_NO_TICKET
- Bug 4493: theObject->sharedMemorySize() == theSegment.size() exception
- Bug 4483: ./configure garbles -Og option in CFLAGS
- Bug 4482: Solaris GCC 5.2 warning in src/ip/Intercept.cc
- Bug 4468: NotNode (!acl) naming: Terminate the name before strncat(name).
- Bug 4465: Header forgery detection leads to crash
- Bug 2460 partial: workaround deferred reads on shutdown and restart
- cachemgr.cgi: use dynamic MemBuf for internal content generation
- ESI: Fix several element construction issues
- TLS: Fix Handshake Error: ccs received early
- TLS: Add chained and signing cert to peek-then-bumped connections
- Fix some startup/shutdown crashes

Changes to squid-3.5.16 (02 Apr 2016):

- Bug 4476: Removed duplicated #include lines
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.16-BZR],[http://bugs.squid-cache.org/],[squid])
AC_INIT([Squid Web Proxy],[3.5.17-BZR],[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.16 release notes</title>
<title>Squid 3.5.17 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.16.
The Squid Team are pleased to announce the release of Squid-3.5.17.

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 0a4efb9

Please sign in to comment.