v1.16 changes (Dec 14 1997):

	Please note: if you have a gigantic logfile (or use the - command
	line option (read from stdin)), you almost certainly don't want to use
	v1.16.  I guarantee that stdin filereading is completely 100% broken
	in every way, shape, and form.  A complete overhaul is in the works to
	make it take up far less ram at a slight speed expense.  Please be
	patient.

	* log parsing changed, now catches many more erroneous situations
		gracefully
	* fixed a -s <section> bug that prevented it from working
	* increased ANSI C compliance
	* added some long command line options (--version, --help)
	* a trailing / is added to the gif paths if you forget them.  previous
		versions simply wouldn't generate any graphs
	* some changes to make large logfiles parse more correctly, but
		sorting is quite broken.

v1.15 changes (Nov 16 1997):
	* optional HTML output
	* GIF graphs to go along with the HTML output
	* the domain totals are now sorted (by bytes transferred)
	* added the ability to limit the number of lines in certain reports.
		added the corresponding config.h entries and command line
		arguments.
	* a new cmdline parser instead of relying on getopt, which has annoyed
		me for a while.  this also eliminates the need for a separate
		solaris entry in the Makefile.
	* accepts the logfiles from stdin, just place a single hyphen 
		somewhere in the parameter list
	* xferstats now parses ncftpd-generated logfiles too!

v1.10 changes (Nov 06 1997):
	* added the "Most Downloaded Files" section
	* added corresponding -p <length> parameter
	* fixed a typo that only affects DEBUG output, but in a big way
	* added more configurable options and split them off into config.h
	* boosted variable sizes to accomodate huge xferlogs
	* fixed dotted quad recognition
	* a big big big thanks to Nat Friedman <ndf@mit.edu> and Elliot Lee
		<sopwith@redhat.com> for taking a look at the code and sending
		a couple key fixes

v1.03 changes (Oct 25 1997):
	* check to make sure the xferlog file actually exists
		thanks to: Emil Isberg <emil.isberg@mds.mdh.se>
	* added a small Solaris compatibility flag
		thanks to: Emil Isberg <emil.isberg@mds.mdh.se>
	* added INSTALL file and man page, modified the Makefile

v1.02 changes (Sep 27 1997):
	* added -s <section> support
	* made a Makefile for the compiling-impaired
	* dotted quads now show as "unresolved" (as they should!)

v1.01 changes:
	* allowed for > 100kb/sec transfer rates in the totals
	* fixed hostname parsing for hostnames without a '.' (ie, localhost).
		they now show as unresolved
	* made -A the default
	* made parsing compatible with the new way of documenting guest logins
		('g' instead of 'a')
