ChangeLog for cache-stats 961006
--------------------------------

v1.4 961006
-----------
- changed package name to cache-stats (as it is no longer just for squid).

- added proxystats.sh & proxy-summary.pl scripts to create HTML stats
  for Netscape proxy server. Tested only on v1.12 proxy server. Format
  is close to the stats generated for Squid logs.
  Iain Lea (iain@sbs.de)

- added '-c' cmd line option to access-summary.pl for removing images
  and /cgi-bin/ cruft from TopN listings.
  Iain Lea (iain@sbs.de)

- added '-i ImageDir' cmd line option to access-summary.pl for GIF's dir
  Iain Lea (iain@sbs.de)

- added '-p PortNum' cmd line option to access-summary.pl for TCP port
  Iain Lea (iain@sbs.de)

- added &ReadCmdLine function to access-summary.pl
  Iain Lea (iain@sbs.de)

- fixed spurious <tr> tags at the end of all the 'Summary ...' tables
  Iain Lea (iain@sbs.de)

v1.3 961004
-----------
- added color coding to '6. Summary of URl Top-Level Domains' to see at
  a glance domains with hit rates >= 25 / 40 / 55 / 70 / 85 %.
  Colors and percent ranges changeable at top of access-summary.pl

- changed domain names to have country codes bold faced.
  Iain Lea (iain@sbs.de)

v1.2 961003
-----------
- created $TmpDir variable instead of using /var/tmp numerous
  times in access-extract-urls.pl
  Iain Lea (iain@sbs.de)

- merged restartsquid.sh & squidstats.sh into just squidstats.sh and 
  changed kill -9 to kill -USR1 $pid (hey it was late the first time...)
  Iain Lea (iain@sbs.de)

- Minor hacks to some table generating stuff to make it more conformant.  
  This is only done to a couple of them.
  Nigel Metheringham <Nigel.Metheringham@ThePLAnet.net>

- Handling of connect method data in a more consistant fashion including 
  stripping them from the protocol table (bug fix), and adding them as a 
  new top <x> table at the end of the data.
  Nigel Metheringham <Nigel.Metheringham@ThePLAnet.net>

- Linux uses berkeley db in place of dbm which uses a single
  .db file rather than .dir/.pag files.  [actually this may be Red Hat 
  specific].  I suppose the answer is actually to just dbmopen the files 
  then assign () to them.
  Nigel Metheringham <Nigel.Metheringham@ThePLAnet.net>

v1.1 961001
-----------
- 1st reasonable release.
