From: squidadm Date: Sun, 30 Apr 2023 18:25:39 +0000 (+1200) Subject: 5.9 X-Git-Tag: SQUID_5_9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20d1c7236c7493b1f8b7e47f2e2afc529232071c;p=thirdparty%2Fsquid.git 5.9 --- diff --git a/ChangeLog b/ChangeLog index 723ebddb2b..b638217b1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Changes in squid-5.9 (30 Apr 2023): + + - Improve reply_body_max_size matching accuracy + - ... and some documentation changes + - ... and many portability fixes + Changes in squid-5.8 (28 Feb 2023): - Bug 5162: mgr:index URL do not produce MGR_INDEX template diff --git a/configure.ac b/configure.ac index 08f818c01d..56ac60d5b6 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.8-VCS],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[5.9-VCS],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux)