Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
squidadm authored Jul 31, 2021
1 parent 7042ca9 commit 1f9e528
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 2 additions & 4 deletions doc/release-notes/release-5.sgml
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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.

Expand Down

0 comments on commit 1f9e528

Please sign in to comment.