]> granicus.if.org Git - postgresql/commitdiff
Update 9.2 SSL release note links.
authorBruce Momjian <bruce@momjian.us>
Thu, 10 May 2012 04:32:08 +0000 (00:32 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 10 May 2012 04:32:17 +0000 (00:32 -0400)
doc/src/sgml/release-9.2.sgml

index 502e18b90b7bd5b65df64d5dfcb534f077115c65..a7f6d9f734c5e2e10a09ef4bbf6874978ee68a61 100644 (file)
        </para>
       </listitem>
       
+      <listitem>
+       <para>
+        Add libpq <link linkend="guc-ssl-key-file">parameters</link> for
+        specifying the locations of server-side <acronym>SSL</acronym>
+        files (Peter Eisentraut)
+       </para>
+       
+       <para>
+        This allows changing the location of the files that were previously
+        hard-coded to <filename>server.crt</>, <filename>server.key</>,
+        <filename>root.crt</>, <filename>root.crl</>.  <acronym>CA</>
+        (crt) and <acronym>CRL</acronym> files no longer have default
+        names, and if specified, these files must exist.
+       </para>
+      </listitem>
+      
     </itemizedlist>
    </sect3>
 
 
    </sect3>
 
-   <sect3>
-    <title>Other Incompatibilities</title>
-
-    <itemizedlist>
-
-      <listitem>
-       <para>
-        Add libpq <link linkend="libpq-ssl">parameters</link> for
-        specifying the locations of server-side <acronym>SSL</acronym>
-        files (Peter Eisentraut)
-       </para>
-       
-       <para>
-        This allows changing the location of the files that were previously
-        hard-coded to <filename>server.crt</>, <filename>server.key</>,
-        <filename>root.crt</>, <filename>root.crl</>.  <acronym>CA</>
-        (crt) and <acronym>CRL</acronym> files no longer have default
-        names, and if specified, these files must exist.
-       </para>
-      </listitem>
-      
-    </itemizedlist>
-
-   </sect3>
   </sect2>
 
   <sect2>
       
       <listitem>
        <para>
-        Add a libpq connection option to disable <acronym>SSL</acronym>
-        compression (Laurenz Albe)
+        Add a libpq <link linkend="libpq-connect-sslcompression">connection
+        option</link> to disable <acronym>SSL</acronym> compression
+        (Laurenz Albe)
        </para>
        
        <para>