From: Tom Lane Date: Mon, 5 Oct 2015 14:57:15 +0000 (-0400) Subject: Last-minute updates for release notes. X-Git-Tag: REL9_1_19~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bb63b2f8451dad154f9314efc3c5d9714dc4bfe;p=postgresql Last-minute updates for release notes. Add entries for security and not-quite-security issues. Security: CVE-2015-5288, CVE-2015-5289 --- diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index 93198931f8..ef8eb1c9ad 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -40,6 +40,20 @@ + + + Fix contrib/pgcrypto to detect and report + too-short crypt() salts (Josh Kupershmidt) + + + + Certain invalid salt arguments crashed the server or disclosed a few + bytes of server memory. We have not ruled out the viability of + attacks that arrange for presence of confidential information in the + disclosed bytes, but they seem unlikely. (CVE-2015-5288) + + + Fix subtransaction cleanup after a portal (cursor) belonging to an @@ -124,6 +138,14 @@ + + + Guard against hard-to-reach stack overflows involving record types, + range types, json, jsonb, tsquery, + ltxtquery and query_int (Noah Misch) + + + Fix handling of DOW and DOY in datetime input diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index afffb43969..fde6b61bce 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -34,6 +34,20 @@ + + + Fix contrib/pgcrypto to detect and report + too-short crypt() salts (Josh Kupershmidt) + + + + Certain invalid salt arguments crashed the server or disclosed a few + bytes of server memory. We have not ruled out the viability of + attacks that arrange for presence of confidential information in the + disclosed bytes, but they seem unlikely. (CVE-2015-5288) + + + Fix subtransaction cleanup after a portal (cursor) belonging to an @@ -130,6 +144,14 @@ + + + Guard against hard-to-reach stack overflows involving record types, + range types, json, jsonb, tsquery, + ltxtquery and query_int (Noah Misch) + + + Fix handling of DOW and DOY in datetime input