From: squidadm Date: Sat, 31 Jul 2021 06:54:23 +0000 (+1200) Subject: 5.1 (#872) X-Git-Tag: SQUID_5_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f9e528270c7c8286c0fdf282158a3cd732a5f7a;p=thirdparty%2Fsquid.git 5.1 (#872) --- diff --git a/ChangeLog b/ChangeLog index 671eb588cb..555876188c 100644 --- 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 diff --git a/configure.ac b/configure.ac index 480ba77bee..ffb4f1024d 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],[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) diff --git a/doc/release-notes/release-5.sgml b/doc/release-notes/release-5.sgml index 294eccf8fb..80a0a2d325 100644 --- a/doc/release-notes/release-5.sgml +++ b/doc/release-notes/release-5.sgml @@ -1,6 +1,6 @@
-Squid 5.0.7 release notes +Squid 5.1 release notes Squid Developers @@ -12,13 +12,11 @@ for Applied Network Research and members of the Web Caching community. Notice -

The Squid Team are pleased to announce the release of Squid-5.0.7 for testing. +

The Squid Team are pleased to announce the release of Squid-5.1. This new release is available for download from or the . -

While this release is not deemed ready for production use, we believe it is ready for wider testing by the community. -

We welcome feedback and bug reports. If you find a bug, please see for how to submit a report with a stack trace.