From aed9e0797954393d5ec3427f10e0885bbeb98d73 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 9 Apr 2009 20:54:55 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=17770 --- doc/versions.inc | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/doc/versions.inc b/doc/versions.inc index 61a955dd08..25f2ee9e25 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -61,6 +61,14 @@ function type_text($type) { } } +$w66dev= array( + "num"=>"6.6.21", + "status"=>"Development version", + "file"=>"boinc_6.6.21_windows_intelx86.exe", + "date"=>"9 Apr 2009", + "type"=>"win_new", +); + $w66= array( "num"=>"6.6.20", "status"=>"Recommended version", @@ -77,6 +85,14 @@ $w64= array( "type"=>"win_new", ); +$w66x64dev= array( + "num"=>"6.6.21", + "status"=>"Development version", + "file"=>"boinc_6.6.21_windows_x86_64.exe", + "date"=>"9 Apr 2009", + "type"=>"win_new", +); + $w66x64= array( "num"=>"6.6.20", "status"=>"Recommended version", @@ -101,6 +117,14 @@ $w5816= array( "type"=>"win_new", ); +$m66dev = array( + "num"=>"6.6.21", + "status"=>"Development version (standard GUI)", + "file"=>"boinc_6.6.21_macOSX_universal.zip", + "date"=>"9 Apr 2009", + "type"=>"mac_advanced", +); + $m66 = array( "num"=>"6.6.20", "status"=>"Recommended version (standard GUI)", @@ -117,6 +141,14 @@ $m6218 = array( "type"=>"mac_advanced", ); +$m66cdev = array( + "num"=>"6.6.21", + "status"=>"Development version (Unix command-line version)", + "file"=>"boinc_6.6.21_universal-apple-darwin.zip", + "date"=>"9 Apr 2009", + "type"=>"bare_core", +); + $m66c = array( "num"=>"6.6.20", "status"=>"Recommended version (Unix command-line version)", @@ -242,6 +274,7 @@ $windows = array( "description"=>"98/ME/2000/XP/Vista ", "dbname" => "windows_intelx86", "versions"=>array( + $w66dev, $w66, $w64, $w5816, @@ -253,6 +286,7 @@ $windowsx64 = array( "description"=>"XP/Vista", "dbname" => "windows_x86_64", "versions"=>array( + $w66x64dev, $w66x64, $w64x64, ) @@ -263,6 +297,8 @@ $mac = array( "description"=>"Version 10.3.9+", "dbname" => "powerpc-apple-darwin", "versions"=>array( + $m66dev, + $m66cdev, $m66, $m66c, $m6218,