]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.5.17 SQUID_3_5_17
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 20 Apr 2016 12:21:39 +0000 (00:21 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 20 Apr 2016 12:21:39 +0000 (00:21 +1200)
ChangeLog
configure.ac
doc/release-notes/release-3.5.sgml

index 768b4499374fd07d42294b68ec53e31ac4339bf2..72609b239a9ef946985c58d3d6fc7b11fabba800 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 314c818065bfa1b8691d64e7bcd9cad8dd88a88e..684bdaff25d8020e46179fec656f2daf326bd413 100644 (file)
@@ -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)
index a018c8109b97e33ee6b5b2f4957751741310da8e..e33c88ea20d2ed13da0b97515dbd6e96f64b2b65 100644 (file)
@@ -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>
@@ -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">.