mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-05 18:34:52 +00:00
10 Beta 1
This commit is contained in:
@ -8,24 +8,29 @@
|
||||
<div id="pgFrontMain">
|
||||
<div id="pgFrontFeature">
|
||||
<div id="pgFrontFeatureContent">
|
||||
<p><b>11<sup>th</sup> May 2017</b></p>
|
||||
|
||||
<p><b>18<sup>th</sup> May 2017</b></p>
|
||||
|
||||
<h1 id="txtFrontFeatureHeading">
|
||||
PostgreSQL 9.6.3, 9.5.7, 9.4.12, 9.3.17 and 9.2.21 Released!
|
||||
PostgreSQL 10 Beta 1 Released!
|
||||
</h1>
|
||||
<p>
|
||||
The PostgreSQL Global Development Group is pleased to announce the availability of
|
||||
PostgreSQL 9.6.3, 9.5.7, 9.4.12, 9.3.17 and 9.2.21.
|
||||
PostgreSQL 10 Beta 1.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
These new releases contain bug fixes over previous releases. All users should plan
|
||||
to upgrade their systems as soon as possible.
|
||||
This is the first beta release of the upcoming version 10 of PostgreSQL. Please download and test the
|
||||
beta code with your applications and report any issues you may find.
|
||||
</p>
|
||||
|
||||
<div id="txtFrontFeatureLink">
|
||||
<br/>
|
||||
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news/1746/" title="Release Announcement">Release Announcement</a><br />
|
||||
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/docs/9.6/static/release-9-6-3.html" title="Release Notes">Release Notes</a><br />
|
||||
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news/1749/" title="Release Announcement">Release Announcement</a><br />
|
||||
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/docs/10.0/static/release-10.html" title="Release Notes">Release Notes</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>
|
||||
</div> <!-- pgFrontFeature -->
|
||||
<div id="pgFrontUSSContainer">
|
||||
|
@ -3,29 +3,40 @@
|
||||
{%block contents%}
|
||||
<h1>Beta Information</h1>
|
||||
|
||||
<p>PostgreSQL beta and release candidate releases are pre-release testing versions, not meant for production use. They are feature-frozen, and we release these to the public for testing before our final release.</p>
|
||||
<p>PostgreSQL beta and release candidate releases are pre-release testing versions, not meant for production use. They
|
||||
are feature-frozen, and we release these to the public for testing before our final release.</p>
|
||||
|
||||
<p>The PostgreSQL Global Development Group strongly advises against using beta versions of PostgreSQL in production installations or active development projects. While the PostgreSQL code is continuously subject to a number of automated and manual tests, beta releases might have serious bugs. Features are subject to changes that are backwards incompatible at any time during the development of the betas, and could possibly be removed altogether.</p>
|
||||
<p>The PostgreSQL Global Development Group strongly advises against using beta versions of PostgreSQL in production
|
||||
installations or active development projects. While the PostgreSQL code is continuously subject to a number of
|
||||
automated and manual tests, beta releases might have serious bugs. Features are subject to changes that are
|
||||
backwards incompatible at any time during the development of the betas, and could possibly be removed
|
||||
altogether.</p>
|
||||
|
||||
<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.6.0 has been released. The first beta of version 10 is not yet available for testing. Beta testing of version 10 is likely to begin in mid 2017.</p>
|
||||
<p>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. They are especially
|
||||
useful for developers of platforms, drivers, tools, and utilities which depend upon PostgreSQL in order to prepare
|
||||
for changes in the new version.</p>
|
||||
|
||||
<!--
|
||||
<p>The current test release is PostgreSQL 9.6 Release Candidate 1. For more information on the current beta and how to test, please view the links below.
|
||||
<p>PostgreSQL 9.6.0 has been released. The first beta of version 10 is not yet available for testing. Beta testing of
|
||||
version 10 is likely to begin in mid 2017.</p>
|
||||
-->
|
||||
|
||||
<p>The current test release is <strong>PostgreSQL 10 Beta 1</strong>. For more information on the current beta and how
|
||||
to test, please view the links below.</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/about/news/1693/">Release Announcement</a>
|
||||
<a href="/about/news/1749/">Release Announcement</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/ftp/source/v9.6rc1">Download 9.6 Release Candidate 1 source code</a>
|
||||
<a href="/ftp/source/v10beta1">Download 10 beta 1 source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/docs/devel/static/index.html">Development Version of the Docs</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://wiki.postgresql.org/wiki/HowToBetaTest">A Guide to PostgreSQL Beta Testing</a>
|
||||
</li>
|
||||
</ul>
|
||||
-->
|
||||
|
||||
{%endblock%}
|
||||
|
Reference in New Issue
Block a user