From: wessels <> Date: Tue, 14 Jul 1998 23:28:21 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~3096 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=222917b29f894d2ac128320470129f2678d229e7;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 9eae718aaf..9e24677845 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,14 +17,18 @@ - Added 'unique_hostname' configuration option when its necessary to have multiple machines with the same visible hostname. + - Fixed pumpReadFromClient() to not read too many bytes on + persistent connections. - We can now cache HTTP replies with Set-Cookie. These evil headers are now filtered out for cache hits on the client side. + - Fixed SNMP bugs caused by using snmpwalk. - Fixed snmpwalk crash. snmpwalks do not crash squid anymore. - Fixed snmp system Group; all objects are now returned. - Fixed snmp system Group sysDescr and sysContact. - Allocate FwdState from mem pools. - Minor HTCP progress. + - Moved 'miss_access' ACL check from client_side.c to forward.c Changes to squid-1.2.beta22 (June 1, 1998):