From 9a664eab8e6f1ef31277871bbd0e872be7957f2c Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 8 Oct 2015 15:31:35 +0100 Subject: [PATCH] 9.5b1 and backbranch releases. --- templates/index.html | 36 +++++++++++++++++++++------ templates/pages/developer/alpha.html | 7 ++---- templates/pages/developer/beta.html | 12 +++------ templates/pages/support/security.html | 18 ++++++++++++++ 4 files changed, 51 insertions(+), 22 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2751b97a..3523b587 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,23 +8,43 @@
+

8th October 2015

- PostgreSQL 9.5 Alpha 2 Released! + 2015-10-08 Security Update Releases

-

6th August 2015

The PostgreSQL Global Development Group is pleased to announce the availability of - PostgreSQL 9.5 Alpha 2! + PostgreSQL 9.4.5, 9.3.10, 9.2.14, 9.1.19 & 9.0.23!

- This release contains previews of all of the features which will be available in - the final release of version 9.5, although some details will change before then. - Please download, test, and report what you find. + This release fixes two security issues, as well as several bugs found over the last + four months. Users vulnerable to the security issues should update their installations + immediately; other users should update at the next scheduled downtime. This is also the + final update release for major version 9.0.

+
+

+ PostgreSQL 9.5 Beta 1 Released! +

+

+ The PostgreSQL Global Development Group is pleased to announce the availability of + PostgreSQL 9.5 Beta 1! +

+

+ This release contains all of the features which will be available in + the final release of version 9.5. + Please download, test, and report any issues you may find. +

+
diff --git a/templates/pages/developer/alpha.html b/templates/pages/developer/alpha.html index 9fa40c90..98ebc65d 100644 --- a/templates/pages/developer/alpha.html +++ b/templates/pages/developer/alpha.html @@ -13,11 +13,8 @@ tests, alpha releases might have serious bugs. Also features may be changed incompatibly or removed before beta releases.

-PostgreSQL 9.5 will release one or more alpha, followed by one or more periodic beta releases and -one or more release candidates before the final release in late 2015. -

-

-PostgreSQL 9.5 Alpha is available for testing on our downloads page. +PostgreSQL 9.5 is now in beta, so there will be no additional alpha +releases until PostgreSQL 9.6.

We depend on our large community of users to test the features in alpha releases and report issues. If you are able to contribute to PostgreSQL by diff --git a/templates/pages/developer/beta.html b/templates/pages/developer/beta.html index 36216154..0989be45 100644 --- a/templates/pages/developer/beta.html +++ b/templates/pages/developer/beta.html @@ -9,18 +9,14 @@

However, betas and release candidates are meant for everyone who uses PostgreSQL to test before the full release. The process of testing these betas will help the community to identify and fix bugs prior to release.

-

PostgreSQL 9.5 is currently in alpha. There are no beta versions currently available. - - - {%endblock%} diff --git a/templates/pages/support/security.html b/templates/pages/support/security.html index 4e39efbc..6bd3b436 100644 --- a/templates/pages/support/security.html +++ b/templates/pages/support/security.html @@ -62,6 +62,24 @@ to determine if the bug affects specific installations or not. Class Description + + + CVE-2015-5289 + 9.4, 9.3, 9.2, 9.1, 9.0 + 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23 + core server + D + Unchecked JSON input can crash the server + + + + CVE-2015-5288 + 9.4, 9.3, 9.2, 9.1, 9.0 + 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23 + contrib module + C + Memory leak in crypt() function. + CVE-2015-3165 -- 2.39.5