2019-02-14 Cumulative Update Release.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 14 Feb 2019 12:26:46 +0000 (07:26 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 14 Feb 2019 12:26:46 +0000 (07:26 -0500)
templates/index.html
templates/pages/developer/roadmap.html
templates/pages/include/topbar.html

index c22dd6b84dd5cc8d69225edf3307f007970a661a..93ba3d96cfac4f738a61070f21ceedced1c5a36a 100644 (file)
       <h2>Latest Releases</h2>
       <div class="text">
         <p>
-          <strong>2018-11-08 - PostgreSQL 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25 Released!</strong>
+          <strong>2019-02-14 - PostgreSQL 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25 Released!</strong>
           The PostgreSQL Global Development Group has released an update to all
-          supported versions of our database system, <a href="/about/news/1905/">
-          including 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25</a>. This
-          release fixes one <a href="/support/security/">security issue</a> as
-          well as bugs reported over the last three months.
+          supported versions of our database system, <a href="/about/news/1920/">
+          including 11.2, 10.7, 9.6.12, 9.5.16, and 9.4.21</a>. This release
+          changes the behavior in how PostgreSQL interfaces with <code>fsync()</code>
+          and includes fixes for partitioning and over 70 other bugs that were
+          reported over the past three months
         </p>
         <p>
-          This update is also the final release for PostgreSQL 9.3, which is now
-          end-of-life and will no longer receive any bug or security fixes.
-          If your environment still uses PostgreSQL 9.3, please make plans to
-          update to a community supported versions as soon as possible.
+          Users should plan to apply this update at the next scheduled downtime.
         </p>
         <ul>
           {% for v in versions %}
       <h2 class="centered-lines">Latest News</h2>
       <!-- Featured Post -->
         <header>
-          <h3><a href="/about/news/1905/">2018-11-08 - PostgreSQL 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25 Released!</a></h3>
+          <h3><a href="/about/news/1920/">PostgreSQL 11.2, 10.7, 9.6.12, 9.5.16, and 9.4.21 Released!</a></h3>
           <ul class="meta">
-            <li><i class="far fa-clock"></i>&nbsp;2018-11-08</li>
+            <li><i class="far fa-clock"></i>&nbsp;2019-02-14</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, <a href="/about/news/1905/">
-          including 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25</a>. This
-          release fixes one <a href="/support/security/">security issue</a> as
-          well as bugs reported over the last three months.
+          supported versions of our database system, <a href="/about/news/1920/">
+          including 11.2, 10.7, 9.6.12, 9.5.16, and 9.4.21</a>. This release
+          changes the behavior in how PostgreSQL interfaces with <code>fsync()</code>
+          and includes fixes for partitioning and over 70 other bugs that were
+          reported over the past three months
         </p>
         <p>
-          This update is also the final release for PostgreSQL 9.3, which is now
-          end-of-life and will no longer receive any bug or security fixes.
-          If your environment still uses PostgreSQL 9.3, please make plans to
-          update to a community supported versions as soon as possible.
+          Users should plan to apply this update at the next scheduled downtime.
         </p>
         <ul class="bold">
-          <li><a href="/about/news/1905/">Release Announcement</a></li>
-          <li><a href="/docs/11/release-11-1.html">PostgreSQL 11 Release Notes</a></li>
+          <li><a href="/about/news/1920/">Release Announcement</a></li>
+          <li><a href="/docs/11/release-11-2.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 btn-center btn-inline-block">Browse Archives</button></a>
index 75418d7588055d400fc65156a61c21d2e8cf907f..2016e79823a84fd6027bca0ee2439f5d82bd02c6 100644 (file)
@@ -25,10 +25,10 @@ Thursday of February, May, August, and November. The current schedule for upcomi
 releases is:
 </p>
 <ul>
-  <li>February 14th, 2019</li>
   <li>May 9th, 2019</li>
   <li>August 8th, 2019</li>
   <li>November 7th, 2019</li>
+  <li>February 13th, 2020</li>
 </ul>
 
 <h2>Next major release</h2>
index 6490959fde9dc6f0239981e7f15b2fa0507d1941..e61edccacf2193d0559bb75aff7ee362c70c7be8 100644 (file)
@@ -1 +1 @@
-8th November 2018: <a href="{{link_root}}/about/news/1905/">PostgreSQL 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25 Released</a>!
+14th February 2019: <a href="{{link_root}}/about/news/1920/">PostgreSQL 11.2, 10.7, 9.6.12, 9.5.16, and 9.4.21 Released</a>!