Sun Dec 31 17:47:42 EST 2000

Finally made hashtbl into a standalone library.  

This cleans up dependencies and makes hashtbl useful to users outside
the context of integrit.

changing version number to 1.04

Thu Dec 28 14:06:53 EST 2000

new program: i-viewdb (in the aux directory) can be used to view
integrit databases.

changing version number to 1.03

Thu Dec 21 13:49:00 EST 2000

big bugfix: strcpy in options.c's do_rule was the reason for dmalloc
	    and Boehm gc's complaints about smashed objects

	    changed to memcpy  :)  Let's hear it for memory debuggers
	    plus C!

Tue Dec 19 17:20:29 EST 2000

some of the changes for version 1.02:

    -- debugging and memory leak checking have become configure
       options

    -- bugfixes

    -- comprehensive human-readable format documented in manpage

