Skip to content

Commit 2e58fa8

Browse files
authored
v7.5
1 parent 703e07d commit 2e58fa8

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Changes in squid-7.5 (12 Mar 2026):
2+
3+
- Bug 5501: Squid may exit when ACLs decode an invalid URI
4+
- ICP: Fix HttpRequest lifetime for ICP v3 queries
5+
- ICP: Fix validation of packet sizes and URLs
6+
- Do not escape malformed URI twice when sending ICP errors
7+
- ... and some code, CI, and documentation cleanups
8+
19
Changes in squid-7.4 (19 Jan 2026):
210

311
- Do not create world-readable directories

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Please see the COPYING and CONTRIBUTORS files for details.
66
##
77

8-
AC_INIT([Squid Web Proxy],[7.4-VCS],[https://bugs.squid-cache.org/],[squid])
8+
AC_INIT([Squid Web Proxy],[7.5-VCS],[https://bugs.squid-cache.org/],[squid])
99
AC_PREREQ(2.61)
1010
AC_CONFIG_HEADERS([include/autoconf.h])
1111
AC_CONFIG_AUX_DIR(cfgaux)

0 commit comments

Comments
 (0)