Skip to content

Commit 9b3a176

Browse files
committed
v7.4
1 parent f7067b2 commit 9b3a176

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Changes in squid-7.4 (19 Jan 2026):
2+
3+
- Do not create world-readable directories
4+
- digest_edirectory_auth: Fix LDAPS memory leaks
5+
- snmplib: Improve handling of zero-length ASN OCTET STRINGs
6+
- Debug tls_read_method()/tls_write_method() errors
7+
- ICMP: Harden echo paths, fix overflows, UB, and leaks
8+
- Set SSL_OP_LEGACY_SERVER_CONNECT when peeking at servers
9+
- security_file_certgen: Fix OPENSSL_malloc()/free(3) mismatch
10+
- Detect FreeBSD ports Heimdal package
11+
- Remove SQUID_CHECK_KRB5_HEIMDAL_BROKEN_KRB5_H macro
12+
- Remove SQUID_CHECK_KRB5_SOLARIS_BROKEN_KRB5_H macro
13+
- ext_kerberos_ldap_group_acl: Do not prohibit all LDFLAGS
14+
- negotiate_sspi_auth: Respond with ERR when FormatMessage() fails
15+
- ... and some code cleanups
16+
- ... and some CI improvements
17+
118
Changes in squid-7.3 (28 Oct 2025):
219

320
- Regression Bug 5520: ERR_INVALID_URL for CONNECT host with leading digit

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.3-VCS],[https://bugs.squid-cache.org/],[squid])
8+
AC_INIT([Squid Web Proxy],[7.4-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)