mirror of https://github.com/BOINC/boinc.git
Release Mac BOINC 5.10.5
svn path=/trunk/boinc/; revision=12903
This commit is contained in:
parent
17d8136e5c
commit
45d69751f1
|
@ -6096,10 +6096,20 @@ David 11 June 2007
|
|||
py/Boinc/
|
||||
setup_project.py
|
||||
|
||||
Rom 8 June 2007
|
||||
Rom 11 June 2007
|
||||
- Tag for 5.10.5 release, all platforms
|
||||
boinc_core_release_5_10_5
|
||||
|
||||
client/
|
||||
configure.ac
|
||||
version.h
|
||||
|
||||
Charlie 12 June 2007
|
||||
- Mac: Installer writes all_projects_list.xml file to BOINC
|
||||
Data directory unless it already contains one. This
|
||||
avoids overwriting a newer project list with an older one.
|
||||
|
||||
mac_installer/
|
||||
PostInstall.cpp
|
||||
release_boinc.sh
|
||||
release_GridRepublic.sh
|
||||
|
|
|
@ -450,11 +450,11 @@ $w5411= array(
|
|||
"
|
||||
);
|
||||
|
||||
$m5104 = array(
|
||||
"num"=>"5.10.4",
|
||||
$m5105 = array(
|
||||
"num"=>"5.10.5",
|
||||
"status"=>"Development version (standard GUI)",
|
||||
"file"=>"boinc_5.10.4_macOSX_universal.zip",
|
||||
"date"=>"10 June 2007",
|
||||
"file"=>"boinc_5.10.5_macOSX_universal.zip",
|
||||
"date"=>"12 June 2007",
|
||||
"type"=>"mac_advanced",
|
||||
"features"=>"<ul>
|
||||
".$features_510."
|
||||
|
@ -507,11 +507,11 @@ $m549 = array(
|
|||
"
|
||||
);
|
||||
|
||||
$m5104c = array(
|
||||
"num"=>"5.10.4",
|
||||
$m5105c = array(
|
||||
"num"=>"5.10.5",
|
||||
"status"=>"Development version (Unix command-line version)",
|
||||
"file"=>"boinc_5.10.4_universal-apple-darwin.zip",
|
||||
"date"=>"10 June 2007",
|
||||
"file"=>"boinc_5.10.5_universal-apple-darwin.zip",
|
||||
"date"=>"12 June 2007",
|
||||
"type"=>"bare_core",
|
||||
"features"=>"<ul>
|
||||
".$features_510."
|
||||
|
@ -635,8 +635,8 @@ $mac = array(
|
|||
"name"=>"Mac OS X",
|
||||
"dbname" => "powerpc-apple-darwin",
|
||||
"versions"=>array(
|
||||
$m5104,
|
||||
$m5104c,
|
||||
$m5105,
|
||||
$m5105c,
|
||||
$m5817,
|
||||
$m5817c,
|
||||
$m549,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "BOINC";
|
||||
CFBundleShortVersionString = "BOINC version 5.10.4";
|
||||
CFBundleGetInfoString = "BOINC version 5.10.4, Copyright 2006 University of California.";
|
||||
CFBundleShortVersionString = "BOINC version 5.10.5";
|
||||
CFBundleGetInfoString = "BOINC version 5.10.5, Copyright 2006 University of California.";
|
||||
|
|
|
@ -17,6 +17,6 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>BNC!</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>5.10.4</string>
|
||||
<string>5.10.5</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -23,6 +23,6 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>BOINC Installer version 5.10.2</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>5.10.4</string>
|
||||
<string>5.10.5</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>5.10.4</string>
|
||||
<string>5.10.5</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>5.10.4</string>
|
||||
<string>5.10.5</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>BOINC_Saver_ModuleView</string>
|
||||
</dict>
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>5.10.4</string>
|
||||
<string>5.10.5</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>5.10.4</string>
|
||||
<string>5.10.5</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Uninstall BOINC</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
|
Loading…
Reference in New Issue