Revision history for Perl extension File::Scan.

0.19  Thu Apr  4 12:04:53 WEST 2002
	- added new virus signatures and Magistr virus signature
          was updated again

0.18  Wed Apr  3 12:00:17 WEST 2002
	- added new virus signatures and others have been updated

0.17  Thu Mar 28 12:42:20 WET 2002
	- added new virus signatures and Magistr virus signature
	  was updated
	- minor feature enhancements in Makefile.PL

0.16  Sat Mar 23 18:21:13 WET 2002
	- added more three new virus signatures
	- improved the speed
	- all suspicious words was changed to lowercase
	- minor bugfixes

0.15  Sat Mar 23 10:11:29 WET 2002
	- added new virus signatures and PetTick virus signature
	  was updated 
	- added suspicious() method to test if the file is suspicious
	- suspicious.txt file was added to files directory
	- the Makefile.PL was changed
	- examples/scan.pl: minor feature enhancements
	- examples/scan.pl: the version was updated to 0.08
	- documentation updates

0.14  Tue Mar 19 14:01:57 WET 2002
	- added new virus signature and LoveLetter virus signature
	  was updated
	- minor bugfixes in scan_text method
	- the Makefile.PL was changed

0.13  Sat Mar 16 17:08:08 WET 2002
	- added more three new virus signatures
        - minor bugfixes

0.12  Mon Mar 11 10:56:36 WET 2002
	- added three new virus signatures
	- added new type 

0.11  Sat Mar  9 17:30:07 WET 2002
	- added new virus signatures

0.10  Tue Mar  5 09:51:15 WET 2002
	- added new signatures
	- the text signatures was changed to hex	

0.09  Sat Mar  2 18:01:25 WET 2002
	- added new signatures and updated text signatures
	- added the signature for EICAR-Test-File
	- the scan_text function was rewritten again
	- fixed the problem whith pdf files. now the pdf files are skipped
	- a few code style changes
	- the method 'skipped' now return code numbers
	- examples/scan.pl: it display a message when the file is skipped
	- examples/scan.pl: the version was updated to 0.07
	- documentation updates

0.08  Wed Feb 27 13:12:32 WET 2002
	- added new signatures
	- the value of mkdir argument was changed
	- fixed a 'bug' in scan_binary function
	- removed '%filetypes' from Makefile.PL, is not necessary
	- examples/scan.pl: the value of option mkdir was changed to octal
	- updated the documentation

0.07  Tue Feb 26 10:06:06 WET 2002
	- test file was moved to test directory
	- added new signatures
	- added mkdir argument to the constructor
	- examples/scan.pl: fixed a 'bug' in options
	- examples/scan.pl: new option were added

0.06  Fri Feb 22 11:26:43 WET 2002
	- added new signatures and updated others
	- added max_txt_size and max_bin_size arguments to the constructor
	- added skipped() method to test if file was skipped
	- updated the documentation
	- examples/scan.pl: new features were added

0.05  Thu Feb 21 12:04:17 WET 2002
	- added new signatures and updated others
	- changed the file types and the signatures of text files
	- scan_text function has changed
	- updated the documentation

0.04  Sat Feb 16 17:25:32 WET 2002
	- added docs directory for specific documentation and file 
	  write_sign_bin.txt
	- added new signatures
	- examples/scan.pl: add --version and --follow options

0.03  Fri Feb 15 13:28:34 WET 2002
	- improved the speed of scan_text function in 24%
	- examples/scan.pl: fixed the problem with symbolic links in
	  dir_handle function
	- examples/scan.pl: changed the report section to use Benchmark 
	  module

0.02  Thu Feb 14 13:24:19 2002
	- fixed a 'bug' in scan_text function

0.01  Mon Feb 11 15:32:08 2002
	- original version; created by h2xs 1.20 with options
		-A -X -n File::Scan