summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-16 22:10:08 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-16 22:10:08 +0100
commitb1fd9941fcaac338054948d2a07d45481f9308f6 (patch)
treef908e7b5534d73c3f2e95d568272634e9a6fb00f
parente7472d2de6ac05363dd49594d1ca9b87a2c8ec6b (diff)
downloadgnutls-b1fd9941fcaac338054948d2a07d45481f9308f6.tar.gz
documented gnutls_pubkey_import_openpgp change.
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6b50260844..7736e219ec 100644
--- a/NEWS
+++ b/NEWS
@@ -5,12 +5,17 @@ See the end for copying conditions.
* Version 2.xx.y (unreleased)
+** libgnutls: modified gnutls_pubkey_import_openpgp() to use the preferred
+subkey instead of setting explitly one.
+
** libgnutls: Corrected default behavior in record version of Client Hellos.
** libgnutls-openssl: modified to use modern gnutls' functions.
This introduces an ABI incompatibility with previous versions.
** API and ABI modifications:
+gnutls_pubkey_import_openpgp: MODIFIED
+
No changes since last version.
* Version 2.11.7 (released 2011-03-09)