diff --git a/doc/versions.inc b/doc/versions.inc index dcb0798c21..af60a50930 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -35,7 +35,13 @@ function type_text($type) { } } -$features_5 = " +$features_53 = " +
  • Customized clients can now be created. +
  • Account manager support has been enhanced. +
  • Farm manager support has been added. +"; + +$features_52 = "
  • You attach to projects using your own email address and password. Long, random 'account keys' are no longer used.
  • BOINC checks for proxy configuration problems @@ -51,28 +57,15 @@ $features_5 = "
  • BOINC supports 'Account Management Systems' (to be announced). "; -$dev_changes= " -
  • Changes since 5.2.14 +$changes_53 = " +
  • Changes since 5.3.15 -
  • Changes since 5.2.13 - "; -$changes_5 = " +$changes_52 = "
  • Changes since 5.2.12 "; -$w5315= array( - "num"=>"5.3.15", +$dev_changes_52= " +
  • Changes since 5.2.14 + +
  • Changes since 5.2.13 + +"; + +$w5316= array( + "num"=>"5.3.16", "status"=>"Development version", - "file"=>"boinc_5.3.15_windows_intelx86.exe", - "date"=>"27 Jan 2006", + "file"=>"boinc_5.3.16_windows_intelx86.exe", + "date"=>"30 Jan 2006", "type"=>"win_new", - "features"=>" - ", "bugs"=>" @@ -375,15 +389,15 @@ $m443s = array( " ); -$l5215 = array( - "num"=>"5.2.15", +$l5316 = array( + "num"=>"5.3.16", "status"=>"Development version", - "file"=>"boinc_5.2.15_i686-pc-linux-gnu.sh", - "date"=>"28 Dec 2005", + "file"=>"boinc_5.3.16_i686-pc-linux-gnu.sh", + "date"=>"30 Jan 2006", "type"=>"sea", "features"=>" " ); @@ -395,8 +409,8 @@ $l5213 = array( "date"=>"29 Nov 2005", "type"=>"sea", "features"=>" " ); @@ -447,7 +461,7 @@ $windows = array( "name"=>"Windows", "dbname" => "windows_intelx86", "versions"=>array( - $w5315, + $w5316, $w5213, $w445, ) @@ -471,7 +485,7 @@ $linux = array( "dbname" => "i686-pc-linux-gnu", "url"=>"linux.php", "versions"=>array( - $l5215, + $l5316, $l5213, $l443, ) diff --git a/win_build/installerv2/BOINC.ism b/win_build/installerv2/BOINC.ism index fb829a9ff8..6b1f6851cb 100644 Binary files a/win_build/installerv2/BOINC.ism and b/win_build/installerv2/BOINC.ism differ diff --git a/win_build/installerv2/CPDNBBC.ism b/win_build/installerv2/CPDNBBC.ism index a2d9b761a2..15a412b5da 100644 Binary files a/win_build/installerv2/CPDNBBC.ism and b/win_build/installerv2/CPDNBBC.ism differ diff --git a/win_build/installerv2/GridRepublic.ism b/win_build/installerv2/GridRepublic.ism index cab51c4949..319d9fc1b3 100644 Binary files a/win_build/installerv2/GridRepublic.ism and b/win_build/installerv2/GridRepublic.ism differ