Release, but don't announce 9.3 beta 1
authorDave Page <dpage@pgadmin.org>
Fri, 10 May 2013 08:27:00 +0000 (09:27 +0100)
committerDave Page <dpage@pgadmin.org>
Fri, 10 May 2013 08:27:00 +0000 (09:27 +0100)
templates/pages/developer/beta.html
templates/pages/docs.html

index 8186fd7b25fcb2a8b71ab74063fc78c64e802092..abdca6b6c7f3bc1b866a8f9d331390e152afb071 100644 (file)
@@ -4,7 +4,36 @@
 <h1>Beta Information</h1>
 
 <p>
-PostgreSQL 9.2 was <a href="/about/news/1415/">released</a> on Sep 10th, 2012.
-The development tree for 9.3 is open.
+PostgreSQL beta 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>
+Beta versions should not be used 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. Also features may be changed incompatibly or removed at any time during the development of the betas.
+</p>
+<p>The development cycle of a PostgreSQL major release alternates between periods of development and periods of integration work, called <a href="http://commitfest.postgresql.org">commit fests</a>, normally one month each. 
+As we approach release, we will release a series of betas, as needed.
+</p>
+
+<p>
+The current beta is 9.3 Beta 1.
+</p>
+
+<p>
+Betas are meant for everyone who uses PostgreSQL to test before we release the final version. There may still be serious bugs, so these versions are not meant for production use.</p>
+
+<p>
+<ul>
+<!--
+<li><a href="/about/news/XXXX/" title="Release Announcement">Release Announcement</a></li>
+-->
+<li><a href="/ftp/source/v9.3beta1">Download 9.3 Beta 1 source code</a></li>
+<li><a href="http://www.enterprisedb.com/products-services-training/pgdevdownload">Download 9.3 Beta 1 installers</a> (offsite link)</li>
+<li><a href="/docs/9.3/static/release-9-3.html">9.3 Beta Release Notes</a></li>
+</ul>
+</p>
+
+<p>
+We depend on our large community of users to test the features in beta releases and report issues. If you are able to contribute to PostgreSQL by doing beta testing, please see our <a href="http://wiki.postgresql.org/wiki/HowToBetaTest">Alpha/Beta Testing Page</a>.
 </p>
 {%endblock%}
index 10217adaf8527604dc1fae8ab8f3bb73cd930227..52a3629465be019c01692097d939452de39f2ad1 100644 (file)
@@ -21,6 +21,7 @@ written about PostgreSQL (some of which are available in their entirety online).
   <dl>
     <dt>Online Manuals</dt>
     <dd>
+        <p><b>9.3 beta</b> (<a href="/docs/9.3/static/index.html">without</a> comments)</p>
         <p><b>9.2</b> (<a href="/docs/9.2/interactive/index.html">with</a>/<a href="/docs/9.2/static/index.html">without</a> comments)</p>
         <p><b>9.1</b> (<a href="/docs/9.1/interactive/index.html">with</a>/<a href="/docs/9.1/static/index.html">without</a> comments)</p>
         <p><b>9.0</b> (<a href="/docs/9.0/interactive/index.html">with</a>/<a href="/docs/9.0/static/index.html">without</a> comments)</p>