mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9676
This commit is contained in:
parent
c77118f4fa
commit
8ac17c7791
|
@ -58,6 +58,18 @@ $features_52 = "
|
|||
";
|
||||
|
||||
$changes_53 = "
|
||||
<li>Changes since 5.3.26
|
||||
<ul>
|
||||
<li>Account Manager fixes.
|
||||
<li>Localization Updates.
|
||||
<li>BOINC Manager will no longer enable the show graphics button when
|
||||
the core client has detected it is running as a service and isn't
|
||||
running as the SYSTEM account.
|
||||
<li>Preform a scheduler RPC for every project attached via an
|
||||
account manager when the client successfully syncs with the
|
||||
account manager.
|
||||
<li>Fix the crash that would happen on Win9x when shutting down.
|
||||
</ul>
|
||||
<li>Changes since 5.3.24
|
||||
<ul>
|
||||
<li>Account Manager fixes.
|
||||
|
@ -186,11 +198,11 @@ $mac_changes_53= "
|
|||
</ul>
|
||||
";
|
||||
|
||||
$w5326= array(
|
||||
"num"=>"5.3.26",
|
||||
$w5327= array(
|
||||
"num"=>"5.3.27",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_5.3.26_windows_intelx86.exe",
|
||||
"date"=>"14 Mar 2006",
|
||||
"file"=>"boinc_5.3.27_windows_intelx86.exe",
|
||||
"date"=>"17 Mar 2006",
|
||||
"type"=>"win_new",
|
||||
"features"=>"<ul>
|
||||
".$features_53."
|
||||
|
@ -434,11 +446,11 @@ $m443s = array(
|
|||
"
|
||||
);
|
||||
|
||||
$l5326 = array(
|
||||
"num"=>"5.3.26",
|
||||
$l5327 = array(
|
||||
"num"=>"5.3.27",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_5.3.26_i686-pc-linux-gnu.sh",
|
||||
"date"=>"14 Mar 2006",
|
||||
"file"=>"boinc_5.3.27_i686-pc-linux-gnu.sh",
|
||||
"date"=>"17 Mar 2006",
|
||||
"type"=>"sea",
|
||||
"features"=>"<ul>
|
||||
".$features_53."
|
||||
|
@ -506,7 +518,7 @@ $windows = array(
|
|||
"name"=>"Windows",
|
||||
"dbname" => "windows_intelx86",
|
||||
"versions"=>array(
|
||||
$w5326,
|
||||
$w5327,
|
||||
$w5213,
|
||||
$w445,
|
||||
)
|
||||
|
@ -530,7 +542,7 @@ $linux = array(
|
|||
"dbname" => "i686-pc-linux-gnu",
|
||||
"url"=>"linux.php",
|
||||
"versions"=>array(
|
||||
$l5326,
|
||||
$l5327,
|
||||
$l5213,
|
||||
$l443,
|
||||
)
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue