From: Amos Jeffries Date: Fri, 5 Aug 2016 12:51:46 +0000 (+1200) Subject: 4.0.13 X-Git-Tag: SQUID_4_0_13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7566fb7e20563206907480826713c05f001c74e0;p=thirdparty%2Fsquid.git 4.0.13 --- diff --git a/ChangeLog b/ChangeLog index 721be9607a..ef0ca3c39f 100644 --- 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 diff --git a/configure.ac b/configure.ac index e0ae341fa2..ee67f0cc98 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/doc/release-notes/release-4.sgml b/doc/release-notes/release-4.sgml index 088264ebb6..430830054b 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -1,6 +1,6 @@
-Squid 4.0.12 release notes +Squid 4.0.13 release notes Squid Developers @@ -12,7 +12,7 @@ for Applied Network Research and members of the Web Caching community. Notice -

The Squid Team are pleased to announce the release of Squid-4.0.12 for testing. +

The Squid Team are pleased to announce the release of Squid-4.0.13 for testing. This new release is available for download from or the . @@ -451,6 +451,8 @@ This section gives an account of those changes in three categories:

Replaced by --with-cppunit=PATH. Please prefer the default auto-detection though. + XSTD_USE_LIBLTDL +

Removed. Use --with-included-ltdl instead.