mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9553
This commit is contained in:
parent
c9ea119568
commit
b818daaf30
|
@ -131,11 +131,29 @@ $changes_52 = "
|
|||
$mac_changes_53= "
|
||||
<li>Macintosh only:
|
||||
<ul>
|
||||
<li> To support Intel-based Macs, the Mac BOINC Manager package,
|
||||
stand-alone BOINC client and command-line tool boinc_cmd are
|
||||
now universal binaries, which contain executables for both Intel
|
||||
and PowerPC macs in the same files. This is indicated by the
|
||||
new download package names: boinc_5.3.21_macOSX_universal.zip and
|
||||
boinc_5.3.21_universal-apple-darwin.zip.
|
||||
<li> We have added a new platform for science project applications
|
||||
to run on Intel Macs: i686-apple-darwin. The new universal binary
|
||||
Mac clients automatically request applications from the old
|
||||
powerpc-apple-darwin platform when running on a PowerPC Mac, and
|
||||
from the new i686-apple-darwin platform when running on an Intel Mac.
|
||||
<li>As of 24 Feb 2006, only the upper_case alpha test project and the
|
||||
production SETI@home project have applications for this platform.
|
||||
An Intel-Mac build for Einstein@home is under develpment and should
|
||||
be available soon.
|
||||
<li> Upgrade warning: You may lose unreported results if you are upgrading
|
||||
from a version of BOINC earlier than 5.3.21, or if you are transferring
|
||||
BOINC Data from a PowerPC Mac to an Intel Mac, or from an Intel Mac to
|
||||
a PowerPC Mac. To prevent this, open BOINC Manager window, select
|
||||
the Projects tab, select each project and press the Update button.
|
||||
Then select the Tasks tab and make sure there are no tasks "Ready to report."
|
||||
<li> We are now building with newer tools and libraries: XCode 2.2,
|
||||
WxWidgets 2.6.2, libcurl 7.15.1.
|
||||
<li> In anticipation of Intel-based Macs, the Mac BOINC Manager package
|
||||
name now specifies the CPU architecture:
|
||||
boinc_5.3.16_macOSX_powerpc.zip.
|
||||
<li> Only administrators can attach to a new project
|
||||
(for improved security).
|
||||
<li> No longer crashes if there is a space character
|
||||
|
@ -265,13 +283,16 @@ $w419 = array(
|
|||
"
|
||||
);
|
||||
|
||||
$m5316 = array(
|
||||
"num"=>"5.3.16",
|
||||
$m5321 = array(
|
||||
"num"=>"5.3.21",
|
||||
"status"=>"Development version (standard GUI)",
|
||||
"file"=>"boinc_5.3.16_macOSX_powerpc.zip",
|
||||
"date"=>"31 January 2006",
|
||||
"file"=>"boinc_5.3.21_macOSX_universal.zip",
|
||||
"date"=>"24 February 2006",
|
||||
"type"=>"mac_advanced",
|
||||
"features"=>"<ul>
|
||||
".$features_53."
|
||||
".$mac_changes_53."
|
||||
".$changes_53."
|
||||
<li>
|
||||
BOINC now works with OS 10.3.0 or higher.
|
||||
<li>
|
||||
|
@ -280,9 +301,6 @@ $m5316 = array(
|
|||
The installer no longer always sets ownership to user 501. If the installing user
|
||||
has admin privileges, that user becomes the owner; otherwise the first non-root
|
||||
admin user becomes the owner.
|
||||
".$features_53."
|
||||
".$mac_changes_53."
|
||||
".$changes_53."
|
||||
</ul>
|
||||
",
|
||||
"bugs"=>"
|
||||
|
@ -312,6 +330,27 @@ $m5213 = array(
|
|||
"
|
||||
);
|
||||
|
||||
$m5321c = array(
|
||||
"num"=>"5.3.21",
|
||||
"status"=>"Development version (Unix command-line version)",
|
||||
"file"=>"boinc_5.3.21_universal-apple-darwin.zip",
|
||||
"date"=>"24 February 2006",
|
||||
"type"=>"bare_core",
|
||||
"features"=>"<ul>
|
||||
".$features_53."
|
||||
".$mac_changes_53."
|
||||
".$changes_53."
|
||||
<li>
|
||||
BOINC now works with OS 10.3.0 or higher.
|
||||
<li>
|
||||
We are now including a tool with command line interface to control boinc within the
|
||||
default distribution
|
||||
</ul>
|
||||
",
|
||||
"bugs"=>"
|
||||
"
|
||||
);
|
||||
|
||||
$m5213c = array(
|
||||
"num"=>"5.2.13",
|
||||
"status"=>"Unix command-line version",
|
||||
|
@ -451,7 +490,8 @@ $mac = array(
|
|||
"name"=>"Macintosh OS X (10.3 or higher)",
|
||||
"dbname" => "powerpc-apple-darwin",
|
||||
"versions"=>array(
|
||||
$m5316,
|
||||
$m5321,
|
||||
$m5321c,
|
||||
$m5213,
|
||||
$m5213s,
|
||||
$m5213c,
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
\margl1440\margr1440\vieww9000\viewh9000\viewkind0
|
||||
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\qc
|
||||
|
||||
\f0\b\fs28 \cf0 Macintosh GridRepublic Manager Version 5.3.19 Release Notes\
|
||||
\f0\b\fs28 \cf0 Macintosh GridRepublic Manager Version 5.3.21 Release Notes\
|
||||
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
||||
|
||||
\f1\b0\fs24 \cf0 \
|
||||
|
@ -26,7 +26,7 @@ This is a
|
|||
\
|
||||
|
||||
\f0\b Upgrade warning: You may lose unreported results
|
||||
\f1\b0 if you are upgrading from a version of GridRepublic earlier than 5.3.19, or if you are transferring GridRepublic Data from a PowerPC Mac to an Intel Mac, or from an Intel Mac to a PowerPC Mac. To prevent this, open GridRepublic Manager's window, select the
|
||||
\f1\b0 if you are upgrading from a version of GridRepublic earlier than 5.3.21, or if you are transferring GridRepublic Data from a PowerPC Mac to an Intel Mac, or from an Intel Mac to a PowerPC Mac. To prevent this, open GridRepublic Manager's window, select the
|
||||
\f2\i Projects
|
||||
\f1\i0 tab, select each project and press the
|
||||
\f2\i Update
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
\margl1440\margr1440\vieww9000\viewh9000\viewkind0
|
||||
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\qc
|
||||
|
||||
\f0\b\fs28 \cf0 Macintosh BOINCManager Version 5.3.19 Release Notes\
|
||||
\f0\b\fs28 \cf0 Macintosh BOINCManager Version 5.3.21 Release Notes\
|
||||
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
||||
|
||||
\f1\b0\fs24 \cf0 \
|
||||
|
@ -26,7 +26,7 @@ This is a
|
|||
\
|
||||
|
||||
\f0\b Upgrade warning: You may lose unreported results
|
||||
\f1\b0 if you are upgrading from a version of BOINC earlier than 5.3.19, or if you are transferring BOINC Data from a PowerPC Mac to an Intel Mac, or from an Intel Mac to a PowerPC Mac. To prevent this, open BOINC Manager's window, select the
|
||||
\f1\b0 if you are upgrading from a version of BOINC earlier than 5.3.21, or if you are transferring BOINC Data from a PowerPC Mac to an Intel Mac, or from an Intel Mac to a PowerPC Mac. To prevent this, open BOINC Manager's window, select the
|
||||
\f2\i Projects
|
||||
\f1\i0 tab, select each project and press the
|
||||
\f2\i Update
|
||||
|
|
Loading…
Reference in New Issue