Skip to content
Closed

v7.6 #2435

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Changes in squid-7.6 (04 Jun 2026):

- HTTP/1.1: Transfer-Encoding:identity is prohibited
- Harden peerDigestSwapInMask against invalid cache digest reply
- Honor reply_header_max_size for received FTP control responses
- Fix parsing of legacy url_rewrite_program responses
- Fix handling of truncated legacy errorpage %codes
- Improve parsing of certain FTP directory listing formats
- Do not treat tiny virgin response buffer space specially
- Support Nettle 4.0 md5_digest API
- ... and removed support for some obsolete Unix platforms

Changes in squid-7.5 (12 Mar 2026):

- Bug 5501: Squid may exit when ACLs decode an invalid URI
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Please see the COPYING and CONTRIBUTORS files for details.
##

AC_INIT([Squid Web Proxy],[7.5-VCS],[https://bugs.squid-cache.org/],[squid])
AC_INIT([Squid Web Proxy],[7.6-VCS],[https://bugs.squid-cache.org/],[squid])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([include/autoconf.h])
AC_CONFIG_AUX_DIR(cfgaux)
Expand Down
Loading