PostgreSQL 11 Beta 1 release.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 23 May 2018 15:56:34 +0000 (11:56 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 24 May 2018 13:06:32 +0000 (09:06 -0400)
templates/base/base.html
templates/index.html
templates/pages/developer/beta.html

index 9baeb5808684062f6ddd1c5e09e723f69208d4be..3595655c7b7c7a95e10706ea93936bf456f1488b 100644 (file)
@@ -59,7 +59,7 @@
       </div>
       <div class="row justify-content-center pg-shout-box">
         <div class="col text-white text-center">
-          10th May 2018: <a href="/about/news/1851/">PostgreSQL 10.4 Released</a>!
+          24th May 2018: <a href="/about/news/1855/">PostgreSQL 11 Beta 1 Released</a>!
         </div>
       </div>
     </div>
index c1547f552e43828fa1ba706d63efffdfb48dfff6..d29c92d5bfa061bd9245ba8d4958b4ce674f7078 100644 (file)
@@ -46,8 +46,8 @@
       <h2>Latest Releases</h2>
       <div class="text">
         <p>
-          <strong>2018-05-10 - PostgreSQL 10.4 Released!</strong>
-          The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 10.4, 9.6.9, 9.5.13, 9.4.18, and 9.3.23.
+          <strong>2018-05-24 - PostgreSQL 11 Beta 1 Released!</strong>
+          The PostgreSQL Global Development Group announces that the <a href="/about/news/1855/">first beta release of PostgreSQL 11</a> is now available for <a href="/download/">download</a>. This release contains <a href="/docs/11/static/release-11.html">previews of all features</a> that will be available in the final release of PostgreSQL 11, though <a href="/developer/beta/">some details of the release could change</a> before then.
         </p>
         <ul>
           {% for v in versions %}
       <h2 class="centered-lines">Latest News</h2>
       <!-- Featured Post -->
         <header>
-          <h3><a href="#">PostgreSQL 10.4 Released!</a></h3>
+          <h3><a href="#">PostgreSQL 11 Beta 1 Released!</a></h3>
           <ul class="meta">
-            <li><i class="far fa-clock"></i>&nbsp;2018-05-10</li>
+            <li><i class="far fa-clock"></i>&nbsp;2018-05-24</li>
             <!--<li><i class="far fa-comments"></i> 0</li>-->
           </ul>
         </header>
         <p>
-          The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 10.4, 9.6.9, 9.5.13, 9.4.18, and 9.3.23.
-        </p>
-        <p>
-          This release fixes one security issue as well as several bugs reported over the last three months.  Users should plan to update at the next convenient downtime. Please see the "Updating" section for post-installation steps for the security fix and the "incorrect volatility and parallel-safety markings" fix.
+          The PostgreSQL Global Development Group announces that the first beta release of PostgreSQL 11 is now available for download. This release contains previews of all features that will be available in the final release of PostgreSQL 11, though some details of the release could change before then.
         </p>
         <ul class="bold">
-          <li><a href="/about/news/1851/">Release Announcement</a></li>
-          <li><a href="https://www.postgresql.org/docs/current/static/release-10-4.html">Release Notes</a></li>
-          <li><a href="https://www.postgresql.org/download/">Download</a></li>
+          <li><a href="/about/news/1855/">Release Announcement</a></li>
+          <li><a href="/docs/11/static/release-11.html">Release Notes</a></li>
+          <li><a href="/download/">Download</a></li>
         </ul>
         <a href="/about/newsarchive/" title="Archives"><button type="button" class="btn btn-primary">Browse Archives</button></a>
     </div>
index 7ebcade532e8365a8485802cd710fec2fefa9ca3..218557a051c033698f95b61901590d2456748606 100644 (file)
     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>PostgreSQL 10 has been released. The first beta of version 11 is not yet available for testing. Beta testing of
-    version 11 is likely to begin in mid 2018.</p>
+<!-- <p>PostgreSQL 10 has been released. The first beta of version 11 is not yet available for testing. Beta testing of
+    version 11 is likely to begin in mid 2018.</p> -->
 
-<!--
-<p>The current test release is <strong>PostgreSQL 10 RC 1</strong>.  For more information on the current test release and how
+
+<p>The current beta release is <strong>PostgreSQL 11 Beta 1</strong>.  For more information on the current beta release and how
     to test, please view the links below.</p>
 
 <ul>
   <li>
-    <a href="/about/news/1776/">Release Announcement</a>
+    <a href="/about/news/1855/">PostgreSQL 11 Beta 1 Release Announcement</a>
   </li>
   <li>
-    <a href="/ftp/source/v10rc1">Download 10 RC 1 source code</a>
+    <a href="/ftp/source/v11beta1/">Download 11 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>
+    <a href="https://wiki.postgresql.org/wiki/HowToBetaTest" target="_blank">A Guide to PostgreSQL Beta Testing</a>
   </li>
 </ul>
--->
 {%endblock%}