From: rousskov <> Date: Thu, 5 Mar 1998 07:15:09 +0000 (+0000) Subject: - Added a short description re '\t' processing in cachemgr.cgi X-Git-Tag: SQUID_3_0_PRE1~3924 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0965bd19ff085e2b13a357a6e279f05c87453c08;p=thirdparty%2Fsquid.git - Added a short description re '\t' processing in cachemgr.cgi --- diff --git a/ChangeLog b/ChangeLog index 2a9a5cdd8d..0a84d2982a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ + - Added a simple but very effective hack to cachemgr.cgi that tries to + interpret lines with '\t' as table records and formats them + accordingly. With a few exceptions (see source code), first line + becomes a table heading ("" html tag) and the rest is formated + with "" tags. - Added "mem_pools_limit" configuration option. Semantics of "mem_pools" option has also changed a bit to reflect new memory management policy.