]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
6.0.2 SQUID_6_0_2
authorsquidadm <squidadm@users.noreply.github.com>
Sun, 30 Apr 2023 21:33:35 +0000 (09:33 +1200)
committerGitHub <noreply@github.com>
Sun, 30 Apr 2023 21:33:35 +0000 (09:33 +1200)
* Prepare ChangeLog for v6.0.2 (#1326)

* 6.0.2

---------

Co-authored-by: Francesco Chemolli <5175948+kinkie@users.noreply.github.com>
ChangeLog
configure.ac

index 234bdd9ae33fb698720d00dc3188dd5135a5577d..458cf08d97bf3f25110be6ab268b93f9283fbe63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Changes in squid-6.0.2 (30 Apr 2023):
+
+       - Avoid excessive disk I/O in some environments
+       - ... and several build and portability fixes
+       - ... and all fixes from 5.9
+
 Changes in squid-6.0.1 (28 Feb 2023):
 
        - Bug 5256: Intercepting port fails to accept
index e25587a39043feef2b2f6879213c899a2a3a39f8..0939948a6e93d387f2984456d51c2baff9c1debb 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[6.0.1-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[6.0.2-VCS],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)