Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Francesco Chemolli <[email protected]>
  • Loading branch information
squidadm and kinkie authored Jun 6, 2023
1 parent 88a5e95 commit 9199861
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Changes in squid-6.0.3 (07 Jun 2023):

- Bug 5148: Log %Ss of failed tunnels as TCP_TUNNEL
- Do not leak Security::CertErrors created in X509_verify_cert()
- Do not erase aborted StoreMap entries that are still being read
- Fix build in environments lacking syslog
- Fix build failures in some environments due to time_t type conflicts in libdebug
- Remove obsolete caddr_t
- ... and some documentation changes

Changes in squid-6.0.2 (30 Apr 2023):

- Avoid excessive disk I/O in some environments
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.0.2-VCS],[http://bugs.squid-cache.org/],[squid])
AC_INIT([Squid Web Proxy],[6.0.3-VCS],[http://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 9199861

Please sign in to comment.