May XX, 2001    1.01 released
- changed usage message for -m option in fls (3/23/01)
- added inode to fls -m output (4/7/01)
- added time.h include to fs_dent.c and istat.c (Kevin Reis) (4/11/01)
- fixed heading for ctime (Addam Schroll, Purdue Univ) (4/24/01)
- istat also displays indirect blocks (4/24/01)
- -b arg added to istat to display a variable number of block addresses 
   (4/24/01)
- find_inode identifies indirect blocks as well 
   (Reminded by Addam Schroll, Purdue University) (4/24/01)
- fls -m outputs in time machine format like grave-robber and ils2mac
   (5/1/01)
- mac_merge removed from package due to above change (5/1/01)
- fls assumes inode 2 if one is not given (5/01/01)
- added blockcalc (5/01/01)
- improved ISDOT macro (5/08/01)
- added -a option to find_inode (5/10/01)
- bcat uses default block size if size is not given (5/20/01)
- istat displays allocation status of inode (5/20/01)

Mar 19, 2001	1.00 released
- fixed a bug in find_file that did not show '..' or '.' as entries
  for an inode  (3/4/01)
- changed all references from device to image in docs and source (3/10/01)
- Added man pages (3/10/01)

Feb 27, 2001	0.2b released
- renamed find_inode -> find_file, find_block -> find_inode, and 
  dcat -> fls
- renamed fs_dir structures and functions to fs_dent to better represent
  their true function and to avoid any collisions with "anacheck" code
  by Philippe Bourgeois.

Feb 19, 2001	0.1b released
