diff --git a/doc/versions.inc b/doc/versions.inc index 1c83d0f078..04c266605e 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -31,6 +31,12 @@ function type_text($type) { } } +$features_510 = " +
  • Grid based views. +
  • Advanced preferences dialog. +
  • Project list in the attach to project wizard. +"; + $features_57 = "
  • BOINC Simple GUI.
  • Added memory usage limits for BOINC applications. (Check preferences for new settings) @@ -91,6 +97,9 @@ $features_52 = "
  • BOINC supports 'Account Management Systems' (to be announced). "; +$changes_510 = " +"; + $changes_57 = " "; @@ -380,6 +389,20 @@ $linux_libs_gcc41= " "; +$w593= array( + "num"=>"5.9.3", + "status"=>"Development version", + "file"=>"boinc_5.9.3_windows_intelx86.exe", + "date"=>"4 Apr 2007", + "type"=>"win_new", + "features"=>" + ", + "bugs"=>"" +); + $w5816= array( "num"=>"5.8.16", "status"=>"Recommended version", @@ -533,6 +556,7 @@ $windows = array( "name"=>"Windows", "dbname" => "windows_intelx86", "versions"=>array( + $w593, $w5816, $w5411, )