Changes in each version of LogScribe:
-------------------------------------

(10/01/1996) V. 1.0

[overall]
- KwikStat gets a new name -> LogScribe. Some software
  company was already using the name KwikStat long before
  we started. So there, you have it ! With this new version
  comes a new version number -> 1.0 !
  Thank's go to Nisha Sharma for helping us find a new
  name for this program.

[makelog.pl]
- some browsers don't pass on their name to the server, so
  some people had empty browser names on their pages.  From 
  now on if a browser isn't identified it will be given the
  name "Unknown".
- you now have the option to have logscribe save your old
  accesses automatically to a file instead of deleting them
  forever ! see the config.pl for more details.

[pagelog.pl]
- most of the elements on your pagelog pages are hyperlinked,
  and clicking on them will give you all their matches found
  in your logfile.  Clicking on a pagename will give u all
  the accesses to that page, but clicking on the dot next to
  the pagename will connect you directly to that page instead.

[showlog.pl]
- fixed a minor bug that displayed overlapping columns on the
  menu page if a pagename was too long.


(09/21/1996) V. 1.7.1a

[makelog.pl]
- added a patch to ensure that IP's will be resolved if 
  possible.  Some users reported that they only got IP
  addresses for all the people connecting to their pages.
  We found out that those user's http server somehow 
  passed the IP address to the REMOTE_HOST environment
  variable when that IP address belonged in the
  REMOTE_ADDR variable in the first place.


(09/09/1996) V. 1.7.1

[makelog.pl]
- added option to ignore a site that you dont want to log,
  especially if it's your own site that you are connecting
  from often in order to edit your web pages

[showlog.pl]
- fixed a minor date bug and added an extra panel on front
  page to allow one to see total connections for the day


(09/08/1996) V. 1.7

[overall]
- Yes, this new version is still compatible with the old 1.6
  logfile :-P
- All the configurations for KwikStat are now found in one
  file: config.pl
- Included in this version is logscan.pl - a utility to help
  locate (and somewhat fix) corrupted entries in your previous
  logfile.
- You can specify the color of your table headers found in the 
  pagelog and in the showlog.

[makelog.pl]
- Following reports of overwrites of the logfile when more than
  once instance of makefile were run, a new security feature was
  added to prevent such from happening.  The new "file locking"
  system allows ONLY 1 makefile to write to the logfile at a
  time.  If your previous logs were corrupted mysteriously, it
  will hopefully not happen again with this new version of the
  makefile.  Use the included logscan.pl to locate and fix those
  errors.

[showlog.pl]
- Summary added to the opening page - displaying the topmost
  accesses by category.
- The access by hour looks more civilized now, displaying
  the time in am/pm notation
- Not only can you trace the last connections to a particular
  page, but in this version u can have the program display
  all the accesses using a particular browser, from a particular
  host, and on a particular date ! Just click on the numbers
  right after the graph bars in those categories.
- You can now limit the number of browsers/pages/dates displayed

[pagelog.pl]
- Small bug fixes and other enhancements


(08/12/1996) V. 1.6

[makelog.pl]
- Erroneous entries are tagged with the "HTML_Error" string to
  indicate that on the page you wish to log, the HTML tag that 
  calls up the makelog.pl is either missing one or more entries
  or has spaces in it. Read the readme.txt for more details

[showlog.pl]
- Now you can limit the number of hostnames displayed in your log
  pages - this list can become quite cumbersome in time


(08/07/1996) V. 1.5

Note: If upgrading from previous versions of KwikStat, you *must*
      delete all your previous *.pl files and your logfile because
      of format changes !

[makelog.pl]
- The dummy transparent pixel file disappears to be replaced by a
  built in line in the makelog.pl
- Now the pagename can have more than one word in it and the URL
  to that page is recorded as well

[showlog.pl]
- Now all the pages to be logged are shown in the main menu
  which looks a bit nicer now
- Better host name stripper subroutine
- The pagenames have an anchor tag that directly connects
  them to the actual pages themselves
- Removed: 'continous stats' replaced by 'by day'

[pagelog.pl]
- Now you can limit how many connections you want displayed
- You have the choice to display the last connections to either
  a page or to the whole site
- The log is displayed as it is read so no more waiting for
  the whole log file to be read before being displayed
- Now the pagelog.pl page has a summary of connections appendeded
  to it
- The page accessed is now displayed in the pagelog table if
  the connections for the whole site are displayed
