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
- - Use curl error messages for network errors. Maybe more useful information
- will be displayed than what was previously displayed.
-
- Fixed another problem which could prevent BOINC Manager from connecting
- to core client.
-
- Mac only: we are now building with newer tools and libraries: XCode 2.2,
- WxWidgets 2.6.2, libcurl 7.15.1.
-
- Mac only: in anticipation of Intel-based Macs, the Mac BOINC Manager package
- name now specifies the cpu architecture: boinc_5.2.15_macOSX_powerpc.zip.
-
- Changes since 5.2.13
-
- - The manager should now correctly detect if the core client is
- currently running on the machine.
-
- Mac: Only administrators can attach to a new project (for improved security).
-
- Mac: No longer crashes if there is a space character in the path to BOINCManager.
+
- CPU scheduler reverted back to previous scheme.
+
- Item selection on Linix and Mac fixed in list view controls.
";
-$changes_5 = "
+$changes_52 = "
Changes since 5.2.12
- Localization updates.
@@ -118,15 +111,36 @@ $changes_5 = "
";
-$w5315= array(
- "num"=>"5.3.15",
+$dev_changes_52= "
+ Changes since 5.2.14
+
+ - Use curl error messages for network errors. Maybe more useful information
+ will be displayed than what was previously displayed.
+
- Fixed another problem which could prevent BOINC Manager from connecting
+ to core client.
+
- Mac only: we are now building with newer tools and libraries: XCode 2.2,
+ WxWidgets 2.6.2, libcurl 7.15.1.
+
- Mac only: in anticipation of Intel-based Macs, the Mac BOINC Manager package
+ name now specifies the cpu architecture: boinc_5.2.15_macOSX_powerpc.zip.
+
+ Changes since 5.2.13
+
+ - The manager should now correctly detect if the core client is
+ currently running on the machine.
+
- Mac: Only administrators can attach to a new project (for improved security).
+
- Mac: No longer crashes if there is a space character in the path to BOINCManager.
+
+";
+
+$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"=>"
-
- - Improved network detection on Windows.
+ "features"=>"
+".$features_53."
+".$changes_53."
",
"bugs"=>"
@@ -151,8 +165,8 @@ $w5213= array(
"features"=>"
- Dial-up features now work with all installation types.
- The BOINC Manager can now be controlled using only the keyboard.
-".$features_5."
-".$changes_5."
+".$features_52."
+".$changes_52."
",
"bugs"=>"
@@ -255,9 +269,9 @@ $m5215 = 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_5."
-".$dev_changes."
-".$changes_5."
+".$features_52."
+".$dev_changes_52."
+".$changes_52."
",
"bugs"=>"
@@ -279,7 +293,7 @@ $m5214 = 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_5."
+".$features_52."
- Changes since 5.2.13
- The manager should now correctly detect if the core client is
@@ -287,7 +301,7 @@ $m5214 = array(
- Mac: Only administrators can attach to a new project (for improved security).
- Mac: No longer crashes if there is a space character in the path to BOINCManager.
-".$changes_5."
+".$changes_52."
",
"bugs"=>"
@@ -309,8 +323,8 @@ $m5213 = 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_5."
-".$changes_5."
+".$features_52."
+".$changes_52."
",
"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"=>"
-".$features_5."
-".$changes_5."
+".$features_53."
+".$changes_53."
"
);
@@ -395,8 +409,8 @@ $l5213 = array(
"date"=>"29 Nov 2005",
"type"=>"sea",
"features"=>"
-".$features_5."
-".$changes_5."
+".$features_52."
+".$changes_52."
"
);
@@ -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