diff --git a/doc/versions.inc b/doc/versions.inc
index 2324c340c7..d09f8095ea 100644
--- a/doc/versions.inc
+++ b/doc/versions.inc
@@ -52,6 +52,11 @@ $features_5 = "
";
$changes_5 = "
+
Changes since 5.2.8
+
+ - Win: Fixes the 'connection failed' message when another program
+ is using the BOINC communication port.
+
Changes since 5.2.7
- Localization updates.
@@ -68,11 +73,11 @@ $changes_5 = "
";
-$w528= array(
- "num"=>"5.2.8",
+$w529= array(
+ "num"=>"5.2.9",
"status"=>"Recommended version",
- "file"=>"boinc_5.2.8_windows_intelx86.exe",
- "date"=>"22 Nov 2005",
+ "file"=>"boinc_5.2.9_windows_intelx86.exe",
+ "date"=>"25 Nov 2005",
"type"=>"win_new",
"features"=>"
- Dial-up features now work with all installation types.
@@ -305,7 +310,7 @@ $windows = array(
"name"=>"Windows",
"dbname" => "windows_intelx86",
"versions"=>array(
- $w528,
+ $w529,
$w445,
)
);