*** empty log message ***

svn path=/trunk/boinc/; revision=9783
This commit is contained in:
Rom Walton 2006-03-31 07:27:17 +00:00
parent 9d4cbf912e
commit 9123ef7b5f
3 changed files with 19 additions and 17 deletions

View File

@ -58,6 +58,14 @@ $features_52 = "
";
$changes_53 = "
<li>Changes since 5.3.30
<ul>
<li>Localization Updates.
<li>Reworked the service startup code so that DLL initialization happens
after the call to the service control manager.
<li>Reorganized the installer components to shrink the installation
package.
</ul>
<li>Changes since 5.3.29
<ul>
<li>Localization Updates.
@ -227,11 +235,11 @@ $mac_changes_53= "
</ul>
";
$w5330= array(
"num"=>"5.3.30",
$w5331= array(
"num"=>"5.3.31",
"status"=>"Development version",
"file"=>"boinc_5.3.30_windows_intelx86.exe",
"date"=>"29 Mar 2006",
"file"=>"boinc_5.3.31_windows_intelx86.exe",
"date"=>"30 Mar 2006",
"type"=>"win_new",
"features"=>"<ul>
".$features_53."
@ -475,10 +483,10 @@ $m443s = array(
"
);
$l5330 = array(
"num"=>"5.3.30",
$l5331 = array(
"num"=>"5.3.31",
"status"=>"Development version",
"file"=>"boinc_5.3.30_i686-pc-linux-gnu.sh",
"file"=>"boinc_5.3.31_i686-pc-linux-gnu.sh",
"date"=>"29 Mar 2006",
"type"=>"sea",
"features"=>"<ul>
@ -547,7 +555,7 @@ $windows = array(
"name"=>"Windows",
"dbname" => "windows_intelx86",
"versions"=>array(
$w5330,
$w5331,
$w5213,
$w445,
)
@ -571,7 +579,7 @@ $linux = array(
"dbname" => "i686-pc-linux-gnu",
"url"=>"linux.php",
"versions"=>array(
$l5330,
$l5331,
$l5213,
$l443,
)

View File

@ -13,7 +13,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boinc_ss", "boinc_ss.vcproj
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boinc_cmd", "boinccmd.vcproj", "{8F37E1F3-3A68-4A1D-9579-A1210BDD055E}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boinccmd", "boinccmd.vcproj", "{8F37E1F3-3A68-4A1D-9579-A1210BDD055E}"
ProjectSection(ProjectDependencies) = postProject
{E8F6BD7E-461A-4733-B7D8-37B09A099ED8} = {E8F6BD7E-461A-4733-B7D8-37B09A099ED8}
{C04F0FCC-BB5D-4627-8656-6173B28BD69E} = {C04F0FCC-BB5D-4627-8656-6173B28BD69E}
@ -39,10 +39,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "upper_case", "upper_case.vc
{E8F6BD7E-461A-4733-B7D8-37B09A099ED8} = {E8F6BD7E-461A-4733-B7D8-37B09A099ED8}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boinc_gui", "boinc_gui.vcproj", "{78BA7B4E-4E37-4CAB-B954-CD906AC0E011}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
@ -81,8 +77,6 @@ Global
{8281D898-0E64-44EB-8356-4F0336F19A35}.Debug.Build.0 = Debug|Win32
{8281D898-0E64-44EB-8356-4F0336F19A35}.Release.ActiveCfg = Release|Win32
{8281D898-0E64-44EB-8356-4F0336F19A35}.Release.Build.0 = Release|Win32
{78BA7B4E-4E37-4CAB-B954-CD906AC0E011}.Debug.ActiveCfg = Debug|Win32
{78BA7B4E-4E37-4CAB-B954-CD906AC0E011}.Release.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection

View File

@ -2,7 +2,7 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="boinc_cmd"
Name="boinccmd"
ProjectGUID="{8F37E1F3-3A68-4A1D-9579-A1210BDD055E}"
RootNamespace="boinc_guirpctest"
SccProjectName=""