-----------------------------------------------------------------
Sat Jan 20 12:28:43 EST 2001

changing conditionally compiled stuff from platform-oriented to more
specific, feature-oriented criteria, capitalizing on
autoconf-generated info.

e.g., prefer "#if HAVE_STDINT_H" 
  to "#if ! defined(__FreeBSD__) && ! defined(__sun)".

-----------------------------------------------------------------
Wed Jan 17 21:28:40 EST 2001

releasing 1.05.02-beta

With the help of Jos Backus, improving the portability of integrit to
the Solaris platform.

Release files are now signed with my public key.

-----------------------------------------------------------------
Fri Jan 12 19:45:30 EST 2001

In anticipation of a stable release, binaries are stripped on
installation when the package is configured without the --enable-debug
option. 

Documentation has been updated.

-----------------------------------------------------------------
Thu Jan 11 00:10:55 EST 2001

New auxiliary program: i-ls.

Improved install build process has better make logic and uses BSD
install instead of cp.

changing version number to 1.05

-----------------------------------------------------------------
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

