+Changes in squid-6.5 (5 Nov 2023):
+
+ - Bug 5309: frequent "lowestOffset () <= target_offset" assertion
+ - Bug 4977: Remove mem_hdr::freeDataUpto() assertion
+ - Fix handling of expanding HTTP header values
+ - Fix RFC 1123 date parsing
+ - Gracefully shutdown when helper process startup fails
+
Changes in squid-6.4 (22 Oct 2023):
- Regression: Restore support for legacy cache_object cache manager requests
## Please see the COPYING and CONTRIBUTORS files for details.
##
-AC_INIT([Squid Web Proxy],[6.4-VCS],[https://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[6.5-VCS],[https://bugs.squid-cache.org/],[squid])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([include/autoconf.h])
AC_CONFIG_AUX_DIR(cfgaux)
new_pool_limit = Config.MemPools.limit;
else {
if (Config.MemPools.limit == 0)
- debugs(13, DBG_IMPORTANT, "memory_pools_limit 0 has been chagned to memory_pools_limit none. Please update your config");
+ debugs(13, DBG_IMPORTANT, "memory_pools_limit 0 has been changed to memory_pools_limit none. Please update your config");
new_pool_limit = -1;
}