mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=8915
This commit is contained in:
parent
66209eca82
commit
8b9023b6d2
|
@ -52,21 +52,27 @@ $features_5 = "
|
||||||
";
|
";
|
||||||
|
|
||||||
$changes_5 = "
|
$changes_5 = "
|
||||||
|
<li>Changes since 5.2.7
|
||||||
|
<ul>
|
||||||
|
<li>Localization updates.
|
||||||
|
<li>Resolve many connection issues regarding passwords.
|
||||||
|
<li>Mac: Fix a screensaver stutter while scrolling text.
|
||||||
|
</ul>
|
||||||
<li>Changes since 5.2.6
|
<li>Changes since 5.2.6
|
||||||
<ul>
|
<ul>
|
||||||
<li>Localization updates.
|
<li>Localization updates.
|
||||||
<li>Usability enhancements.
|
<li>Usability enhancements.
|
||||||
<li>Fix a crash condition when connecting to a remote machine.
|
<li>Fix a crash condition when connecting to a remote machine.
|
||||||
<li>Fix for file handle usage on Linux which caused BOINC to run out of
|
<li>Fix for file handle usage on Linux/Mac which caused BOINC to run out of
|
||||||
file handles.
|
file handles.
|
||||||
</ul>
|
</ul>
|
||||||
";
|
";
|
||||||
|
|
||||||
$w527= array(
|
$w528= array(
|
||||||
"num"=>"5.2.7",
|
"num"=>"5.2.8",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
"file"=>"boinc_5.2.7_windows_intelx86.exe",
|
"file"=>"boinc_5.2.8_windows_intelx86.exe",
|
||||||
"date"=>"8 Nov 2005",
|
"date"=>"22 Nov 2005",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
"features"=>"<ul>
|
"features"=>"<ul>
|
||||||
<li> Dial-up features now work with all installation types.
|
<li> Dial-up features now work with all installation types.
|
||||||
|
@ -240,11 +246,11 @@ $m443s = array(
|
||||||
"
|
"
|
||||||
);
|
);
|
||||||
|
|
||||||
$l527 = array(
|
$l528 = array(
|
||||||
"num"=>"5.2.7",
|
"num"=>"5.2.8",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
"file"=>"boinc_5.2.7_i686-pc-linux-gnu.sh",
|
"file"=>"boinc_5.2.8_i686-pc-linux-gnu.sh",
|
||||||
"date"=>"8 Nov 2005",
|
"date"=>"22 Nov 2005",
|
||||||
"type"=>"sea",
|
"type"=>"sea",
|
||||||
"features"=>"<ul>
|
"features"=>"<ul>
|
||||||
".$features_5."
|
".$features_5."
|
||||||
|
@ -299,7 +305,7 @@ $windows = array(
|
||||||
"name"=>"Windows",
|
"name"=>"Windows",
|
||||||
"dbname" => "windows_intelx86",
|
"dbname" => "windows_intelx86",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$w527,
|
$w528,
|
||||||
$w445,
|
$w445,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -320,7 +326,7 @@ $linux = array(
|
||||||
"dbname" => "i686-pc-linux-gnu",
|
"dbname" => "i686-pc-linux-gnu",
|
||||||
"url"=>"linux.php",
|
"url"=>"linux.php",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$l527,
|
$l528,
|
||||||
$l443,
|
$l443,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue