From: Amos Jeffries <> Date: Sun, 2 Apr 2017 07:41:32 +0000 (+1200) Subject: 4.0.19 X-Git-Tag: SQUID_4_0_19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c164f8388fab56998553d27466a21ebf941460b9;p=thirdparty%2Fsquid.git 4.0.19 --- diff --git a/ChangeLog b/ChangeLog index 8e5e5abe3f..e96b133c64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Changes to squid-4.0.19 (02 Apr 2017): + + - Bug 4674: delay_parameters for class 3 and 4 assertion failed + - Bug 4671: GCC 7 compile errors + - Bug 4663: GCC 5+ compile errors with optimization level -O3 + - Bug 4657: delay IDENT until after PROXY protocol handling + - Bug 4610: cleanup of BerkleyDB related checks + - squidclient: Fix missing error handling on PUT + - digest_ldap_auth: Add -r option to clamp the realm to a fixed value + - TLS: initial GnuTLS support for encrypted server connections + - Fix appending Http::HdrType::VIA code + - Fix URI scheme case-sensitivity treatment + - Fix two read-ahead problems related to delay pools (or lack thereof) + - Detail swapfile header inconsistencies + - ... and several build fixes + - ... and many code polishing updates + - ... and all fixes from 3.5.25 + Changes to squid-4.0.18 (06 Feb 2017): - Bug 4661: compile error 'warning: _XPG4_2 redefined' with GCC on Solaris 10 @@ -267,6 +285,18 @@ Changes to squid-4.0.1 (14 Oct 2015): - ... and many documentation changes - ... and much code cleanup and polishing +Changes to squid-3.5.25 (02 Apr 2017): + + - Bug 4688: various typo error(s) in man page(s) + - Bug 4508: Host forgery stalls intercepted being-spliced connections + - Native FTP relay: NAT and TPROXY interception fixes + - Fix missing CRLF on FTP timeout ABORT commands + - TLS: Bump client on errors encountered before ssl_bump evaluation + - ext_kerberos_ldap_group_acl: fix unused value warnings + - Fix crash when configuring with invalid delay_parameters restore value. + - Check that -k argument is provided before trying to use it. + - ... and some build fixes + Changes to squid-3.5.24 (28 Jan 2017): - Regression Bug 3940: Make 'cache deny' do what is documented diff --git a/configure.ac b/configure.ac index 59ccb0e9eb..ec58e502a3 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.18-BZR],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[4.0.19-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-3.5.sgml b/doc/release-notes/release-3.5.sgml index 7b8fa846ef..087d162660 100644 --- a/doc/release-notes/release-3.5.sgml +++ b/doc/release-notes/release-3.5.sgml @@ -1,6 +1,6 @@
-Squid 3.5.24 release notes +Squid 3.5.25 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-The Squid Team are pleased to announce the release of Squid-3.5.24. +The Squid Team are pleased to announce the release of Squid-3.5.25. This new release is available for download from or the . diff --git a/doc/release-notes/release-4.sgml b/doc/release-notes/release-4.sgml index 8b6c9126e9..c54e324d18 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -1,6 +1,6 @@

-Squid 4.0.18 release notes +Squid 4.0.19 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.18 for testing. +

The Squid Team are pleased to announce the release of Squid-4.0.19 for testing. This new release is available for download from or the . @@ -31,6 +31,11 @@ This new release is available for download from . @@ -48,6 +53,7 @@ The Squid-4 change history can be