]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Mention new APIs.
authorSimon Josefsson <simon@josefsson.org>
Fri, 1 Oct 2010 09:20:28 +0000 (11:20 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 1 Oct 2010 09:20:28 +0000 (11:20 +0200)
NEWS
doc/manpages/Makefile.am

diff --git a/NEWS b/NEWS
index 71caf6500820399882620fc04fe353512f84825b..af4a43140f58ac2341b2fda05f6c514ab90ca083 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,8 @@ introduced with the new nettle code.
 ** libgnutls: Corrected advertizing issue for session tickets.
 
 ** API and ABI modifications:
-No changes since last version.
+gnutls_x509_crt_get_subject_unique_id: ADDED.
+gnutls_x509_crt_get_issuer_unique_id: ADDED.
 
 * Version 2.11.1 (released 2010-09-14)
 
index 794c1fa2eddf27a545f1671d99a3c686a1206de1..97ad516162cfebc2288d1ff3020b10661bdc9595 100644 (file)
@@ -561,6 +561,8 @@ APIMANS += gnutls_x509_crt_get_key_purpose_oid.3
 APIMANS += gnutls_x509_crt_get_pk_rsa_raw.3
 APIMANS += gnutls_x509_crt_get_pk_dsa_raw.3
 APIMANS += gnutls_x509_crt_list_import.3
+APIMANS += gnutls_x509_crt_get_subject_unique_id.3
+APIMANS += gnutls_x509_crt_get_issuer_unique_id.3
 APIMANS += gnutls_x509_crt_set_dn_by_oid.3
 APIMANS += gnutls_x509_crt_set_issuer_dn_by_oid.3
 APIMANS += gnutls_x509_crt_set_proxy_dn.3