From a7f76b95e941cf9b77df09e0f1e4b96c3f65382d Mon Sep 17 00:00:00 2001 From: Walt Gribben Date: Thu, 13 Jul 2006 22:40:17 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10650 --- doc/versions.inc | 209 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 203 insertions(+), 6 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index 1efe75a415..f60a0126f6 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -336,6 +336,172 @@ $mac_changes_54= " "; +$linux_libs_fedora_558= " +
  • Boinbcmgr no longer use statically linked libraries. + The following shared libraries are needed for boincmgr to run: + +"; + +$linux_libs_suse_558= " +
  • Boinbcmgr no longer use statically linked libraries. + The following shared libraries are needed for boincmgr to run: + +"; + +$linux_libs_ubuntu_558= " +
  • Boinbcmgr no longer use statically linked libraries. + The following shared libraries are needed for boincmgr to run: + +"; + $w556= array( "num"=>"5.5.6", "status"=>"Development version", @@ -607,14 +773,43 @@ $m443c = array( " ); -$l556 = array( - "num"=>"5.5.6", - "status"=>"Development version", - "file"=>"boinc_5.5.6_i686-pc-linux-gnu.sh", - "date"=>"8 JULY 2006", +$l558f = array( + "num"=>"5.5.8", + "status"=>"Development version (standard GUI - Fedora Core 5)", + "file"=>"boinc_5.5.8_i686-fc5.sh", + "date"=>"13 JULY 2006", "type"=>"sea", "features"=>" + " +); + +$l558s = array( + "num"=>"5.5.8", + "status"=>"Development version (standard GUI - SUSE 10.1)", + "file"=>"boinc_5.5.8_i686-suse.sh", + "date"=>"13 JULY 2006", + "type"=>"sea", + "features"=>" + " +); + +$l558u = array( + "num"=>"5.5.8", + "status"=>"Development version (standard GUI - Ubuntu 6.06)", + "file"=>"boinc_5.5.8_i686-ubuntu.sh", + "date"=>"13 JULY 2006", + "type"=>"sea", + "features"=>" " @@ -716,7 +911,9 @@ $linux = array( "dbname" => "i686-pc-linux-gnu", "url"=>"linux.php", "versions"=>array( - $l556, + $l558f, + $l558s, + $l558u, $l549, $l5213, $l443,