-- sherpa 0.1.4 ---- 2 February 2000 ------------------------

* added shadow passwd checking routine as part of the config
  file checks (if fix=1 then non-shadowed passwd and group
  files will be converted to shadowed versions using pwconv
  and grpconv, respectively). Thanks to Philip Quitslund
  <pquit@agora.rdrop.com> for hacking the Perl bits for
  this.

* added parsing of inetd.conf to check for tcp_wrapper usage

* verified compatibility of perms.RH60 with RedHat 6.1;
  renamed file to perms.RH6x

-- sherpa 0.1.3 ---- 18 October 1999 ------------------------

* added getopts check to see if -c, -p and -s are missing from
  the invocation of sherpa.pl. If so, then sherpa will
  print out the help screen as a reminder to select one
  or more of the three checks (thanks to Matt Thoene
  <matt@verio.net> for pointing out this problem)

-- sherpa 0.1.2 ---- 22 August 1999 ------------------------

* added getopts parsing for the following options:

	- verbosity of output 	( -V )
	- config file checks	( -c )
	- debugging output    	( -d )
        - enforce perms.lst     ( -f )
	- file/dir perm checks  ( -p )
	- usage			( -h )
	- logging		( -l )
	- SUID/SGID checks	( -s )
	- html reporting      	( -w )
	- version		( -v )

  options can be concatenated on the commandline, e.g.
  
      	sherpa.pl -Vwscf

* added perms template for SuSE GNU/Linux 6.0 and 
  README.SuSE thanks to Finn Nielsen (finn@inficad.com)

* changed searching strategy for find() routines so that only
  specified root-level directories will be searched (see
  find.lst)

* added some X11 paths to perms templates for RedHat distributions


-- sherpa 0.1.1 ------------------------------------------------

* first release - 7 June 1999