+ Version 3.2.2 - 2007 Nov 20

	Maintainance release and URLs updated to reflect site change to
	www.battlefieldlinux.com/wolfpack/.


+ Version 3.2.1 - 2007 Aug 1

	Updated to work with Clam Antivirus 0.91.x.


+ Version 3.1.1 - 2007 Mar 23

        Removed the displaying of the virus database patterns on the
        virus database page. The reason is as follows:

        As of ClamAV 0.90.x the ClamAV virus database patterns are not
        available to third party programs. The following official
        statement was received by tkojm@clamav.net on 2007 Mar 1

        "I do not see a point"

        Which was in response to our request to have publically
        available functions to access ClamAV virus patterns in ClamAV
        0.90.x.


        Added support for Clam Antivirus 0.90.x series per security
        advisory. Support for version 0.88.x is still available,
        add USE_CLAMAV_88 to the cflags line in the Makefile.

        Fixed a column resize bug in the Scan List.

        Updated for Endeavour 2.8.x.


+ Version 1.3.1 - 2007 Jan 29

Updated help files.

Scan items are now checked for errors when you edit them.

Fixed a bug that made the Edit button sensitive when more
than one scan item is selected.

Improved the display of infected files on the Results List.

Added scanner setting arguments to be accepted from the
command line in both --scan and GUI mode.

Added scanner setting arguments --cpu-priority and
--report-all-objects.

Eliminated the reporting of errors while updating the
virus database on the Results List.

Improved the amount of data saved on the scan result logs.

Added a feature to recall the scan report by going
to Results->Report...


+ Version 1.2.1 - 2007 Jan 5

Fixed a bug in the calculation and tabulation of data scanned.

Added support for ZIP and RAR meta data pattern displaying on the
Database page.

Added a Pattern Dialog for viewing pattern signatures in the Database
page.

Fixed a bug in the error handling when a database could not be loaded,
the database is deleted properly now and no longer crashes or leaks
memory.

Improved the database reload handling during scans.

Updated for ClamAV 0.88.7 per security advisory.


+ Version 1.1.2 - 2006 Nov 10

Added support for dropping an object on to AVScan's scan
animation icon for instant scanning.

Added time counter for updating the virus database from
the network.

Updated to ClamAV 0.88.6 per security advisory.


+ Version 0.8.5 - 2006 Jun 19

	-Added

Accepting of multiple paths as arguments from the command line in GUI
mode.

The reporting of "Interrupted" in the Results list when the scanning
process is interrupted.

Updated the help documentation.

	-Fixed

A bug in which --ignore-links was not accepted as an argument in GUI
mode.

A double-free bug in the scan start initializer.

A problem with the scanning process being sent SIGINT and then exiting
immediately within ClamAV calls that left behind lots of tempory files.
The scanning process now sets/increments a stop count variable when
SIGINT is received and waits for the current (if any) ClamAV call to
finish before continuing without scanning and shutting down ClamAV
nicely.


+ Version 0.8.3 - 2006 Mar 14

	-Added

Modified the scan list configuration file, the Recursive and
ExecutablesOnly parameters have been removed and a new parameter Options
has been added to cover the recursive, executables_only, and
ignore_links scan options.

Option --ignore_links to exclude the scanning of links.

The status bar now displays; the progress from 0 to 100% of the objects
being scanned, a status message that specifies the current file/total
files being scalled, and the time elapsed.

	-Fixed

A bug in the file browser tab-completion feature in which an empty
string produced a error has been fixed.


+ Version 0.8.2 - 2006 Jan 29

	-Added

Debian patches have been applied, thanks to Christoph Berg.


+ Version 0.8.1 - 2005 Nov 8

	-Fixed

GTK accelerator key matching bug in which keys like capslock were not
properly excluded.

Objects in directory listings who's stats are unobtainable are now
listed (without stats).


+ Version 0.7.1 - 2005 Oct 7

	-Added

Updated to support ClamAV 0.87.x per security advisory.

Improved the checking of the setup of freshclam before attempting to
update the virus database.


+ Version 0.4.1 - Thu Feb 24 15:54:49 PST 2005

	-Added

Database changes during scanning are now detected, the database will be 
reloaded if it changes during a scan of a directory.

Set ClamAV scan options to the options recommended by ClamAV.


+ Version 0.3.3 - Thu Feb  3 15:25:53 PST 2005

	-Added

Support for ClamAV 0.81.x.


+ Version 0.3.2 - Sat Jan 15 18:26:56 PST 2005

	-Added

Support for Endeavour 2.5.x.

Updated help pages.

	-Fixed

sys/stat.h macros compile time checking.


+ Version 0.3.1 - Fri Dec 10 19:46:03 PST 2004

	-Added

Support for Clam AntiVirus 0.80.

Database page now displays patterns for Extended Boyer-Moore, Extended
Aho-Corasick, and MD5.

	-Fixed

tempnam() calls changed to mkstemp().

