]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
5.1 (#872) SQUID_5_1
authorsquidadm <squidadm@users.noreply.github.com>
Sat, 31 Jul 2021 06:54:23 +0000 (18:54 +1200)
committerGitHub <noreply@github.com>
Sat, 31 Jul 2021 06:54:23 +0000 (18:54 +1200)
ChangeLog
configure.ac
doc/release-notes/release-5.sgml

index 671eb588cbd9f405cf3fcc7d62c915df104f4193..555876188c99cf8d05a9625671d0ecfe9ac0b849 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Changes in squid-5.1 (01 Aug 2021):
+
+       - Bug 4696: Fix leaky String move assignment operator
+       - Fix ACL-related reconfiguration memory leak
+       - Fix SSL-Bump reconfiguration leaking public key memory
+       - Fix build on RISC-V
+       - Fix build on Ubuntu 21.04
+
 Changes in squid-5.0.7 (04 Jul 2021):
 
        - Fix a helper logging issues
index 480ba77beecb9a3d6e3b217d97338716f94d5002..ffb4f1024d5b8b8bdd0f3056892cae309511c529 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[5.0.7-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[5.1-VCS],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 294eccf8fb300d5f7e17c2b1668c53e254be1e4f..80a0a2d3253bb0e49a14fdd94233cdbdc7c3a015 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 5.0.7 release notes</title>
+<title>Squid 5.1 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -12,13 +12,11 @@ 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-5.0.7 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-5.1.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v5/"> or the
  <url url="http://www.squid-cache.org/Download/http-mirrors.html" name="mirrors">.
 
-<p>While this release is not deemed ready for production use, we believe it is ready for wider testing by the community.
-
 <p>We welcome feedback and bug reports. If you find a bug, please see <url url="http://wiki.squid-cache.org/SquidFaq/BugReporting">
    for how to submit a report with a stack trace.