diff options
| author | Devrim GÜNDÜZ | 2011-09-26 11:18:51 +0000 |
|---|---|---|
| committer | Devrim GÜNDÜZ | 2011-09-26 11:18:51 +0000 |
| commit | a0b4a5e2c60a7660164639c6526821195e865b8e (patch) | |
| tree | 3b22d7250154fb70a0e16ef8cbf323de3ea96009 | |
| parent | 1f1036264b02f7af2868ec15c0899911c82d29ca (diff) | |
Release new minor versions.
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2896 8f5c7a92-453e-0410-a47f-ad33c8a6b003
| -rw-r--r-- | portal/system/global/settings.php | 30 | ||||
| -rw-r--r-- | 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") <div id="pgFrontFeature"> <div id="pgFrontFeatureContent"> <h1 id="txtFrontFeatureHeading"> - func_lang("PostgreSQL 9.1 now available!") + func_lang("PostgreSQL minor version bug-fixes released!") </h1> <p> - 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.") </p> <div id="txtFrontFeatureLink"> <br/> - <img src="/layout/images/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news.1349" title="Release Announcement">func_lang("Release Announcement")</a><br /> + <img src="/layout/images/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news.1355" title="Release Announcement">func_lang("Release Announcement")</a><br /> <img src="/layout/images/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/download" title="Download">func_lang("Download")</a><br /> </div> </div> |
