This commit is contained in:
Dave Page
2014-12-18 11:30:21 +00:00
parent fcf01552e9
commit d9ac220746
3 changed files with 17 additions and 5 deletions

View File

@ -125,7 +125,7 @@
#pgFrontFeature {
position: relative;
background: #F5F5F5 url(/media/img/feature/feature_gears.png) right bottom no-repeat;
background: #F5F5F5 url(/media/img/feature/feature_elephant.png) right bottom no-repeat;
/* Also see pgFrontFeatureContent for image size */
padding: 15px;
margin-bottom: 1em;

View File

@ -9,16 +9,21 @@
<div id="pgFrontFeature">
<div id="pgFrontFeatureContent">
<h1 id="txtFrontFeatureHeading">
PostgreSQL 2014-11-20 RC Build
PostgreSQL 9.4 Released!
</h1>
<p><b>20<sup>th</sup> November 2014</b></p>
<p><b>18<sup>th</sup> December 2014</b></p>
<p>
The PostgreSQL Global Development Group is pleased to announce the availability of
PostgreSQL 9.4 RC1, the first release candidate build of the upcoming 9.4 version.
PostgreSQL 9.4!
</p>
<p>
This release includes highly performant native JSON support, a new
API for reading and manipulating the PostgreSQL replication stream, numerous performance
improvements, and much more.
</p>
<div id="txtFrontFeatureLink">
<br/>
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news/1555/" title="Release Announcement">Release Announcement</a><br />
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news/1557/" title="Release Announcement">Release Announcement</a><br />
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/download/" title="Download">Download</a><br />
</div>
</div>

View File

@ -9,6 +9,10 @@
<p>However, betas and release candidates are meant for everyone who uses PostgreSQL to test before the full release. The process of testing these betas will help the community to identify and fix bugs prior to release.</p>
<p>PostgreSQL 9.4 was <a href="/about/news/1557/">released</a> on December 18th, 2014. The development tree for 9.5 is open. There are no beta versions currently available.
<!--
<p>The current test release is PostgreSQL 9.4 RC 1. For more information on the current beta and how to test, please view the links below.
<ul>
@ -23,4 +27,7 @@
<a href="https://wiki.postgresql.org/wiki/HowToBetaTest">A Guide on PostgreSQL Beta Testing</a>
</li>
</ul>
-->
{%endblock%}