]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- Added a short description re '\t' processing in cachemgr.cgi
authorrousskov <>
Thu, 5 Mar 1998 07:15:09 +0000 (07:15 +0000)
committerrousskov <>
Thu, 5 Mar 1998 07:15:09 +0000 (07:15 +0000)
ChangeLog

index 2a9a5cdd8d3f91cf46ebaab89c5d21833813bfd9..0a84d2982a09595eabe8fb587b38ddbd154dbcc1 100644 (file)
--- 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 ("<th>" html tag) and the rest is formated
+         with "<td>" tags.
        - Added "mem_pools_limit" configuration option. Semantics of
          "mem_pools" option has also changed a bit to reflect new memory
          management policy.