Remove sslverify parameter from release notes, mention that sslmode is
authorMagnus Hagander <magnus@hagander.net>
Fri, 24 Apr 2009 13:01:30 +0000 (13:01 +0000)
committerMagnus Hagander <magnus@hagander.net>
Fri, 24 Apr 2009 13:01:30 +0000 (13:01 +0000)
used instead.

doc/src/sgml/release.sgml

index ea6cbf095a3a0329bee18e4d0f009657db9c3711..6ef69604fd41db2b29391b40a12e887ba4f7b5ca 100644 (file)
@@ -2622,24 +2622,16 @@ do it for earlier branch release files.
        </para>
 
        <para>
-        <application>libpq</> now verifies both the certificate and
-        the name of the server by default when making <acronym>SSL</>
+        <application>libpq</> now supports verifying both the certificate
+        and the name of the server when making <acronym>SSL</>
         connections. If a root certificate is not available to use for
         verification, <acronym>SSL</> connections will fail. The
-        <literal>sslverify</> parameter can be used to disable the host
-        and certificate verification if required.
-       </para>
-      </listitem>
-
-      <listitem>
-       <para>
-        Add connection parameter <literal>sslverify</> to control
-        the verification of the server's certificate
-        (Magnus)
+        <literal>sslmode</> parameter is used to enable the certificate
+        verification.
        </para>
 
        <para>
-        The default is full verification.
+        The default is still not to do any verification.
        </para>
       </listitem>