From: squidadm Date: Sun, 28 Oct 2018 20:47:02 +0000 (+1300) Subject: 4.4 (#322) X-Git-Tag: SQUID_4_4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef968e80a5c73b1f11119a93b1a414b8853a3875;p=thirdparty%2Fsquid.git 4.4 (#322) --- diff --git a/ChangeLog b/ChangeLog index 210b063b95..3f45848661 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Changes to squid-4.3 (28 Oct 2018): + + - Bug 4893: Malformed %>ru URIs for CONNECT requests + - Fix %USER_CA_CERT_xx and %USER_CERT_xx crashes + - SSL: support compilation with minimal OpenSSL + - SSL: certificate fields injection via %D in ERR_SECURE_CONNECT_FAIL + - Fix netdb not saving to disk + - Fix memory leak when parsing SNMP packet + - ... and some compile issues + Changes to squid-4.3 (01 Oct 2018): - Bug 4885: Excessive memory usage when running out of descriptors diff --git a/configure.ac b/configure.ac index 6de42b708c..3f8af6dfa7 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.3-VCS],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[4.4-VCS],[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 8cda38b023..b97d5c425d 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -1,6 +1,6 @@
-Squid 4.3 release notes +Squid 4.4 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.3 for testing. +

The Squid Team are pleased to announce the release of Squid-4.4 for testing. This new release is available for download from or the . diff --git a/mkrelease.sh b/mkrelease.sh index a52d34fdbf..a16875c0cf 100755 --- a/mkrelease.sh +++ b/mkrelease.sh @@ -1,4 +1,4 @@ -#!/bin/sh -ex +#!/bin/sh -e # ## Copyright (C) 1996-2018 The Squid Software Foundation and contributors ##