From a0b4a5e2c60a7660164639c6526821195e865b8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Devrim=20G=C3=9CND=C3=9CZ?= Date: Mon, 26 Sep 2011 11:18:51 +0000 Subject: [PATCH] Release new minor versions. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2896 8f5c7a92-453e-0410-a47f-ad33c8a6b003 --- portal/system/global/settings.php | 30 +++++++++++++++--------------- portal/template/index.html | 6 +++--- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/portal/system/global/settings.php b/portal/system/global/settings.php index 83ea6001..d0d1eb9d 100644 --- a/portal/system/global/settings.php +++ b/portal/system/global/settings.php @@ -35,33 +35,33 @@ define ('DEBUG', false); // Version information $_SETTINGS['versions'] = array( '9.1' => array ( - 'version' => '9.1.0', - 'reldate' => '2011-09-12', - 'relnotes' => 'release-9-1.html', + 'version' => '9.1.1', + 'reldate' => '2011-09-26', + 'relnotes' => 'release-9-1-1.html', 'frontpage' => 1, ), '9.0' => array ( - 'version' => '9.0.4', - 'reldate' => '2011-04-18', - 'relnotes' => 'release-9-0-4.html', + 'version' => '9.0.5', + 'reldate' => '2011-09-26', + 'relnotes' => 'release-9-0-5.html', 'frontpage' => 1, ), '8.4' => array ( - 'version' => '8.4.8', - 'reldate' => '2011-04-18', - 'relnotes' => 'release-8-4-8.html', + 'version' => '8.4.9', + 'reldate' => '2011-09-26', + 'relnotes' => 'release-8-4-9.html', 'frontpage' => 1, ), '8.3' => array ( - 'version' => '8.3.15', - 'reldate' => '2011-04-18', - 'relnotes' => 'release-8-3-15.html', + 'version' => '8.3.16', + 'reldate' => '2011-09-26', + 'relnotes' => 'release-8-3-16.html', 'frontpage' => 1, ), '8.2' => array ( - 'version' => '8.2.21', - 'reldate' => '2011-04-18', - 'relnotes' => 'release-8-2-21.html', + 'version' => '8.2.22', + 'reldate' => '2011-09-26', + 'relnotes' => 'release-8-2-22.html', 'frontpage' => 1, ), '8.1' => array ( diff --git a/portal/template/index.html b/portal/template/index.html index 0dcce294..1952fe89 100644 --- a/portal/template/index.html +++ b/portal/template/index.html @@ -6,15 +6,15 @@ func_lang("The world's most advanced open source database")

- func_lang("PostgreSQL 9.1 now available!") + func_lang("PostgreSQL minor version bug-fixes released!")

- func_lang("The PostgreSQL Global Development Group announces the release of PostgreSQL 9.1. This latest version of the leading open source database offers innovative technology, unmatched extensibility, and new features such as synchronous replication, K-Nearest Neighbor indexing, and foreign data wrappers.") + func_lang("The PostgreSQL Global Development Group announces updates for all active branches of the PostgreSQL object-relational database system, including versions 9.1.1, 9.0.5, 8.4.9, 8.3.16 and 8.2.22. This release fixes a long list of bugs, including several potential crash and data-corruption issues.")

-- 2.39.5