From 0fb2c491832b73b602e89aa8e4460cbfd06660e7 Mon Sep 17 00:00:00 2001 From: Walt Gribben Date: Tue, 1 Aug 2006 22:08:09 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10810 --- doc/versions.inc | 167 ++++------------------------------------------- 1 file changed, 12 insertions(+), 155 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index 96b5cf5aad..a18b88c65f 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -340,126 +340,13 @@ $mac_changes_54= " "; -$linux_libs_fedora_559= " -
  • Boincmgr no longer use statically linked libraries. - The following shared libraries are needed for boincmgr to run: +$linux_libs_559= " +
  • Boincmgr requires GTK++2.0 or higher, which is included in most + Linux distributions. Its been tested on: -"; - -$linux_libs_suse_559= " -
  • Boincmgr no longer use statically linked libraries. - The following shared libraries are needed for boincmgr to run: - -"; - -$linux_libs_ubuntu_559= " -
  • Boincmgr no longer use statically linked libraries. - The following shared libraries are needed for boincmgr to run: - "; @@ -762,43 +649,15 @@ $m443c = array( " ); -$l559f = array( +$l559 = array( "num"=>"5.5.9", - "status"=>"Development version (standard GUI - Fedora Core 5)", - "file"=>"boinc_5.5.9_i686-fedora.sh", - "date"=>"26 JULY 2006", + "status"=>"Development version (standard GUI)", + "file"=>"boinc_5.5.9_i686-pc-linux-gnu.sh", + "date"=>"1 AUGUST 2006", "type"=>"sea", "features"=>" - " -); - -$l559s = array( - "num"=>"5.5.9", - "status"=>"Development version (standard GUI - SUSE 10.1)", - "file"=>"boinc_5.5.9_i686-suse.sh", - "date"=>"26 JULY 2006", - "type"=>"sea", - "features"=>" - " -); - -$l559u = array( - "num"=>"5.5.9", - "status"=>"Development version (standard GUI - Ubuntu 6.06)", - "file"=>"boinc_5.5.9_i686-ubuntu.sh", - "date"=>"26 JULY 2006", - "type"=>"sea", - "features"=>" " @@ -901,9 +760,7 @@ $linux = array( "dbname" => "i686-pc-linux-gnu", "url"=>"linux.php", "versions"=>array( - $l559f, - $l559s, - $l559u, + $l559, $l549, $l5213, $l443,