diff --git a/doc/versions.inc b/doc/versions.inc
index af509b3e80..3bb2d42388 100644
--- a/doc/versions.inc
+++ b/doc/versions.inc
@@ -58,6 +58,18 @@ $features_52 = "
";
$changes_53 = "
+
Changes since 5.3.26
+
+ - Account Manager fixes.
+
- Localization Updates.
+
- BOINC Manager will no longer enable the show graphics button when
+ the core client has detected it is running as a service and isn't
+ running as the SYSTEM account.
+
- Preform a scheduler RPC for every project attached via an
+ account manager when the client successfully syncs with the
+ account manager.
+
- Fix the crash that would happen on Win9x when shutting down.
+
Changes since 5.3.24
- Account Manager fixes.
@@ -186,11 +198,11 @@ $mac_changes_53= "
";
-$w5326= array(
- "num"=>"5.3.26",
+$w5327= array(
+ "num"=>"5.3.27",
"status"=>"Development version",
- "file"=>"boinc_5.3.26_windows_intelx86.exe",
- "date"=>"14 Mar 2006",
+ "file"=>"boinc_5.3.27_windows_intelx86.exe",
+ "date"=>"17 Mar 2006",
"type"=>"win_new",
"features"=>"
".$features_53."
@@ -434,11 +446,11 @@ $m443s = array(
"
);
-$l5326 = array(
- "num"=>"5.3.26",
+$l5327 = array(
+ "num"=>"5.3.27",
"status"=>"Development version",
- "file"=>"boinc_5.3.26_i686-pc-linux-gnu.sh",
- "date"=>"14 Mar 2006",
+ "file"=>"boinc_5.3.27_i686-pc-linux-gnu.sh",
+ "date"=>"17 Mar 2006",
"type"=>"sea",
"features"=>"
".$features_53."
@@ -506,7 +518,7 @@ $windows = array(
"name"=>"Windows",
"dbname" => "windows_intelx86",
"versions"=>array(
- $w5326,
+ $w5327,
$w5213,
$w445,
)
@@ -530,7 +542,7 @@ $linux = array(
"dbname" => "i686-pc-linux-gnu",
"url"=>"linux.php",
"versions"=>array(
- $l5326,
+ $l5327,
$l5213,
$l443,
)
diff --git a/win_build/installerv2/BOINC.ism b/win_build/installerv2/BOINC.ism
index 7b7c6b97dd..d07f6f4c33 100644
Binary files a/win_build/installerv2/BOINC.ism and b/win_build/installerv2/BOINC.ism differ