From: Amos Jeffries Date: Fri, 1 Apr 2016 21:03:15 +0000 (+1300) Subject: 4.0.8 X-Git-Tag: SQUID_4_0_8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97f9388a0edced1b168f57afaa6fe54b135dccc9;p=thirdparty%2Fsquid.git 4.0.8 --- diff --git a/ChangeLog b/ChangeLog index fa8cc87cf5..de06265104 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,7 +15,7 @@ Changes to squid-4.0.8 (02 Apr 2016): - Tests: update test suite for GnuTLS - ... and some documentation updates - ... and some code cleanup and polishing - - ... and all fixes from squid 3.5.15 + - ... and all fixes from squid 3.5.16 Changes to squid-4.0.7 (23 Feb 2016): diff --git a/configure.ac b/configure.ac index 9cb360d652..81d4ddc680 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.7-BZR],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[4.0.8-BZR],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux)