diff --git a/doc/src/sgml/release-8.4.sgml b/doc/src/sgml/release-8.4.sgml index 78778dedd36..7dfc0692514 100644 --- a/doc/src/sgml/release-8.4.sgml +++ b/doc/src/sgml/release-8.4.sgml @@ -1,4 +1,4 @@ - + @@ -231,19 +231,6 @@ - - - Remove support for the (insecure) crypt authentication method - (Magnus) - - - - This effectively obsoletes pre-PostgreSQL 7.2 client - libraries, as there is no longer any non-plaintext password method that - they can use. - - - Remove krb_realm and krb_server_hostname; @@ -724,6 +711,19 @@ + + + Remove support for the (insecure) crypt authentication method + (Magnus) + + + + This effectively obsoletes pre-PostgreSQL 7.2 client + libraries, as there is no longer any non-plaintext password method that + they can use. + + + Support regular expressions in pg_ident.conf @@ -793,6 +793,13 @@ Change all authentication options to use name=value syntax (Magnus) + + + This makes incompatible changes to the ldap, + pam and ident authentication methods. All + pg_hba.conf entries with these methods need to be + rewritten using the new format. +