]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Mon, 30 Oct 2006 12:41:06 +0000 (12:41 +0000)
committerSimon Josefsson <simon@josefsson.org>
Mon, 30 Oct 2006 12:41:06 +0000 (12:41 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ede1c42156084d9bc94c78df77cba3edb2b70028..c0e07dd8c88e6670a030b6590961564377e138a7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,11 +5,13 @@ See the end for copying conditions.
 
 * 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,