*** empty log message ***

svn path=/trunk/boinc/; revision=9648
This commit is contained in:
Rom Walton 2006-03-14 09:35:04 +00:00
parent 27e5a84bac
commit 271d01da6f
3 changed files with 15 additions and 10 deletions

View File

@ -58,6 +58,11 @@ $features_52 = "
";
$changes_53 = "
<li>Changes since 5.3.24
<ul>
<li>Account Manager fixes.
<li>Localization Updates.
</ul>
<li>Changes since 5.3.23
<ul>
<li>Possible fix to work-fetch policy where the client failed to
@ -182,11 +187,11 @@ $mac_changes_53= "
</ul>
";
$w5324= array(
"num"=>"5.3.24",
$w5326= array(
"num"=>"5.3.26",
"status"=>"Development version",
"file"=>"boinc_5.3.24_windows_intelx86.exe",
"date"=>"6 Mar 2006",
"file"=>"boinc_5.3.26_windows_intelx86.exe",
"date"=>"14 Mar 2006",
"type"=>"win_new",
"features"=>"<ul>
".$features_53."
@ -430,11 +435,11 @@ $m443s = array(
"
);
$l5324 = array(
"num"=>"5.3.24",
$l5326 = array(
"num"=>"5.3.26",
"status"=>"Development version",
"file"=>"boinc_5.3.24_i686-pc-linux-gnu.sh",
"date"=>"6 Mar 2006",
"file"=>"boinc_5.3.26_i686-pc-linux-gnu.sh",
"date"=>"14 Mar 2006",
"type"=>"sea",
"features"=>"<ul>
".$features_53."
@ -502,7 +507,7 @@ $windows = array(
"name"=>"Windows",
"dbname" => "windows_intelx86",
"versions"=>array(
$w5324,
$w5326,
$w5213,
$w445,
)
@ -526,7 +531,7 @@ $linux = array(
"dbname" => "i686-pc-linux-gnu",
"url"=>"linux.php",
"versions"=>array(
$l5324,
$l5326,
$l5213,
$l443,
)

Binary file not shown.