Skip to content

Commit

Permalink
6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
squidadm authored and yadij committed Oct 20, 2023
1 parent 12b8efc commit 1d8175b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Thank you!
Alan Mizrahi <[email protected]>
Alan Nastac <[email protected]>
Aleksa <[email protected]>
Alex Bason <[email protected]>
Alex Dowad <[email protected]>
Alex Rousskov <[email protected]>
Alex Wu <[email protected]>
Expand Down
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Changes in squid-6.4 (22 Oct 2023):

- Regression: Restore support for legacy cache_object cache manager requests
- Regression: Do not use static initialization to register modules
- Bug 5301: cachemgr.cgi not showing new manager interface URLs
- Bug 5300: cachemgr.cgi assertion
- Fix stack buffer overflow when parsing Digest Authorization
- Fix userinfo percent-encoding
- Fix store_client caller memory leak on certain errors
- Fix validation of certificates with CN=*
- Fix handling of large stored response headers
- Miss if a HTTP/304 update would exceed reply_header_max_size
- RFC 9112: Improve HTTP chunked encoding compliance
- HTTP: Improve handling of empty lines received prior to request-line
- Y2038: improve printing of time settings
- Extend cache_log_message to problematic from-helper annotations
- ... and several Continuous Integration improvements

Changes in squid-6.3 (03 Sep 2023):

- Bug 5294: ERR_CANNOT_FORWARD returned instead of ERR_DNS_FAIL
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],[6.3-VCS],[https://bugs.squid-cache.org/],[squid])
AC_INIT([Squid Web Proxy],[6.4-VCS],[https://bugs.squid-cache.org/],[squid])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([include/autoconf.h])
AC_CONFIG_AUX_DIR(cfgaux)
Expand Down

0 comments on commit 1d8175b

Please sign in to comment.