2006-08-10
	0.1.7	version
	(no other changes)
2006-07-27
	*	cleaned up the usage (-h) output based on email from ncopa	
	*	send usage text to stdout instead of stderr
2006-07-13
	*	PATH_MAX now uses system defined length (PATH_MAX, not MAX_PATH)
	*	mask now honors the "N" (display name) correctly 
	*	all buffers that deal with path now use a minimum length of PATH_MAX
	*	default verbosity set to "TERSE", since the program will typically be
		used in shell scripts
2006-07-08
	0.1.6  version
	*	fixed a memory pointer error in heap.c (caused segfaults on freebsd)
	*	increased max path length to MAX_PATH (was 2K)
2006-07-06	
	0.1.5  version
	(no other changes)
2006-06-16
	*	compare against filesystem added
	* 	manpage updated
2006-06-15
	*	added --ignore option (to add/list), removed --ignore-dirs  option 
	*	combined the delete/recusivedelete functions
2006-06-14
	*	split maskstr into t and p (instead of p for both file type and permissions)
	*	open read dbs for read, not rw+create.  
2006-06-07
	0.1.4 version
	* 	revert back to heap.c use (Faster, and output is sorted).  Natanael claims that
		it segfaults on BSD - haven't confirmed on OSX or Linux.
	* 	added -i (--ignore-dirs) to prevent directory entries from being added to tdb.
2006-04-18
	0.1.3 version
	*	removed the need for heap.c
2005-12-22
	0.0.1	version
	* 	stole chunks of code from haserl project
	
