Deletes downloads based on share ratio and can also start a new download each time such a deletion occurs';
$mail="parg@users.sourceforge.net";
$versions = array(
new PluginVersionInfo( "5.7.4.0", "1.5", "plugins/azdowndel_1.5.zip", "plugins/azdowndel_1.5.zip",
"1.5: Fixed versioning issue.
".
"0.3.2: Added option to archive downloads rather than delete them." ),
new PluginVersionInfo( "4.3.0.0", "0.3.1", "plugins/azdowndel_0.3.1.zip", "plugins/azdowndel_0.3.1.zip",
"0.3.1: Try and make it work this time!.
".
"0.3: Added option to delete downloads if no upload to peers occurs after days." ),
new PluginVersionInfo( "4.0.0.4", "0.2", "plugins/azdowndel_0.2.zip", "plugins/azdowndel_0.2.zip",
"0.2: Added category-based delete and start operations; added available file space check before start.
".
"0.1: Initial release." )
);
$cvs_version =
new PluginVersionInfo( "5.7.3.1", "1.5_CVS", "plugins/azdowndel_1.5.zip", "plugins/azdowndel_1.5.zip",
"" );
fillDetailVarsFromArray($versions, $cvs_version);
?>