]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
4.4 (#322) SQUID_4_4
authorsquidadm <squidadm@users.noreply.github.com>
Sun, 28 Oct 2018 20:47:02 +0000 (09:47 +1300)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sun, 28 Oct 2018 20:47:02 +0000 (09:47 +1300)
ChangeLog
configure.ac
doc/release-notes/release-4.sgml
mkrelease.sh

index 210b063b95104bb3b5a09fc048f1a84a7ae092f8..3f4584866189d7dd7810f049a7759f781fcf8f89 100644 (file)
--- 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
index 6de42b708c6d1a9a4edde6c18d1fcee904c98271..3f8af6dfa7029974820be2a431d57c92d34991a6 100644 (file)
@@ -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)
index 8cda38b0233ef0acd8011afae7a03aa1a6630670..b97d5c425d0dbd164ead9e613ade0a6166355e20 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.3 release notes</title>
+<title>Squid 4.4 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.3 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-4.4 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">.
index a52d34fdbf6315986b56daa4e242cd4cd15228cc..a16875c0cfaad61fec5e3d202d0f6f99ece16ce5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -ex
+#!/bin/sh -e
 #
 ## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
 ##