2022-06-16 out-of-cycle release
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 16 Jun 2022 01:24:30 +0000 (21:24 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 16 Jun 2022 01:24:30 +0000 (21:24 -0400)
templates/index.html
templates/pages/include/topbar.html
templates/pages/support.html

index f5980a17965affe0f3235e6579528b40155d65bf..9a7f613d728ff647308a3b690e1601b0bb048484 100644 (file)
       <div class="text">
         <p>
           <strong>
-            2022-05-19 - <a href="/about/news/postgresql-15-beta-1-released-2453/">PostgreSQL 15 Beta 1 Released</a>!
+            2022-06-16 - <a href="/about/news/postgresql-144-released-2470/">PostgreSQL 14.4 Released!</a>
           </strong>
         </p>
         <p>
-          The PostgreSQL Global Development Group announces that the
-          <a href="/about/news/postgresql-15-beta-1-released-2453/">
-            first beta release of PostgreSQL 15
-          </a>
-          is now <a href="/download/">available for download</a>. This release
-          contains previews of all features that will be available when
-          PostgreSQL 15 is made generally available, though some details of the
-          release can change during the beta period.
+          The PostgreSQL Global Development Group has
+          <a href="/about/news/postgresql-144-released-2470/">released PostgreSQL 14.4</a>
+          to fix an issue that could cause silent data corruption when using the
+          <a href="/docs/current/sql-createindex.html"><code>CREATE INDEX CONCURRENTLY</code></a>
+          or <a href="/docs/current/sql-reindex.html"><code>REINDEX CONCURRENTLY</code></a>
+          commands. Please see the <a href="/about/news/postgresql-144-released-2470/">release announcement</a>
+          for information on how to detect and correct silent data corruption in
+          your indexes.
         </p>
         <p>
-          You can find information about all of the features and changes found
-          in PostgreSQL 15 in the
-          <a href="/docs/15/release-15.html">release notes</a>.
+          This release also fixes over 15 bugs since PostgreSQL 14.3 was
+          released in May. For the full list of changes, please review the
+          <a href="/docs/release/">release notes</a>.
         </p>
         <p>
-          In the spirit of the open source PostgreSQL community, we strongly
-          encourage you to <a href="/developer/beta/">test</a> the new features
-          of PostgreSQL 15 on your systems to help us eliminate bugs or other
-          issues that may exist. While we do not advise you to run PostgreSQL 15
-          Beta 1 in production environments, we encourage you to find ways to
-          run your typical application workloads against this beta release.
+          This release is only for PostgreSQL 14. The PostgreSQL Global
+          Development Group will make a
+          <a href="/developer/roadmap/">scheduled update release</a> on
+          August 11, 2022 for all supported versions of PostgreSQL (10 - 14).
         </p>
         <ul>
           {% for v in versions %}
       <!-- Featured Post -->
         <header>
           <h3>
-            <a href="/about/news/postgresql-15-beta-1-released-2453/">
-              PostgreSQL 15 Beta 1!
+            <a href="/about/news/postgresql-144-released-2470/">
+              PostgreSQL 14.4 Released!
             </a>
           </h3>
           <ul class="meta">
-            <li><i class="far fa-clock"></i>&nbsp;2022-05-19</li>
+            <li><i class="far fa-clock"></i>&nbsp;2022-06-16</li>
             <!--<li><i class="far fa-comments"></i> 0</li>-->
           </ul>
         </header>
         <p>
-          The PostgreSQL Global Development Group announces that the
-          <a href="/about/news/postgresql-15-beta-1-released-2453/">
-            first beta release of PostgreSQL 15
-          </a>
-          is now <a href="/download/">available for download</a>. This release
-          contains previews of all features that will be available when
-          PostgreSQL 15 is made generally available, though some details of the
-          release can change during the beta period.
+          The PostgreSQL Global Development Group has
+          <a href="/about/news/postgresql-144-released-2470/">released PostgreSQL 14.4</a>
+          to fix an issue that could cause silent data corruption when using the
+          <a href="/docs/current/sql-createindex.html"><code>CREATE INDEX CONCURRENTLY</code></a>
+          or <a href="/docs/current/sql-reindex.html"><code>REINDEX CONCURRENTLY</code></a>
+          commands. Please see the <a href="/about/news/postgresql-144-released-2470/">release announcement</a>
+          for information on how to detect and correct silent data corruption in
+          your indexes.
         </p>
         <p>
-          You can find information about all of the features and changes found
-          in PostgreSQL 15 in the
-          <a href="/docs/15/release-15.html">release notes</a>.
+          This release also fixes over 15 bugs since PostgreSQL 14.3 was
+          released in May. For the full list of changes, please review the
+          <a href="/docs/release/">release notes</a>.
         </p>
         <p>
-          In the spirit of the open source PostgreSQL community, we strongly
-          encourage you to test the new features of PostgreSQL 15 on your
-          systems to help us eliminate bugs or other issues that may exist.
-          While we do not advise you to run PostgreSQL 15 Beta 1 in production
-          environments, we encourage you to find ways to run your typical
-          application workloads against this beta release.
+          This release is only for PostgreSQL 14. The PostgreSQL Global
+          Development Group will make a
+          <a href="/developer/roadmap/">scheduled update release</a> on
+          August 11, 2022 for all supported versions of PostgreSQL (10 - 14).
         </p>
         <ul class="bold">
-          <li><a href="/about/news/postgresql-15-beta-1-released-2453/">Full Release Announcement</a></li>
-          <li><a href="/docs/15/release-15.html">Release Notes</a></li>
-          <li><a href="/developer/beta/">Beta Testing Information</a></li>
+          <li><a href="/about/news/postgresql-144-released-2470/">Full Release Announcement</a></li>
+          <li><a href="/docs/release/">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 btn-center btn-inline-block">Browse Archives</button></a>
index 86f8c7bd881f2f535065834d7ba6ae4b06deecef..50511f424e013f8bb52fad487dfaba3fc3d3ae85 100644 (file)
@@ -1,2 +1,2 @@
-19th May 2022: <a href="{{link_root}}/about/news/postgresql-15-beta-1-released-2453/">
-  PostgreSQL 15 Beta 1 Released</a>!
+16th June 2022: <a href="{{link_root}}/about/news/postgresql-144-released-2470/">
+  PostgreSQL 14.4 Released</a>!
index 52510b4bf16be88cea4cb4cae959574c4a0f6901..273f885e385d33c09b443c5dbe7c278f47eb5025 100644 (file)
@@ -25,8 +25,10 @@ and then report it using our <a href="/account/submitbug/">bug reporting form</a
 <p>You can see previous bug reports, and track your own on the <a href="/list/pgsql-bugs/">pgsql-bugs@lists.postgresql.org</a> mailing
 list.</p>
 
-<h2>Security Issue Reporting</h2>
+<h2>Security Vulnerability Reporting</h2>
 
-<p>If you believe you have found a security issue, please send an email to <a href="mailto:security@postgresql.org">security@postgresql.org</a>.</p>
+<p>If you believe you have found a security issue, please refer to the
+   <a href="/support/security/">security page</a> for information on how to
+   report it.</p>
 
 {%endblock%}