]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
5.9 SQUID_5_9
authorsquidadm <squidadm@users.noreply.github.com>
Sun, 30 Apr 2023 18:25:39 +0000 (06:25 +1200)
committerGitHub <noreply@github.com>
Sun, 30 Apr 2023 18:25:39 +0000 (06:25 +1200)
ChangeLog
configure.ac

index 723ebddb2b8b0b21307e25d6b5b394949a3f2123..b638217b1af3bf70fe67595842471003f60915b9 100644 (file)
--- 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
index 08f818c01d624c8849dd0921ea39873b7e5f6435..56ac60d5b6fb4752ef0067648b665344bf4c7297 100644 (file)
@@ -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)