';
$mail="parg@users.sourceforge.net";
$versions = array(
new PluginVersionInfo(
"5.7.1.0", "3.1.4", "plugins/azcvsupdater_3.1.4.jar", "plugins/azcvsupdater_3.1.4.jar",
"3.1.4: Fix to handle upcoming OSX application layout changes." ),
new PluginVersionInfo(
"4.9.0.0", "3.1.3", "plugins/azcvsupdater_3.1.3.jar", "plugins/azcvsupdater_3.1.3.jar",
"3.1.3: Language update.
".
"3.1.2: Fix install directory for OSX Java 7." ),
new PluginVersionInfo(
"4.8.1.2", "3.1.1", "plugins/azcvsupdater_3.1.1.jar", "plugins/azcvsupdater_3.1.1.jar",
"3.1.1: Restore Java 1.5 support.
".
"3.1: Switch to JSON based update check; ensuure default backup dir is usable.
".
"2.8.3: Removed backup functionality.
".
"2.8.2: Prepare for withdrawal of support for Java 1.4.
".
"2.8.1: Remove explicit timeout on download as this is borking some updates.
".
"2.8: Fix issue with OSX updates to Vuze.app.
".
"2.7.2: Fixed bug which prevented JAR updates from being applied.
".
"2.7.1: Some minor GUI fixes.
".
"2.7: Fixed some backup file related bugs.
".
"2.6.2: Fix to work with Azureus3 beta jars.
".
"2.6.1: Fix small auto-start-up bug.
".
"2.6.0: Removed changelog+mail archive due to SF bandwidth problems.
".
"2.5.4: Remove Java 5.0 dependency.
".
"2.5.3: Fix for GUI hang caused by SF being down.
".
"2.5.2: Fix for SF web page format change; various other fixes and changes.
".
"2.4.0: Loads of changes, please refer to the Changelog.txt.
".
"2.1: See Changelog.
".
"2.0: Settings moved out of plugin.properties - you *MUST* delete this. See REAME.txt for more.
".
"1.1 : Made configuration file (azcvsupdate.properties) which now contains many configuration options - edit as required.
".
"1.0: Initial released version for 2.1.0.0" )
);
$cvs_version =
new PluginVersionInfo(
"5.7.0.1", "3.1.4_CVS", "plugins/azcvsupdater_3.1.4.jar", "plugins/azcvsupdater_3.1.4.jar",
"" );
fillDetailVarsFromArray($versions, $cvs_version);
?>