*** empty log message ***

svn path=/trunk/boinc/; revision=10095
This commit is contained in:
Rom Walton 2006-05-03 20:54:25 +00:00
parent 063fb2b587
commit e3d3df2104
1 changed files with 18 additions and 10 deletions

View File

@ -64,6 +64,14 @@ $features_52 = "
";
$changes_54 = "
<li>Changes since 5.4.7
<ul>
<li>Notify the firewall and security packages of the screensaver's need
to communicate with the client when the manager launches to avoid
screensaver lockups due to the firewall and security packages.
<li>Fix the wizard when running on the Mac so that all the text can
be displayed.
</ul>
<li>Changes since 5.4.6
<ul>
<li>Use the correct localized formatting for dates, time, and numerical
@ -288,11 +296,11 @@ $mac_changes_54= "
</ul>
";
$w547= array(
"num"=>"5.4.7",
$w548= array(
"num"=>"5.4.8",
"status"=>"Development version",
"file"=>"boinc_5.4.7_windows_intelx86.exe",
"date"=>"28 Apr 2006",
"file"=>"boinc_5.4.8_windows_intelx86.exe",
"date"=>"3 May 2006",
"type"=>"win_new",
"features"=>"<ul>
".$features_54."
@ -538,11 +546,11 @@ $m443s = array(
"
);
$l547 = array(
"num"=>"5.4.7",
$l548 = array(
"num"=>"5.4.8",
"status"=>"Development version",
"file"=>"boinc_5.4.7_i686-pc-linux-gnu.sh",
"date"=>"28 Apr 2006",
"file"=>"boinc_5.4.8_i686-pc-linux-gnu.sh",
"date"=>"3 May 2006",
"type"=>"sea",
"features"=>"<ul>
".$features_54."
@ -610,7 +618,7 @@ $windows = array(
"name"=>"Windows",
"dbname" => "windows_intelx86",
"versions"=>array(
$w547,
$w548,
$w5213,
$w445,
)
@ -634,7 +642,7 @@ $linux = array(
"dbname" => "i686-pc-linux-gnu",
"url"=>"linux.php",
"versions"=>array(
$l547,
$l548,
$l5213,
$l443,
)