* Version 1.5.4 (unreleased)
-** Fix return value of gnutls_openpgp_privkey_get_pk_algorithm and
-** gnutls_openpgp_key_get_pk_algorithm.
-Before they were 'int', now they are 'gnutls_pk_algorithm_t', which is
-an enum type (and thus API/ABI compatible with 'int'). Reported by
-ludovic.courtes@laas.fr (Ludovic Courtès).
+** Several OpenPGP API fixes.
+All suggested by ludovic.courtes@laas.fr (Ludovic Courtès). The most
+important fix is to change the return value of
+gnutls_openpgp_privkey_get_pk_algorithm and
+gnutls_openpgp_key_get_pk_algorithm from 'int' to
+'gnutls_pk_algorithm_t', which is an enum type (and thus API/ABI
+compatible with 'int').
** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
** version, try to negotiate the highest version support by the GnuTLS server,