From: glenn <> Date: Sat, 14 Nov 1998 04:31:34 +0000 (+0000) Subject: SNMP Changes X-Git-Tag: SQUID_3_0_PRE1~2522 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98b093e7db79d6f69b701cac47bf35fa4ad326f1;p=thirdparty%2Fsquid.git SNMP Changes --- diff --git a/ChangeLog b/ChangeLog index 98a3310a85..83e9cdebe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ Changes to Squid-2.2 (): - - @@Glenn changed lots of SNMP stuff + - Removed all SNMP specific ACL code + SNMP now uses generic squid ACL's + - Removed view-based access crontrol + - Cleaned up and simplified squid.conf + - Changed the SNMP code to use a tree stucture. - Added our own assert() macro so we can use debug() instead of printing to stderr. - Added eventFreeMemory().