From e78cc624e87709e04960966c97a8d9f927f3d2f7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 10 May 2012 00:32:08 -0400 Subject: [PATCH] Update 9.2 SSL release note links. --- doc/src/sgml/release-9.2.sgml | 45 +++++++++++++++-------------------- 1 file changed, 19 insertions(+), 26 deletions(-) diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index 502e18b90b..a7f6d9f734 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -307,6 +307,22 @@ + + + Add libpq parameters for + specifying the locations of server-side SSL + files (Peter Eisentraut) + + + + This allows changing the location of the files that were previously + hard-coded to server.crt, server.key, + root.crt, root.crl. CA + (crt) and CRL files no longer have default + names, and if specified, these files must exist. + + + @@ -363,30 +379,6 @@ - - Other Incompatibilities - - - - - - Add libpq parameters for - specifying the locations of server-side SSL - files (Peter Eisentraut) - - - - This allows changing the location of the files that were previously - hard-coded to server.crt, server.key, - root.crt, root.crl. CA - (crt) and CRL files no longer have default - names, and if specified, these files must exist. - - - - - - @@ -2392,8 +2384,9 @@ - Add a libpq connection option to disable SSL - compression (Laurenz Albe) + Add a libpq connection + option to disable SSL compression + (Laurenz Albe) -- 2.40.0