mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=8311
This commit is contained in:
parent
dac615c8d0
commit
1d667ef873
|
@ -12326,3 +12326,7 @@ Rom 28 Sept 2005
|
||||||
lib/
|
lib/
|
||||||
gui_rpc_client.h
|
gui_rpc_client.h
|
||||||
gui_rpc_client_ops.C
|
gui_rpc_client_ops.C
|
||||||
|
|
||||||
|
Rom 28 Sept 2005 (staging)
|
||||||
|
- Tag for 5.1.5 release, all platforms
|
||||||
|
boinc_core_release_5_1_5
|
||||||
|
|
|
@ -110,11 +110,11 @@ $w445= array(
|
||||||
"
|
"
|
||||||
);
|
);
|
||||||
|
|
||||||
$w514= array(
|
$w515= array(
|
||||||
"num"=>"5.1.4",
|
"num"=>"5.1.5",
|
||||||
"status"=>"Development version",
|
"status"=>"Development version",
|
||||||
"file"=>"boinc_5.1.4_windows_intelx86.exe",
|
"file"=>"boinc_5.1.5_windows_intelx86.exe",
|
||||||
"date"=>"20 September 2005",
|
"date"=>"28 September 2005",
|
||||||
"type"=>win_new(),
|
"type"=>win_new(),
|
||||||
"features"=>"<ul>
|
"features"=>"<ul>
|
||||||
<li>
|
<li>
|
||||||
|
@ -266,11 +266,11 @@ $l443 = array(
|
||||||
"
|
"
|
||||||
);
|
);
|
||||||
|
|
||||||
$l513 = array(
|
$l515 = array(
|
||||||
"num"=>"5.1.4",
|
"num"=>"5.1.5",
|
||||||
"status"=>"Development version",
|
"status"=>"Development version",
|
||||||
"file"=>"boinc_5.1.4_i686-pc-linux-gnu.sh",
|
"file"=>"boinc_5.1.5_i686-pc-linux-gnu.sh",
|
||||||
"date"=>"20 September 2005",
|
"date"=>"28 September 2005",
|
||||||
"type"=>sea()
|
"type"=>sea()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -302,7 +302,7 @@ $windows = array(
|
||||||
"name"=>"Windows",
|
"name"=>"Windows",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$w445,
|
$w445,
|
||||||
$w514,
|
$w515,
|
||||||
$w419
|
$w419
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -321,7 +321,7 @@ $linux = array(
|
||||||
"name"=>"Linux/x86 <a href=linux.php><font size=-2>details</a>",
|
"name"=>"Linux/x86 <a href=linux.php><font size=-2>details</a>",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$l443,
|
$l443,
|
||||||
$l514,
|
$l515,
|
||||||
$l419
|
$l419
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue