This plugin contains support for restarting azureus when upgrading.';
$versions = array(
new PluginVersionInfo( "5.7.1.0", "1.9.2", "plugins/azupdater_1.9.2.zip", "plugins/azupdater_1.9.2.zip",
"1.9.2: Handle operations will file names that include commas correctly" ),
new PluginVersionInfo( "5.2.0.0", "1.9.1", "plugins/azupdater_1.9.1.zip", "plugins/azupdater_1.9.1.zip",
"1.9.1: Java 1.7 B21+ broke Runtime.exec(String) and stopped restarts from working.
".
"1.9.0: Added instance port as a restart property" ),
new PluginVersionInfo( "4.7.0.2", "1.8.17", "plugins/azupdater_1.8.17.zip", "plugins/azupdater_1.8.17.zip",
"1.8.17: Handle renamed Java vendor id." ),
new PluginVersionInfo( "4.4.0.1", "1.8.16", "plugins/azupdater_1.8.16.zip", "plugins/azupdater_1.8.16.zip",
"1.8.16: Support utf-8 action file." ),
new PluginVersionInfo( "4.3.0.8", "1.8.15", "plugins/azupdater_1.8.15.zip", "plugins/azupdater_1.8.15.zip",
"1.8.15: Write a failure file on update fail.
".
"1.8.14: New option to apply updates without a restart." ),
new PluginVersionInfo( "4.2.0.8", "1.8.10", "plugins/azupdater_1.8.10.zip", "plugins/azupdater_1.8.10.zip",
"1.8.10: Fix for UI hang on adding torrent with Tor announce URL.
".
"1.8.9: Fix Snow Leopard open-torrent issues." ),
new PluginVersionInfo( "4.2.0.6", "1.8.11", "plugins/azupdater_1.8.11.zip", "plugins/azupdater_1.8.11.zip",
"1.8.11: backport of 1.8.10 fix for 4.2.0.6." ),
new PluginVersionInfo( "4.2.0.4", "1.8.12", "plugins/azupdater_1.8.12.zip", "plugins/azupdater_1.8.12.zip",
"1.8.12: backport of 1.8.10 fix for 4.2.0.4." ),
new PluginVersionInfo( "3.0.5.0", "1.8.8", "plugins/azupdater_1.8.8.zip", "plugins/azupdater_1.8.8.zip",
"1.8.8: Fix build error in 1.8.7.
".
"1.8.7: Grab listen port for more of restart activity to reduce chance of a manual restart interfering with the process." ),
new PluginVersionInfo( "3.0.2.0", "1.8.5", "plugins/azupdater_1.8.5.zip", "plugins/azupdater_1.8.5.zip",
"1.8.5: Linux restarter changed to launch using original script.
".
"1.8.4: File move operation now creates parent directory if required.
" ),
new PluginVersionInfo( "2.5.0.4", "1.8.3", "plugins/azupdater_1.8.3.zip", "plugins/azupdater_1.8.3.zip",
"1.8.3: Patch for SF mirror parsing problem on auto-update.
".
"1.8.2: OSX restart fixes.
".
"1.8.1: OSX native restart changes.
".
"1.8: Support for exe4j launcher based restart.
".
"1.7.1: More generic restart support.
".
"1.7: Patch to 2302 to fix dht version propagation problem.
".
"1.7: Support for moving to recycle bin.
" )
);
$cvs_version =
new PluginVersionInfo( "5.7.0.1", "1.9.2_CVS", "plugins/azupdater_1.9.2.zip", "plugins/azupdater_1.9.2.zip",
"" );
if ( getRealIpAddr() == "64.79.127.118" ){
}
fillDetailVarsFromArray($versions, $cvs_version);
?>