UniCount CHANGES LOG:
----------------------

1.4.0
- Fixed bug which prevented the image counter from
  displaying.
- Users can now specify the maximum number of webpages UniCount
  will support.
- Added STYLE_SHEET* macros which adds a virtually infinate
  number of ways to customize your counter to your own
  needs. Be creative!
- Digit tense now works with the image counter as well as the
  text counter.
- Lots of code optimization and cleanup.

1.3.7
- Changed file handling to utilize locking.
  This fixes the bug which would destroy the data files
  when accesssed simultaneously.
- Added RESTRICT_ACCESS* macros to allow/deny
  access from certain websites.
- Added extra WANT_DEBUG output
- Fixed bug which caused SEGV when no QUERY_STRING existed
- Big Changes to Makefile and README
- Lots of code cleanup and optimization.

1.3.6
- Added support for multiple websites.
  You can now invoke UniCount with a QUERY_STRING using the
  "include" SSI directive.
- Added WANT_DEBUG functionality to optionally display debugging
  information on error.
- The "exec" SSI directive is no longer used as many web-server 
  administrators prefer to turn this feature off for security reasons.
- Minor tweaks.
- Changes to README

1.3.5:
- Added PHP support.
- Completely changed the increment_counter() routine
  to support multiple documents, storing a unique line for each
  in the specified data file.
- Added QUIET_MODE. With quiet mode and logging enabled, you can
  silently keep track of how many hits each document has, along
  with various information about the user/client - without displaying
  to the counter on the webpage.
- Added a seperate Perl CGI script to display log/count statistics
  in fancy, HTML format.
- Tweaked the logging routine to also include REMOTE_PORT
- Completely changed the README file.
- Removed INSTALL and REPORT.BUGS

1.3.4:
- Fixed yet another annoying print_digit_tense bug that would print "stth"
- Added logging routine and options.
- Added hyper-link options
- Added padleft and padright image options
- DISPLAY_DATE looks nicer. (Does not use abbreviations for the date anymore)
- Added premade images for use when UniCount is utilized as an image counter.
- Minor tweaks to utilize less CPU. (Not that it uses much CPU at all)

1.3.3:
- Fixed print_digit_tense bug that failed to print "th"
  after a number in the teens.
------------------------------------------------------
