From: Dave Page Date: Mon, 18 Apr 2011 14:38:51 +0000 (+0000) Subject: Update for point releases. X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=cf09b3e5897312acfdf0a020695d39711cc97c6b;p=pgweb-old.git Update for point releases. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2837 8f5c7a92-453e-0410-a47f-ad33c8a6b003 --- diff --git a/portal/system/global/settings.php b/portal/system/global/settings.php index f2669309..a78c1a49 100644 --- a/portal/system/global/settings.php +++ b/portal/system/global/settings.php @@ -35,27 +35,27 @@ define ('DEBUG', false); // Version information $_SETTINGS['versions'] = array( '9.0' => array ( - 'version' => '9.0.3', - 'reldate' => '2011-02-01', - 'relnotes' => 'release-9-0-3.html', + 'version' => '9.0.4', + 'reldate' => '2011-04-18', + 'relnotes' => 'release-9-0-4.html', 'frontpage' => 1, ), '8.4' => array ( - 'version' => '8.4.7', - 'reldate' => '2011-02-01', - 'relnotes' => 'release-8-4-7.html', + 'version' => '8.4.8', + 'reldate' => '2011-04-18', + 'relnotes' => 'release-8-4-8.html', 'frontpage' => 1, ), '8.3' => array ( - 'version' => '8.3.14', - 'reldate' => '2011-02-01', - 'relnotes' => 'release-8-3-14.html', + 'version' => '8.3.15', + 'reldate' => '2011-04-18', + 'relnotes' => 'release-8-3-15.html', 'frontpage' => 1, ), '8.2' => array ( - 'version' => '8.2.20', - 'reldate' => '2011-02-01', - 'relnotes' => 'release-8-2-20.html', + 'version' => '8.2.21', + 'reldate' => '2011-04-18', + 'relnotes' => 'release-8-2-21.html', 'frontpage' => 1, ), '8.1' => array ( diff --git a/portal/template/index.html b/portal/template/index.html index c6596541..15189369 100644 --- a/portal/template/index.html +++ b/portal/template/index.html @@ -10,11 +10,11 @@ func_lang("The world's most advanced open source database")

- func_lang("Update releases 9.0.3, 8.4.7, 8.3.14 and 8.2.20 are now available for download. All users are recommended to upgrade as soon as possible.") + func_lang("Update releases 9.0.4, 8.4.8, 8.3.15 and 8.2.21 are now available for download. All users are recommended to upgrade as soon as possible.")