diskhog-0.3	Initial release

diskhog-0.3.1	Mispelled CATEGORY and the script did not appear
	        in the UNIX/System_administration category as desired

diskhog-0.4	(David Kovar) 
		Added "-d 0" option to sort by total disk space used.
		Added "-t" option to report only the top ten users.
		Added "-w" to turn on warning messages.
		Added "-e N" to only report users who's total exceeds
			N megabytes in the selected period.
		Added "-s <directory>" to start at <directory> rather than cwd.
		Turned off output buffering to ensure that output to a
		file or a pipe appeared in the correct order.

diskhog-0.5 	Added "--exclude pattern" to skip unwanted directories

TODO
I think I may allow the user to change the search time from the hard coded
mtime to any of mtime, atime or ctime...

DCK - Reporting of largest directory based on current sort does not work.
Only works for default sort.

KP    I believe that the issue with the largest directory is by design.  Largest
      directoriy is printed for specified age catagory or default of oldest files.


Wed Jan 14 15:49:02 PST 2004
KP  Changed --exclude to --filter
    Changed the argumnet required for -d option to "s" for string from "i" for interger
    Added reporting on largest directory for "-d t" option


Fri Jan 16 09:10:07 PST 2004
DCK Added e=s for Getopts
    Added print SUMMARY "===============" so | mail looks correct
