The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension File::Scan.

0.28  Mon May 27 12:11:14 WEST 2002
	- added three new virus signatures (W32/GOP@MM, JS/SQL.Spida.worm.b
	  and W32/Benjamin.worm)

0.27  Mon May 20 12:24:41 WEST 2002
	- added two new virus signatures (VBS/Chick.d@M and W32/Choke.c.worm)
	- changed the VBS/BritneyPic@MM virus name to VBS/Chick.a@M
	  and signature was updated
	- the perl-File-Scan.spec file was updated

0.26  Tue May 14 11:29:26 WEST 2002
	- added four new virus signatures (W32/Trilisa@MM, 
	  IRC/Theme.worm.dr, W32/Haiku@MM and W32/Zhangpo)
	- procmail recipe example for scan incoming mail was added
	- provide perl-File-Scan.spec to build .rpm for RedHat 7.2.
	  Thanks to Michael McLagan <michael.mcLagan@linux.org>

0.25  Sat May  4 19:41:19 WEST 2002
	- added two new virus signatures
	- the README file was updated

0.24  Sat Apr 27 19:13:28 WEST 2002
	- added "latest.pl" script to get the most recent version
	  of File::Scan module from CPAN
	- added three new virus signatures

0.23  Mon Apr 22 12:29:50 WEST 2002
	- the Makefile.PL was changed, the code has been optimized
	- added six new application signatures
	- added new virus signatures and others have been updated.
	  Thanks to Risko Gergely <risko@debian.fsn.hu> and
	  Nels Lindquist <nels@maei.ca>
	- added url to the README file of the SuSE Linux RPM package.
	  Thanks to Pascal Bleser <pascal.bleser@atosorigin.com>

0.22  Mon Apr 15 13:48:36 WEST 2002
	- added two new virus signatures

0.21  Sat Apr 13 18:36:08 WEST 2002
	- added new virus signatures and one have been updated

0.20  Fri Apr  5 12:25:52 WEST 2002
	- added new virus signatures
	- added new word to suspicious file
	- the problems resulting from running with the Perl warning
	  flag "on" (perl -w) was resolved.
	  Thanks to Hilko Bengen <bengen@vdst-ka.inka.de>
	- examples/scan.pl: the version was updated to 0.09
	- examples/scan.pl: added the Perl warning flag (-w) to script to
	  turn warnings 'on'

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