]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.5.7 SQUID_3_5_7
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 1 Aug 2015 06:06:27 +0000 (23:06 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 1 Aug 2015 06:06:27 +0000 (23:06 -0700)
ChangeLog
configure.ac
doc/release-notes/release-3.4.sgml
doc/release-notes/release-3.5.html
doc/release-notes/release-3.5.sgml

index 94b26f4f0b046804e8f2253eeef2f5712d89e58e..affee9d18fe857961c7817662e49c2283a385a35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Changes to squid-3.5.7 (01 Aug 2015):
+
+       - Bug 4293: wrong SNI sent to server after URL-rewrite
+       - Bug 4251: incorrect instance name for memory segments in /dev/shm
+       - Bug 4227: invalid key in AuthUserHashPointer causing assertation failure
+       - Bug 3345: support %un (any available user name) format code for external ACLs.
+       - basic_smb_auth: Fix several old issues identified by Debian users
+       - Support ssl-bump splicing to origin cache_peer
+       - Fix SSL errors relayed using invalid certificates
+       - Fix crash in TcpAccepter with profiler enabled
+       - Fix some cases of ssl_crtd SSL certificate DB corruption
+       - Fix performance regression in SBuf::chop operations
+       - Improve handling of client connections on shutdown
+       - Handle exceptions during squid.conf parse
+       - Make pod2man an optional dependency
+       - ... and polishing for several cache.log notification messages
+       - ... and all fixes from squid 3.4.14
+
 Changes to squid-3.5.6 (03 Jul 2015):
 
        - Bug 4274: ssl_crtd.8 not being installed
@@ -182,6 +200,10 @@ Changes to squid-3.5.0.1 (17 Oct 2014):
        - ... and many error page translation updates
        - ... and much code cleanup and polishing
 
+Changes to squid-3.4.14 (01 Aug 2015):
+
+       - Do not blindly forward cache peer CONNECT responses (CVE-2015-5400)
+
 Changes to squid-3.4.13 (01 May 2015):
 
        - Bug 4212: ssl_crtd crashes with corrupt database
index b627810a2969f10f1618d698636a2a1d44a6df8c..ac6bb10034c050c6e40789547e3c93300a927875 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[3.5.6-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.5.7-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index b84cc8cdf21d59bb259857ba317d33658d21aa9d..067074e89318e601de25517f35e5312b7bdb0dc1 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.4.13 release notes</title>
+<title>Squid 3.4.14 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.4.13.
+The Squid Team are pleased to announce the release of Squid-3.4.14.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.4/"> or the
  <url url="http://www.squid-cache.org/Download/http-mirrors.html" name="mirrors">.
index 68a7619454969a27f90973d9bd19b9ac3924e372..e553ae9ca689e40706c7f07c13bd5decf00dd59f 100644 (file)
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
- <TITLE>Squid 3.5.6 release notes</TITLE>
+ <TITLE>Squid 3.5.7 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.5.6 release notes</H1>
+<H1>Squid 3.5.7 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -63,7 +63,7 @@ for Applied Network Research and members of the Web Caching community.</EM>
 <HR>
 <H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-3.5.6.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.5.7.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.5/">http://www.squid-cache.org/Versions/v3/3.5/</A> or the
 <A HREF="http://www.squid-cache.org/Download/http-mirrors.html">mirrors</A>.</P>
@@ -531,6 +531,7 @@ regex patterns.</P>
 <P>New format code <EM>%ssl::&gt;sni</EM> to send SSL client SNI.</P>
 <P>New format code <EM>%ssl::&lt;cert_subject</EM> to send SSL server certificate DN.</P>
 <P>New format code <EM>%ssl::&lt;cert_issuer</EM> to send SSL server certificate issuer DN.</P>
+<P>New format code <EM>%un</EM> to send any available user name (requires 3.5.7 or later).</P>
 <P>New response kv-pair <EM>clt_conn_tag=</EM> to associates a given tag with the client TCP connection.</P>
 
 <DT><B>forward_max_tries</B><DD>
index cb8af5847c9b1211baa12f38da75e12b9a45ec4f..e393b959285e2eb1deee8229c9760f33c4706e00 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.5.6 release notes</title>
+<title>Squid 3.5.7 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.6.
+The Squid Team are pleased to announce the release of Squid-3.5.7.
 
 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">.
@@ -431,6 +431,7 @@ This section gives a thorough account of those changes in three categories:
        <p>New format code <em>%ssl::&gt;sni</em> to send SSL client SNI.
        <p>New format code <em>%ssl::&lt;cert_subject</em> to send SSL server certificate DN.
        <p>New format code <em>%ssl::&lt;cert_issuer</em> to send SSL server certificate issuer DN.
+       <p>New format code <em>%un</em> to send any available user name (requires 3.5.7 or later).
        <p>New response kv-pair <em>clt_conn_tag=</em> to associates a given tag with the client TCP connection.
 
        <tag>forward_max_tries</tag>