Skip to content

Commit a5108ad

Browse files
committed
2020-02-13 cumulative update release
1 parent f4e7598 commit a5108ad

File tree

3 files changed

+38
-23
lines changed

3 files changed

+38
-23
lines changed

templates/index.html

Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,28 @@ <h2>Latest Releases</h2>
4747
<div class="text">
4848
<p>
4949
<strong>
50-
2019-11-14 - PostgreSQL 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and
51-
9.4.25 Released!
50+
2020-02-13 - PostgreSQL 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and
51+
9.4.26 Released!
5252
</strong>
5353
</p>
5454
<p>
5555
The PostgreSQL Global Development Group has released an update to
5656
all supported versions of our database system, including
57-
<a href="/about/news/1994/">12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25</a>.
58-
This release fixes over 50 bugs reported over the last three months.
57+
<a href="/about/news/2011/">12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26</a>.
58+
This release fixes one <a href="/support/security/">security issue</a>
59+
found in the PostgreSQL server and over 75 bugs reported over the last
60+
three months.
5961
</p>
6062
<p>
61-
PostgreSQL 9.4 will stop receiving fixes on February 13, 2020, which
62-
is the next planned cumulative update release. We suggest that you
63-
make plans to upgrade to a newer, supported version of PostgreSQL.
64-
Please see our <a href="/support/versioning/">versioning policy</a>
65-
for more information.
63+
Users should plan to update as soon as possible.
64+
</p>
65+
<p>
66+
This is the last release for PostgreSQL 9.4, which will no longer
67+
receive security updates and bug fixes. To receive continued support,
68+
we suggest that you make plans to upgrade to a newer,
69+
supported version of PostgreSQL. Please see the PostgreSQL
70+
<a href="/support/versioning/">versioning policy</a> for more
71+
information.
6672
</p>
6773
<p>
6874
You can <a href="/download/">download</a> the update <a href="/download/">here</a>.
@@ -149,31 +155,40 @@ <h2 class="centered-lines">Latest News</h2>
149155
<!-- Featured Post -->
150156
<header>
151157
<h3>
152-
<a href="/about/news/1994/">
153-
PostgreSQL 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25 Released
158+
<a href="/about/news/2011/">
159+
PostgreSQL 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 Released
154160
</a>!
155161
</h3>
156162
<ul class="meta">
157-
<li><i class="far fa-clock"></i>&nbsp;2019-11-14</li>
163+
<li><i class="far fa-clock"></i>&nbsp;2020-02-13</li>
158164
<!--<li><i class="far fa-comments"></i> 0</li>-->
159165
</ul>
160166
</header>
161167
<p>
162168
The PostgreSQL Global Development Group has released an update to
163169
all supported versions of our database system, including
164-
<a href="/about/news/1994/">12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25</a>.
165-
This release fixes over 50 bugs reported over the last three months.
170+
<a href="/about/news/2011/">12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26</a>.
171+
This release fixes one <a href="/support/security/">security issue</a>
172+
found in the PostgreSQL server and over 75 bugs reported over the last
173+
three months.
174+
</p>
175+
<p>
176+
Users should plan to update as soon as possible.
166177
</p>
167178
<p>
168-
PostgreSQL 9.4 will stop receiving fixes on February 13, 2020, which
169-
is the next planned cumulative update release. We suggest that you
170-
make plans to upgrade to a newer, supported version of PostgreSQL.
171-
Please see our <a href="/support/versioning/">versioning policy</a>
172-
for more information.
179+
This is the last release for PostgreSQL 9.4, which will no longer
180+
receive security updates and bug fixes. To receive continued support,
181+
we suggest that you make plans to upgrade to a newer,
182+
supported version of PostgreSQL. Please see the PostgreSQL
183+
<a href="/support/versioning/">versioning policy</a> for more
184+
information.
185+
</p>
186+
<p>
187+
You can <a href="/download/">download</a> the update <a href="/download/">here</a>.
173188
</p>
174189
<ul class="bold">
175-
<li><a href="/about/news/1994/">Release Announcement</a></li>
176-
<li><a href="/docs/12/release-12-1.html">Release Notes</a></li>
190+
<li><a href="/about/news/2011/">Release Announcement</a></li>
191+
<li><a href="/docs/12/release-12-2.html">Release Notes</a></li>
177192
<li><a href="/support/versioning/">Versioning Policy</a></li>
178193
<li><a href="/download/">Download</a></li>
179194
</ul>

templates/pages/developer/roadmap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ <h2>Upcoming minor releases</h2>
2525
releases is:
2626
</p>
2727
<ul>
28-
<li>February 13th, 2020</li>
2928
<li>May 14th, 2020</li>
3029
<li>August 13th, 2020</li>
3130
<li>November 12th, 2020</li>
31+
<li>February 11th, 2021</li>
3232
</ul>
3333

3434
<h2>Next major release</h2>

templates/pages/include/topbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14th November 2019: <a href="{{link_root}}/about/news/1994/">PostgreSQL 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25 Released</a>!
1+
13th February 2020: <a href="{{link_root}}/about/news/2011/">PostgreSQL 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 Released</a>!

0 commit comments

Comments
 (0)