1999-08-26: 0.5.2
	- Fixed memory leak when the --database option was not in use
	- Fixed warning messages when the --recursive option was not in use

1999-08-16: 0.5.1

	- Fixed warning messages on FreeBSD
	- Format of jdresolve-dumpdb dumps have changed. Now classes are dumped in truncated IP format (not in-addr.arpa format as before)
	- Added jdresolve-mergedb and jdresolve-unresolved utils

1999-07-27: 0.5

	- Added database support. Tested DB_File, but any db variant
	  (dbm, gdbm, sdbm, etc) should work. The main purpose of this
	  option is to offer fallback in case DNS servers are down and
          allow a general performace increase by allowing you to lower
 	  your timeout value without sacrificing resolved percentage.
	- New support program "jdresolve-dumpdb" to dump the databases
	  created with the "--database" switch

1999-07-14: 0.4

	- Changed name to jdresolve not to cause confusion with
	  other projects
	- GNU compliance changes: added long command line options thru 
	  Getopts::Long, no warranties warning, copyright notice
	- Fixed a division by zero bug with statistics (thanks to
	  John Croft and Andrezj Tobola for pointing this out)
	- Made available RPM and SRPM packages for jdresolve and
	  Net::DNS

1999-07-09: 0.3

	- totally redesigned main loop algorithm
	- now supports _huge_ log files (low memory usage)
	- input from STDIN if file is '-' since we only need 1 pass now
	- new "-l" switch to control memory line caching
	- quick script 'rhost' to resolve single hosts with recursion
	- added more statistics (total time, lines/s, etc)
	- no more warnings with Perl 5.004_04
	- code cleanup, now uses a more modular approach
	- updated documentation

1999-07-02: 0.2

	- added debug levels 1 and 2
	- only warns about invalid/resolved IPs if debug level >= 2
	- you can now run logresolve.pl on partly/fully resolved logs
	  with no warning messages
	- added statistics at end of run
	- new option -n to supress statistics
	- new option -m to specify a custom mask to apply to IPs
	  resolved by recurrence. accepts %i for IP and %c for class name
	- packaged as a .tar.gz file with COPYING, INSTALL, README, CREDITS,
	  CHANGELOG and logresolve.pl files. Documentation is a Good Thing.

1999-06-29: 0.1

	- Initial release
