]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
4.0.13 SQUID_4_0_13
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 5 Aug 2016 12:51:46 +0000 (00:51 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 5 Aug 2016 12:51:46 +0000 (00:51 +1200)
ChangeLog
configure.ac
doc/release-notes/release-4.sgml

index 721be9607aebb0c7a57b3452e1c8d9bbbc47636f..ef0ca3c39fb06e99bcb4bd4ec177493d44dd21ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Changes to squid-4.0.13 (05 Aug 2016):
+
+       - Regression Bug 4540: revert r14720 buffer update
+       - Bug 4555: Minor improvements to error pages CSS
+       - Bug 4551: fix exceptions in new chunked decoder
+       - Bug 4311: support collapse for internal revalidation requests (SMP-unaware caches)
+       - Fix Certificate Validator buffer-overflow crashes Squid
+       - Fix some failed transactions not being logged
+       - Fix segfault via Ftp::Client::readControlReply().
+       - basic_db_auth: add support for unsalted SHA1 passwords
+       - kerberos_ldap_group: add support for SSL/TLS connection to an LDAP server
+       - TLS: Add missing 'tls' option for cache_peer
+       - TLS: Do not hang when 'connector' fails
+       - TLS: Add support for fetching missing certificates
+       - Remove XSTD_USE_LIBLTDL, which has not been needed in a long while
+       - ... and many code polishing updates
+       - ... and some documentation updates
+
 Changes to squid-4.0.12 (01 Jul 2016):
 
        - Regression Fix: shell issues with require_smblib definition
index e0ae341fa2bce21971c3c39d2c85e6a3dba255ca..ee67f0cc987de35236471851c9425b2a1ddd7eca 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[4.0.12-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[4.0.13-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 088264ebb610ea7f04b206c4239cb3215a12ec4d..430830054b6c7211db0bd33f71796fa7cc4de941 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.0.12 release notes</title>
+<title>Squid 4.0.13 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -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.0.12 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-4.0.13 for testing.
 
 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">.
@@ -451,6 +451,8 @@ This section gives an account of those changes in three categories:
        <p>Replaced by <em>--with-cppunit=PATH</em>.
           Please prefer the default auto-detection though.
 
+       <tag>XSTD_USE_LIBLTDL</tag>
+       <p>Removed. Use <em>--with-included-ltdl</em> instead.
 </descrip>