diff --git a/doc/versions.inc b/doc/versions.inc
index ba4b32548d..dfbe7d6dd1 100644
--- a/doc/versions.inc
+++ b/doc/versions.inc
@@ -51,16 +51,28 @@ $features_5 = "
BOINC supports 'Account Management Systems' (to be announced).
";
-$w526= array(
- "num"=>"5.2.6",
+$changes_5 = "
+ Changes since 5.2.6
+
+ - Localization updates.
+
- Usability enhancements.
+
- Fix a crash condition when connecting to a remote machine.
+
- Fix for file handle usage on Linux which caused BOINC to run out of
+ file handles.
+
+";
+
+$w527= array(
+ "num"=>"5.2.7",
"status"=>"Recommended version",
- "file"=>"boinc_5.2.6_windows_intelx86.exe",
- "date"=>"31 October 2005",
+ "file"=>"boinc_5.2.7_windows_intelx86.exe",
+ "date"=>"8 Nov 2005",
"type"=>"win_new",
"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."
",
"bugs"=>"
@@ -229,13 +241,14 @@ $m443s = array(
);
$l526 = array(
- "num"=>"5.2.6",
+ "num"=>"5.2.7",
"status"=>"Recommended version",
- "file"=>"boinc_5.2.6_i686-pc-linux-gnu.sh",
- "date"=>"31 October 2005",
+ "file"=>"boinc_5.2.7_i686-pc-linux-gnu.sh",
+ "date"=>"8 Nov 2005",
"type"=>"sea",
"features"=>"
".$features_5."
+".$changes_5."
"
);
@@ -285,7 +298,7 @@ $s443 = array(
$windows = array(
"name"=>"Windows",
"versions"=>array(
- $w526,
+ $w527,
$w445,
)
);
@@ -304,7 +317,7 @@ $linux = array(
"name"=>"Linux/x86",
"url"=>"linux.php",
"versions"=>array(
- $l526,
+ $l527,
$l443,
)
);