From f9bb43d0c818a021787ba2ddbd807af092b0de2a Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Thu, 9 May 2024 08:49:51 -0400 Subject: [PATCH] 2024-05-09 update release --- templates/index.html | 69 +++++++++++++++++--------- templates/pages/developer/roadmap.html | 2 +- templates/pages/include/topbar.html | 4 +- 3 files changed, 49 insertions(+), 26 deletions(-) diff --git a/templates/index.html b/templates/index.html index bdaf6619..9936b743 100644 --- a/templates/index.html +++ b/templates/index.html @@ -50,23 +50,37 @@

- 2024-02-08 - - - PostgreSQL 16.2, 15.6, 14.11, 13.14, and 12.18 Released! + 2024-05-09 - + + PostgreSQL 16.3, 15.7, 14.12, 13.15, and 12.19 Released!

The PostgreSQL Global Development Group has - released an update + released an update to all supported versions of PostgreSQL, including - 16.2, 15.6, 14.11, 13.14, and 12.18. - This release fixes one security vulnerabilities - and over 65 bugs reported over the last several months. + 16.3, 15.7, 14.12, 13.15, and 12.19. + This release fixes one security vulnerability + and over 55 bugs reported over the last several months.

- If you use GIN indexes, you may need to reindex after updating to this release. - Please see the release notes for more + Please note that the fix in this release for + CVE-2024-4317 + only fixes fresh PostgreSQL installations, namely those that are + created with the initdb + utility after this fix is applied. If you have a current PostgreSQL + installation and are concerned about this issue, please follow the + additional updating instructions provided in the + CVE-2024-4317 description + or the release notes for the remediation. +

+

+ PostgreSQL 12 will stop receiving fixes + on November 14, 2024. If you are running PostgreSQL 12 in a + production environment, we suggest that you make plans to upgrade to a + newer, supported version of PostgreSQL. Please see our + versioning policy for more information.

@@ -156,35 +170,44 @@

- - PostgreSQL 16.2, 15.6, 14.11, 13.14, and 12.18 Released! + + PostgreSQL 16.3, 15.7, 14.12, 13.15, and 12.19 Released!

    -
  •  2024-02-08
  • +
  •  2024-05-09

The PostgreSQL Global Development Group has - released an update + released an update to all supported versions of PostgreSQL, including - 16.2, 15.6, 14.11, 13.14, and 12.18. - This release fixes one security vulnerabilities - and over 65 bugs reported over the last several months. + 16.3, 15.7, 14.12, 13.15, and 12.19. + This release fixes one security vulnerability + and over 55 bugs reported over the last several months.

- If you use GIN indexes, you may need to reindex after updating to this release. - Please see the release notes for more - information. + Please note that the fix in this release for + CVE-2024-4317 + only fixes fresh PostgreSQL installations, namely those that are + created with the initdb + utility after this fix is applied. If you have a current PostgreSQL + installation and are concerned about this issue, please follow the + additional updating instructions provided in the + CVE-2024-4317 description + or the release notes for the remediation.

- For the more information about this release, please review the - release notes. You can download - PostgreSQL from the download page. + PostgreSQL 12 will stop receiving fixes + on November 14, 2024. If you are running PostgreSQL 12 in a + production environment, we suggest that you make plans to upgrade to a + newer, supported version of PostgreSQL. Please see our + versioning policy for more + information.